diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-30 00:36:18 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-30 00:36:18 -0700 |
commit | 1240507f74c90dbbadb4a0bb5a1f8c366222e18d (patch) | |
tree | 60a63facf512e75b77f1ac5ee085549324066603 /menu.s68 | |
parent | 43b041d4139c37f61c8410ca22f66ee4d41514c4 (diff) |
Change where vscroll is latched in full plane mode. Fixes Top Gear 2
Diffstat (limited to 'menu.s68')
-rw-r--r-- | menu.s68 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -838,7 +838,7 @@ start: dbra d0, .regloop vdpaccess $0, VDP_CRAM_WRITE - move.w #$020, (a0) + move.w #$400, (a0) move.w #$EEE, (a0) move.w #$222, (a0) |