Jump to content
Unfortunately we had to take download section back offline temporarily. We should have it working normally soon.

NullDC Naomi 1.0.4


msamiullah

Recommended Posts

Can't you just add that rom extension to Global --> Emulators Tab --> Nulldc --> Rom Extensions add |lst

Would that not do what you need? I do not personally use Nulldc for Naomi, I ended up using Demul I just use NullDC for Dreamcast mostly.

Just an idea. Good luck.

Link to comment
Share on other sites

Hay guys just bit of hard work and I drafted the script for Naomi Null DC. Here is the AHK for NullDC Naomi version.

StartModule()

FadeInStart()

Run, %emuPath%.\Null DC naomi.exe

settingsFile := modulePath . "\" . moduleName . ".ini"

nullDCcfg := checkFile(emuPath . "\nullDC.cfg")

rom= %romPath%\%romName%%romExtension%

;launches emulator

;waits for load dialog

Sleep, 2000

Send, !{f}

Send, {enter}

Sleep, 1000

Send, %rom% ; sends rompath romfile from exe syntax

Send, {enter}

WinWait("nullDC ahk_class ndc_main_window")

WinWaitActive("nullDC ahk_class ndc_main_window")

FadeInExit()

Process("WaitClose", executable)

FadeOutExit()

ExitModule()

CloseProcess:

FadeOutStart()

;WinClose("ahk_class ConsoleWindowClass")

WinClose("nullDC ahk_class ndc_main_window")

Return

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...