| Main > Main Forum |
| Help with NullDC |
| << < (6/7) > >> |
| wobb:
Fullscreen = true ShowBIOS = true BilinearFiltering = true vSync = true WideScreen = false Stretch = false CDDrive = 0 This is written in the actual module. I am using the ssf module v1.1. make sure you are using the right module with the right emulator. there is no settings.ini file for that module folder. For Turbo Grafix CD you need to use daemon tools to make a SCSI drive. youll have to reboot your pc after. now look at the letter of your SCSI drive. open the Turbo Grafix CD module and make sure the cd drive letter is the same as your SCSI drive. So for example - if I right-click on the daemon tools icon down in my taskbar and go to Virtual Devices, I see that my SCSI drive is E. when I open the module, I see this: CDDriveLetter = E: |
| mytymaus007:
Yes after 12 hours :banghead: :banghead:finally got turbografx cd to work nice IM goin to bed start up in the morning! :applaud: :applaud: :applaud: |
| wobb:
Cool! now tomorrow get Neo Geo CD working and tell me how you did it! :lol |
| mytymaus007:
;------------------------------------------------------------------------- ; SNK Neo Geo CD ; NeoRaine v1.2.11 ; by Brolly & djvj ; 1.2 ; ; Notes: ; To use fullscreen, set the variable below to true ;------------------------------------------------------------------------- Fullscreen = true ;------------------------------------------------------------------------- neoINI := CheckFile(emuPath . "config\raine32_sdl.cfg") IniRead, currentFullScreen, %neoINI%, Display, fullscreen FadeInStart() ; Setting Fullscreen setting in ini if it doesn't match what user wants above If ( Fullscreen != "true" And currentFullScreen = 1 ) IniWrite, 0, %neoINI%, Display, fullscreen Else If ( Fullscreen = "true" And currentFullScreen = 0 ) IniWrite, 1, %neoINI%, Display, fullscreen 7z(romPath, romName, romExtension, 7zExtractDir) Run, %executable% -nogui "%romPath%%romName%%romExtension%", %emuPath%, Hide WinWait, NeoRaine ahk_class SDL_app WinWaitActive, NeoRaine ahk_class SDL_app FadeInExit() Process, WaitClose, %executable% 7zCleanUp() FadeOutExit() WinActivate, Hyperspin ExitApp CloseProcess: FadeOutStart() WinClose, NeoRaine ahk_class SDL_app Return |
| mytymaus007:
im running neoraine32 emulator go to neocd options make sure that says exit cd interface Options/directories make sure your rom path is set extension cue,iso At first my roms were zipped but i need to unzip them but left them in there own folder try that irst let me know! Finally got makaron running but about 9 games i get an error im lookin into it now I found a diff makaron emu and it just worked not sure why! |
| Navigation |
| Message Index |
| Next page |
| Previous page |