Search
lxdream.org :: lxdream/lxdream.pod :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename lxdream.pod
changeset 1170:9ffc8295b414
prev700:4650d0c7f6f9
author nkeynes
date Sat Mar 03 16:06:58 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Fully clean the android part before building it - dependencies don't seem to
work properly.
Add install-adb rule for convenience
file annotate diff log raw
1.1 --- a/lxdream.pod Sun Jun 22 06:49:00 2008 +0000
1.2 +++ b/lxdream.pod Sat Mar 03 16:06:58 2012 +1000
1.3 @@ -1,6 +1,6 @@
1.4 =head1 NAME
1.5
1.6 -lxdream - A dreamcast emulator
1.7 +lxdream - A Dreamcast emulator
1.8
1.9 =head1 SYNOPSIS
1.10
1.11 @@ -8,24 +8,46 @@
1.12
1.13 =head1 DESCRIPTION
1.14
1.15 +Emulates the Sega Dreamcast console. Lxdream can run games either from disc image files, from progam files or from CD-ROM discs.
1.16 +
1.17 =head1 OPTIONS
1.18
1.19 =over
1.20
1.21 -=item B<-A>, B<--audio>=I<audio-driver>
1.22 +=item B<-a>, B<--aica>=I<PROGFILE>
1.23 +
1.24 +Run the AICA SPU only, with the supplied program.
1.25 +
1.26 +=item B<-A>, B<--audio>=I<DRIVER>
1.27
1.28 Set the preferred audio driver. If the specified audio driver cannot start, the system
1.29 will try all other available drivers in the standard order. To see which drivers are
1.30 supported, run lxdream -A ?
1.31 -
1.32 -=item B<-c>, B<--config>=F<config-filename>
1.33
1.34 -Load configuration information from F<config-filename> instead of the system default
1.35 +=item B<-b>, B<--biosless>
1.36 +
1.37 +Do not load the BIOS rom on startup, even if one is configured.
1.38 +
1.39 +=item B<-c>, B<--config>=I<CONFILE>
1.40 +
1.41 +Load configuration information from B<CONFILE> instead of the system default
1.42
1.43 =item B<-d>, B<--debugger>
1.44
1.45 Launch the debugger on startup (GTK platforms only).
1.46
1.47 +=item B<-f>, B<--fullscreen>
1.48 +
1.49 +Use this option to start the program in fullscreen mode.
1.50 +
1.51 +=item B<-g>, B<--gdb-sh4>=I<PORT>
1.52 +
1.53 +Start the GDB remote server on B<PORT> for SH4.
1.54 +
1.55 +=item B<-G>, B<--gdb-arm>=I<PORT>
1.56 +
1.57 +Start the GDB remote server on B<PORT> for ARM.
1.58 +
1.59 =item B<-h>, B<--help>
1.60
1.61 Print command line usage information
1.62 @@ -35,13 +57,13 @@
1.63 Run in headless mode (no GUI or video output). This is mainly useful for testing CPU
1.64 functions and performance. Equivalent to -V null.
1.65
1.66 -=item B<-l>, B<--log>=I<log-level>
1.67 +=item B<-l>, B<--log>=I<LEVEL>
1.68
1.69 Set the system log level to the specified level of verbosity, which must be one of the following options:
1.70 FATAL, ERROR, WARN, INFO, DEBUG, TRACE (non-case-sensitive, and only the first letter is required). The
1.71 default level is WARN.
1.72
1.73 -=item B<-m> B<--multiplier>=I<scale>
1.74 +=item B<-m>, B<--multiplier>=I<SCALE>
1.75
1.76 Change the SH4 core clock speed using the supplied floating-point multiplier, where 1.0
1.77 is full speed, 0.5 is half speed, and so on. The default is 0.5.
1.78 @@ -57,13 +79,13 @@
1.79 the system will only start automatically if a disc or program was given on the command
1.80 line.
1.81
1.82 -=item B<-t>, B<--run-time>=I<seconds>
1.83 +=item B<-t>, B<--run-time>=I<SECONDS>
1.84
1.85 Run the dreamcast for exactly the specified amount of time, and then terminate, ie
1.86 lxdream -pt 5.2 will exit after 5.2 seconds of emulated runtime. Useful for performance
1.87 measurements of arbitrary sections of code.
1.88
1.89 -=item B<-T>, B<--trace>=I<trace-list>
1.90 +=item B<-T>, B<--trace>=I<REGIONS>
1.91
1.92 Activate I/O region tracing for the specified list of MMIO regions. This option is only
1.93 available if lxdream was configured with --enable-trace. If enabled, trace-list may be
1.94 @@ -83,7 +105,7 @@
1.95
1.96 Print the lxdream version string.
1.97
1.98 -=item B<-V> I<video-driver>
1.99 +=item B<-V> B<DRIVER>
1.100
1.101 Set the preferred video driver. If the specified video driver cannot start, the system
1.102 will exit with an error. To see the available video drivers, run lxdream -V ?
1.103 @@ -106,9 +128,13 @@
1.104
1.105 =back
1.106
1.107 +=head1 AUTHOR
1.108 +
1.109 +Nathan Keynes <nkeynes@lxdream.org>
1.110 +
1.111 =head1 COPYRIGHT
1.112
1.113 -Copyright 2005-2008 Nathan Keynes <nkeynes@lxdream.org>
1.114 +Copyright 2005-2011 Nathan Keynes <nkeynes@lxdream.org>
1.115
1.116 This program is free software; you can redistribute it and/or modify
1.117 it under the terms of the GNU General Public License as published by
.