--- a/lxdream.pod Sun Jun 22 06:49:00 2008 +0000 +++ b/lxdream.pod Sun May 24 19:46:06 2015 +1000 @@ -1,6 +1,6 @@ =head1 NAME -lxdream - A dreamcast emulator +lxdream - A Dreamcast emulator =head1 SYNOPSIS @@ -8,24 +8,46 @@ =head1 DESCRIPTION +Emulates the Sega Dreamcast console. Lxdream can run games either from disc image files, from progam files or from CD-ROM discs. + =head1 OPTIONS =over -=item B<-A>, B<--audio>=I +=item B<-a>, B<--aica>=I + +Run the AICA SPU only, with the supplied program. + +=item B<-A>, B<--audio>=I 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 ? - -=item B<-c>, B<--config>=F -Load configuration information from F instead of the system default +=item B<-b>, B<--biosless> + +Do not load the BIOS rom on startup, even if one is configured. + +=item B<-c>, B<--config>=I + +Load configuration information from B instead of the system default =item B<-d>, B<--debugger> Launch the debugger on startup (GTK platforms only). +=item B<-f>, B<--fullscreen> + +Use this option to start the program in fullscreen mode. + +=item B<-g>, B<--gdb-sh4>=I + +Start the GDB remote server on B for SH4. + +=item B<-G>, B<--gdb-arm>=I + +Start the GDB remote server on B for ARM. + =item B<-h>, B<--help> Print command line usage information @@ -35,13 +57,13 @@ Run in headless mode (no GUI or video output). This is mainly useful for testing CPU functions and performance. Equivalent to -V null. -=item B<-l>, B<--log>=I +=item B<-l>, B<--log>=I 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. -=item B<-m> B<--multiplier>=I +=item B<-m>, B<--multiplier>=I 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. @@ -57,13 +79,13 @@ the system will only start automatically if a disc or program was given on the command line. -=item B<-t>, B<--run-time>=I +=item B<-t>, B<--run-time>=I 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. -=item B<-T>, B<--trace>=I +=item B<-T>, B<--trace>=I 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 @@ -83,7 +105,7 @@ Print the lxdream version string. -=item B<-V> I +=item B<-V> B 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 ? @@ -106,9 +128,13 @@ =back +=head1 AUTHOR + +Nathan Keynes + =head1 COPYRIGHT -Copyright 2005-2008 Nathan Keynes +Copyright 2005-2011 Nathan Keynes 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