diff --git a/stella/docs/graphics/developer_stats.png b/stella/docs/graphics/developer_stats.png new file mode 100644 index 000000000..94bc99e3a Binary files /dev/null and b/stella/docs/graphics/developer_stats.png differ diff --git a/stella/docs/index.html b/stella/docs/index.html index 43d34797c..b9f1b73da 100644 --- a/stella/docs/index.html +++ b/stella/docs/index.html @@ -29,7 +29,7 @@
  • ROM Audit Mode
  • Stelladaptor Support
  • AtariVox/SaveKey Support
  • -
  • Integrated Debugger
  • +
  • Developer Options/Integrated Debugger
  • Settings File
  • Cheatcode Manager
  • Game Properties
  • @@ -777,11 +777,6 @@ snapshot in unscaled mode. - -
    -stats <0|1>
    - Overlay console info on the TIA image during emulation. - -
    -listrominfo
    Prints relevant contents of the Stella ROM database, one ROM per line, @@ -849,11 +844,6 @@ Set the full pathname of the ROM properties file. - -
    -tiafloat <1|0>
    - Set unused TIA pins to be floating on a read/peek. - -
    -avoxport <name>
    Set the name of the serial port where an AtariVox is connected. @@ -905,7 +895,17 @@
    -holdbutton0
    Start the emulator with the left joystick button held down. - + + +
    -stats <1|0>
    + Overlay console info on the TIA image during emulation. + + + +
    -tiafloat <1|0>
    + Set unused TIA pins to be floating on a read/peek. + +
    -bs <type>
    Set "Cartridge.Type" property. See the Game Properties section @@ -1619,6 +1619,60 @@ Control + PageDown Cmd + PageDown + + + Toggle frame stats (scanline count/fps/bs type/etc) + Alt + l + Shift-Cmd + l + + + + Toggle TIA Player0 object + Alt + z + Shift-Cmd + z + + + + Toggle TIA Player1 object + Alt + x + Shift-Cmd + x + + + + Toggle TIA Missile0 object + Alt + c + Shift-Cmd + c + + + + Toggle TIA Missile1 object + Alt + v + Shift-Cmd + v + + + + Toggle TIA Ball object + Alt + b + Shift-Cmd + b + + + + Toggle TIA Playfield object + Alt + n + Shift-Cmd + n + + + + Turn all TIA objects off + Alt + . + Shift-Cmd + . + + + + Turn all TIA objects on + Alt + / + Shift-Cmd + / +

    Other Keys (cannot be remapped, except those marked with '*')

    @@ -1648,13 +1702,6 @@ Cmd + Enter - Decrease volume (*) Alt + [ @@ -1744,12 +1791,6 @@ Control + l Cmd + l - - - Toggle frame stats (scanline count/fps/bs type/etc) - Alt + l - Shift-Cmd + l - @@ -2029,14 +2070,51 @@ -
    +

    - 13. Integrated Debugger

    + 13. Developer Options/Integrated Debugger
    -

    Have a look at this page for integrated debugger - documentation. +

    Many options are available for ROM developers, which are described in + different sections of this manual, as follows:

    +

    + +

    Finally, Stella contains an extensive, built-in debugger. Have a look at + this page for integrated debugger documentation.

    +