a2-4am / million-perfect-letters

a shifty word game for the Apple ][
Other
7 stars 0 forks source link

Apple IIgs speed #3

Open antoinevignau opened 4 years ago

antoinevignau commented 4 years ago

The Apple IIgs speed is handled by modifying the associated softswitch directly. It means that the game will run again at the full speed after one enters the control panel.

Could speed be changed by using the _ReadBParam($20) _WriteBParam($20) Misc tool calls instead. Fast speed value is 1, slow speed value is 0. The BRAM index for the speed is $20 (decimal 32)