X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/cf76e892839806b64588635cb6accb636001e62a..82c1bdccf419782059efafbeb2370d6c20fae258:/docs/virtualjaguar.1 diff --git a/docs/virtualjaguar.1 b/docs/virtualjaguar.1 index fda9eb9..35c4795 100644 --- a/docs/virtualjaguar.1 +++ b/docs/virtualjaguar.1 @@ -1,14 +1,14 @@ -.TH virtualjaguar 1 2017-09-06 Virtualjaguar Rx +.TH virtualjaguar 1 2021-05-24 Virtualjaguar Rx .SH NAME virtualjaguar \- An Atari Jaguar emulator .SH SYNOPSIS .B virtualjaguar .RI [options] -.RI [rom\ image\ file] +.RI [rom image file] .SH DESCRIPTION -Virtualjaguar is an emulator for the Atari Jaguar videogame system. +Virtual Jaguar Rx is an emulator for the Atari Jaguar videogame system. It includes a debugger. .SH OPTIONS .TP @@ -24,10 +24,10 @@ Boot using Jaguar BIOS .B \-\-no\-bios Do not use Jaguar BIOS .TP -.B \-a, \-\-debugger +.B \-D, \-\-debugger Run in Debugger emulation mode .TP -.B \-a, \-\-dram-max +.B \-\-dram-max Set the main ram to 8MB .TP .B \-g, \-\-gpu @@ -42,11 +42,25 @@ Create and use log file .B \-\-no\-log Do not use log file .TP -.B \-h, \-\-help +.B \-h, \-?, \-\-help Show command line help +.SH SETTINGS +.TP +.B \-\-es\-all +Erase all settings +.TP +.B \-\-es\-ui +Erase UI settings only +.TP +.B \-\-es\-alpine +Erase alpine mode settings only +.TP +.B \-\-es\-debugger +Erase debugger mode settings only + .SH SOUND -DSP emulation is needed for audio output +DSP emulation is needed for audio output. .TP .B \-d, \-\-dsp Enable DSP emulation @@ -74,13 +88,30 @@ Disable GL bilinear filter .B \-z, \-\-please\-dont\-kill\-my\-computer Do not show emulation of tv static. This can be slow on low end CPUs. -.SH CONTROLS +.SH SHORTCUTS +.TP +The default key bindings are: .TP -.B Ctrl-Q +.B Ctrl+Q Quit virtualjaguar .TP -.B Ctrl-I -Load a new program +.B Ctrl+I +Pick file to load a new program +.TP +.B Ctrl+C +Configure tab +.TP +.B Ctrl+S +Emulator status +.TP +.B Ctrl+Shift+F5 +Restart program +.TP +.B F11 +Step into code +.TP +.B F10 +Step over code .TP .B Esc Pause emulation @@ -90,10 +121,23 @@ Advance the emulation by a single frame .TP .B F9 Toggle full screen mode +.TP +.B F8 +Screenshot +.TP +.B Ctrl+B +Function breakpoint +.TP +.B Ctrl+Alt+B +Breakpoints list +.TP +.B Ctrl+Shift+F9 +Delete all breakpoints +.SH CONTROLS .TP -The default keybindings for controller 1 are: -(Keybindings can be changed in the configuration dialog.) +The default key bindings for controller 1 are: +(Key bindings can be changed in the configuration dialog.) .TP .B S Up @@ -132,19 +176,22 @@ Keypad * Keypad # .SH FILES -.TP +.PP .B virtualjaguar.log Virtualjaguar log file. Only written if the log option (\-l or \-\-log) is given. If the file cannot be opened, the log it sent to standard output instead. The log file is overwritten on startup. Note that the file is written to the current directory. -.TP +.PP +.B ${XDG_DATA_HOME}/virtualjaguar/screenshots/ (typically ~/.local/share/data/virtualjaguar/screenshots/) +Screenshots will be save in this directory. +.PP .B ${XDG_DATA_HOME}/virtualjaguar/eeproms/ (typically ~/.local/share/data/virtualjaguar/eeproms/) Some Atari Jaguar cartridges feature a small writable EEPROM, used for saving game state and score lists. If this directory exists, virtualjaguar will emulate the EEPROM by saving the state in file in this directory. -.TP +.PP .B ${XDG_DATA_HOME}/virtualjaguar/software/ (typically ~/.local/share/data/virtualjaguar/software/) The virtualjaguar GUI for loading software scans this directory, and shows the loadable files, along with information about the program, @@ -152,4 +199,4 @@ and a label image if one is included in a zip archive of the software. .SH AUTHOR This manual page was written by Teemu Hukkanen . -Additional informations written by Flynn. +Additional information written by Jean-Paul Mari .