From 05f8b2e2e0646e692e5f60b41263ed50b0af07a9 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Wed, 17 Apr 2019 13:14:51 -0700 Subject: [PATCH] support Dueling Digits --- src/patchers/choplifter.a | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/patchers/choplifter.a b/src/patchers/choplifter.a index dde85df..bf3f6ac 100644 --- a/src/patchers/choplifter.a +++ b/src/patchers/choplifter.a @@ -356,6 +356,11 @@ ReadChoplifter lda $c054 lda $c052 lda $c050 + ldx #0 +- lda $800,x + sta $400,x + inx + bne - ldx #$42 txs lda #>(.resume-1) @@ -370,6 +375,8 @@ ReadChoplifter sta $500,x lda (*+$ff) and $ff00,x sta $200,x + lda $400,x + sta $800,x lda (*+$1ff) and $ff00,x sta $400,x txs