Brian Hoffman Posted October 17, 2008 Author Posted October 17, 2008 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..
Beaps Posted October 19, 2008 Posted October 19, 2008 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?
fRequEnCy Posted October 19, 2008 Posted October 19, 2008 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.
Brian Hoffman Posted October 19, 2008 Author Posted October 19, 2008 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_XIniWrite, 480, nulldc.cfg, drkpvr, Fullscreen.Res_YIs what the resolution is set to now. Just use the compiled EXEBeaps.zip
dmauro Posted February 4, 2009 Posted February 4, 2009 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.
keithdok Posted February 25, 2009 Posted February 25, 2009 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.
bkenobi Posted February 25, 2009 Posted February 25, 2009 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 clipboardSend, {enter}; loads roms by pressing enterif (rom == "ikaruga"){ ;send whatever command(s) are needed to switch to vertical here}Gui Destroy ; Remove blinds from desktopI 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...
Brian Hoffman Posted February 25, 2009 Author Posted February 25, 2009 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 clipboardSend, {enter}; loads roms by pressing enterif (rom == "ikaruga"){;send whatever command(s) are needed to switch to vertical here}Gui Destroy ; Remove blinds from desktopI 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.
bkenobi Posted April 4, 2009 Posted April 4, 2009 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...
bkenobi Posted April 4, 2009 Posted April 4, 2009 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?
BadMojo6 Posted November 22, 2009 Posted November 22, 2009 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
chriss Posted November 23, 2009 Posted November 23, 2009 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?
Brian Hoffman Posted November 24, 2009 Author Posted November 24, 2009 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 > nulldcBrian hoffman
Sureshot Posted February 9, 2011 Posted February 9, 2011 Will this work with demul055? If not do you have one that will?
Brian Hoffman Posted February 10, 2011 Author Posted February 10, 2011 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 customromDemul.exe -run=naomi -rom=[rom]Should work from Gameex
Sureshot Posted February 28, 2011 Posted February 28, 2011 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 customromDemul.exe -run=naomi -rom=[rom]Should work from Gameex
Recommended Posts