Front End Support > Maximus Arcade
starting in full screen for NULLDC
DisneyRob:
1. Machine specs
AMD Phenom II Quad 4 965 Processor 3.4 GHZ
6.00 GB Ram
64 Bit System
Windows 7
NVIDIA GForce GT 740
2. Check and double check
3. Yes I have tried that option did not work that way. If I do that NULLDC Crashes Something about malformed device on the cfg
Double checked all syntax, still no go. I will pursue this more tomorrow.
viking245:
DisneyRob, Any progress on this?
I wanted to test this on my end but don't have any DreamCast files to work with. Along with that, I've never used NullDC. No biggie. We know this has to work... somehow.
(1st, forgive my ignorance for asking ignorant questions)
Looking around about NullDC, could the fullscreen thing be something as simple as editing the nullDC.cfg file? Changing the default "Fullscreen=0" to "Fullscreen=1"
--- Code: ---[nullDC_GUI]
Fullscreen=1
--- End code ---
If not, maybe try running an ahk script on it's own (outside of MA). i.e. double-click in Explorer. Something like RunMyGame.ahk
--- Code: ---#SingleInstance force
Run, "F:\emulators\nullDC_Win32_Release-NoTrace.exe -config ImageReader:DefaultImage=F:\roms\dreamcast\MyGame"
Sleep, 200
send, !{Enter}
Sleep, 200
send, !{Enter}
ExitApp
--- End code ---
My thinking being 1st making sure a script will work.
Also, it sounds like for this command line, the .cfg should also have the following changes:
--- Code: ---[nullDC]
Emulator.AutoStart=1
Emulator.NoConsole=1
[nullDC_GUI]
Fullscreen=1
[ImageReader]
LoadDefaultImage=1
--- End code ---
djlunchbox:
I would also try following this gentleman's guides. Although the videos are in Portugese, simply follow what he does on screen. His tutorials and links have helped me tremendously in setting up MA.
I also have not set up Dreamcast or NullDC as I am using Demul but i may attempt it via this video.
Navigation
[0] Message Index
[*] Previous page
Go to full version