Related Stuff > Emulators

dreamcast nulldc

(1/2) > >>

jedione:
any one know how to get AM to start cdi's  all it does is open null but not loading disk

mabey under comand line arg?   -config ImageReader:defaultImage=

any one done this! thanks

working on a dreamcast theme....yay

akafox:
I don't know anything about nulldc.

But yes you would have to use a command line argument...if you can "craft it" in the command line and run it..you should be able to get am to work with it.

Please post an example of a working command line argument (and I mean the FULL line) and I'll see if I can piece it together for you to make it work. I had to work with daphne to make it work right too.

jedione:
THANKS HERE IS A BATCH THAT WILL START A CDI IMAGE IN NULLDC,  AS LONG AS THEIR IN THE SAME FOLDER FROM ANYWHERE
---------------------------------
@echo off
cd %~dp0
nullDC_Win32_Release-NoTrace.exe ^
-config nullDC:Emulator.Autostart=1 ^
-config ImageReader:LoadDefaultImage=1 ^
-config ImageReader:DefaultImage="Cannon.Spike-RDC.cdi"
---------------------------------

Maybe this will help you?
If i fine out how i will post it....thanks for your help.

right now im using  Launchbox on my 83 centipede cab and it is great....
but i love how you can mess with the grafix w/ AM  just like i did alot w/ maximus arcade.   soom i will be updating
the cab but i need to get all the emu working especially this one


hermine.potter:
@jedione
>config your emulator-system like this in AM:

--- Code: ---executable           C:\attract\EMU\dreamcast\nullDC_Win32_Release-NoTrace.exe
args                 -config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="[romfilename]"
rompath              C:\attract\EMU\dreamcast\roms
romext               .cdi
--- End code ---

>Your batch-file:
Of course you have to enter the path to your games too
from : -config ImageReader:DefaultImage="Cannon.Spike-RDC.cdi"
to : -config ImageReader:DefaultImage="C:\myDreamcastGamesFolder\Whatever\Cannon.Spike-RDC.cdi"

>Offtopic in batch programming:
Instead of writing one command line in batch, you can enter a kind of line break with ^-character (so it's better arranged and easier to read).
both works of course:

ping 127.0.0.1 -t

ping ^
127.0.0.1 ^
-t

%~dp0 tells the path, that you've started the batch/.bat-file

jedione:
it works..it works..thank you very much this is great  :)

Navigation

[0] Message Index

[#] Next page

Go to full version