Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Recommended Posts

Posted
For some reason my player 2 controls do not work? Am I doing something wrong? I configured the keys fine in the maple section. Any help?

I dont think p2 controls are mapped yet in the emu. So your fine.. :)

Posted
When I use your loader it now changes the res to 800x600 which is not compatible in my cab?

How do I change it to 640x480?

Well I'm not sure if Brian changes his resolution in his wrapper as I haven't seen his new code. But you can change manually in the Options >> PowerVR >> Fullscreen >> The resolution you want. Or you can also do this in the nullDC.cfg file as well. But again that depends on if Brian makes this change in his wrapper.

Posted
When I use your loader it now changes the res to 800x600 which is not compatible in my cab?

How do I change it to 640x480?

Ill attach my source and the update the loader for you.

In the source.

IniWrite, 640, nulldc.cfg, drkpvr, Fullscreen.Res_X

IniWrite, 480, nulldc.cfg, drkpvr, Fullscreen.Res_Y

Is what the resolution is set to now. Just use the compiled EXE

Beaps.zip

  • 3 months later...
Posted

Would you mind posting the KillEmu.ahk as well. I'm going to need to change it to close on a joystick button combo since I have this in a cab. Thank you.

  • 3 weeks later...
Posted

Thanks for this loader, it works great!

My only question would be -- and excuse my ignorance but I have no idea how these things work -- is it possible for a loader to automatically switch any options to Vertical (if there are any in NullDC Naomi) to rotate the screen for vertical games like Ikaruga? Still a fun game sideways, but still.

Appreciate the loader. Very easy to use, got it running in less than ten minutes.

Posted

From the looks of the script, you will probably have to change it in the menu. This can be added to the script, but you would need to know the command and check for applicable games. I would suggest adding it after line 31 or 32 of the script. Just use something like:

Sendplay,^v; sends rompath romfile from clipboard
Send, {enter}; loads roms by pressing enter
if (rom == "ikaruga")
{
;send whatever command(s) are needed to switch to vertical here
}
Gui Destroy ; Remove blinds from desktop

I haven't played with this at all, so it may need some tweaking to get it in the right place. Brian could probably whip this up in 2 minutes since he has it set up already.

Actually, now that I look at the rest of the code, it looks like this may be available in the nulldc.cfg. If so, then it could be as simple as adding an IniWrite statement...

Posted
From the looks of the script, you will probably have to change it in the menu. This can be added to the script, but you would need to know the command and check for applicable games. I would suggest adding it after line 31 or 32 of the script. Just use something like:

Sendplay,^v; sends rompath romfile from clipboard
Send, {enter}; loads roms by pressing enter
if (rom == "ikaruga")
{
;send whatever command(s) are needed to switch to vertical here
}
Gui Destroy ; Remove blinds from desktop

I haven't played with this at all, so it may need some tweaking to get it in the right place. Brian could probably whip this up in 2 minutes since he has it set up already.

Actually, now that I look at the rest of the code, it looks like this may be available in the nulldc.cfg. If so, then it could be as simple as adding an IniWrite statement...

I thought nulldc didn't rotate the display for vertical games. If you find it in the INI I will be more than happy to update the loader.

In fact Im very bad this loader is really out of date I created a much more stable version and it can be found at ngemu. Ill re-upload it later.

  • 1 month later...
Posted

I was curious if you could post the new version of the loader. If possible, could you post the source too? It looks like you hard coded the exe name in, so if we use a different version of the emulator, we will be SOL...

Posted

Looks like this needs a newer version of DX than I have installed on the cabinet. Has anyone had any issues with DX10 of late? Should I find a version of DX9 that works and stick with that?

  • 7 months later...
Posted

Brian:

Struggled with getting NullDC Naomi to work on my cab; tried your Loader and it worked like a charm; thanks!!! Somewhere in my searches for a Naomi solution over the last few weeks I saw that you posted additional scripting for the Nulldc.config that may fix my other Naomi problem: No two player keys. Can you link me to that posting again; I cannot find it. Thanks again for the great work!!!

BadMojo6

Posted

i gave up on naomi emulation with nulldc due to the lack of the 2P buttons being mapped. Correct me if I'm wrong, but I think up to now there is no way of getting 2P to work... does anyone know if makaron supports 2P? how do the two emulators compare to each other?

Posted

i gave up on naomi emulation with nulldc due to the lack of the 2P buttons being mapped. Correct me if I'm wrong, but I think up to now there is no way of getting 2P to work... does anyone know if makaron supports 2P? how do the two emulators compare to each other?

Makaron does support 2 players... boo ya! Makaron needs a little more resources than nulldc in my testing.

makaron > nulldc

Brian hoffman

  • 1 year later...
Posted

Will this work with demul055? If not do you have one that will?

Demul does not need a loader any more. You will need the newest build 0.56 and in the command line you specify the system.

-? -h -help give this help

-version give about

-listxml list roms & bioses in ClrMame XML

-listroms print games list

-run=<name> run specified system (dc, naomi,

-rom=<romname> run specified system rom

-customrom=<fullpath> run specified system customrom

Demul.exe -run=naomi -rom=[rom]

Should work from Gameex

  • 3 weeks later...
Posted

I made a new thread as I cant get it to work correctly and for some dumb reason I cant get it to go FULL Screen. Sorry to keep bugging you

Demul does not need a loader any more. You will need the newest build 0.56 and in the command line you specify the system.

-? -h -help give this help

-version give about

-listxml list roms & bioses in ClrMame XML

-listroms print games list

-run=<name> run specified system (dc, naomi,

-rom=<romname> run specified system rom

-customrom=<fullpath> run specified system customrom

Demul.exe -run=naomi -rom=[rom]

Should work from Gameex

Guest
This topic is now closed to further replies.
×
×
  • Create New...