lxdream - A Dreamcast emulator
lxdream [options] [disc-image-file] [program-file]
Emulates the Sega Dreamcast console. Lxdream can run games either from disc image files, from progam files or from CD-ROM discs.
- -a, --aica=PROGFILE
-
Run the AICA SPU only, with the supplied program.
- -A, --audio=DRIVER
-
Set the preferred audio driver. If the specified audio driver cannot start, the system will try all other available drivers in the standard order. To see which drivers are supported, run lxdream -A ?
- -b, --biosless
-
Do not load the BIOS rom on startup, even if one is configured.
- -c, --config=CONFILE
-
Load configuration information from CONFILE instead of the system default
- -d, --debugger
-
Launch the debugger on startup (GTK platforms only).
- -f, --fullscreen
-
Use this option to start the program in fullscreen mode.
- -g, --gdb-sh4=PORT
-
Start the GDB remote server on PORT for SH4.
- -G, --gdb-arm=PORT
-
Start the GDB remote server on PORT for ARM.
- -h, --help
-
Print command line usage information
- -H, --headless
-
Run in headless mode (no GUI or video output). This is mainly useful for testing CPU functions and performance. Equivalent to -V null.
- -l, --log=LEVEL
-
Set the system log level to the specified level of verbosity, which must be one of the following options: FATAL, ERROR, WARN, INFO, DEBUG, TRACE (non-case-sensitive, and only the first letter is required). The default level is WARN.
- -m, --multiplier=SCALE
-
Change the SH4 core clock speed using the supplied floating-point multiplier, where 1.0 is full speed, 0.5 is half speed, and so on. The default is 0.5.
- -n
-
Don't start running on startup, even if a disc or program file was supplied. By default the system will start automatically if a disc or program was given on the command line.
- -p
-
Start running on startup, even if no disc or program file was supplied. By default the system will only start automatically if a disc or program was given on the command line.
- -t, --run-time=SECONDS
-
Run the dreamcast for exactly the specified amount of time, and then terminate, ie lxdream -pt 5.2 will exit after 5.2 seconds of emulated runtime. Useful for performance measurements of arbitrary sections of code.
- -T, --trace=REGIONS
-
Activate I/O region tracing for the specified list of MMIO regions. This option is only available if lxdream was configured with --enable-trace. If enabled, trace-list may be a comma-separated list of 1 or more of the following: ALL, ASIC, AICA0, AICA1, AICA2, AICARTC, EXTDMA, PVR2, MMU, UBC, BSC, DMAC, CPG, RTC, INTC, TMU, SCI, and SCIF.
Warning: this option implicitly sets the verbosity level to 'trace', and will generate a huge amount of output.
- -u, --unsafe
-
Allow unsafe dcload syscalls. Without this option, the only permitted calls are reads, writes, and seeks on stdin, stdout and stderr. If you're writing your own code that uses the other syscalls, you probably want to enable this. Otherwise it's safer to leave it off.
- -v, --version
-
Print the lxdream version string.
- -V DRIVER
-
Set the preferred video driver. If the specified video driver cannot start, the system will exit with an error. To see the available video drivers, run lxdream -V ?
- -x
-
Disable the SH4 translator and run in pure emulation mode. Generally you only want to do this for testing purposes (ie if you think you've found a translator bug) as it's much slower this way.
- $HOME/.lxdreamrc
-
Default user configuration file. This will be created at startup if it doesn't already exist, unless an alternative file is specified with -c.
Nathan Keynes <[email protected]>
Copyright 2005-2011 Nathan Keynes <[email protected]>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.