Posted By
 Csabo on 2025-05-28 08:13:10
| Re: Autobahn
The notes - while poorly written - are correct.
From $15F9 (TAP): LDA #$F1 STA $FF13
PRG: LDA #$31 STA $FF13
This code executes when the game is over and the "SCORE TABLE" screen is shown. Using $F1 instead of $31 will only work on a C16.
|