EmulatorArchive / demul

Automatically exported from code.google.com/p/demul
1 stars 0 forks source link

Command Lines #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to create to launch Dreamcast Games through Demul
which will launch the Game in Fullscreen.

I tried this
demul.exe -run=dc -rom="[E:\Dreamcast\Tony Hawks 2.cdi]"

This crashed the Emulator... A Command Line is also need 
to start in Fullscreen. 

Original issue reported on code.google.com by milespro...@gmail.com on 30 Oct 2013 at 8:13

GoogleCodeExporter commented 9 years ago
did you read help (demul.exe /?) ?
-image=<fullpath> run specified system image (CD/GD media systems only)
so correct command line is
demul.exe -run=dc -image="E:\Dreamcast\Tony Hawks 2.cdi"

did you looked into config - video ? there is option for fullscreen

Original comment by 0vet...@gmail.com on 30 Oct 2013 at 8:39