aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-31 01:51:30 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-31 01:51:30 -0500
commitbf26085e3642b4dd5e494c13da863aa6efcc10de (patch)
tree0d467a7f5adc7574089aa2c8972e771f9aa1e700
parente0d796a09629441f41a40664da2cfb6981f7c4c3 (diff)
downloadtaipan-bf26085e3642b4dd5e494c13da863aa6efcc10de.tar.gz
hopefully fix new explosion.s crashing SDX test machine
-rw-r--r--explosion.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/explosion.s b/explosion.s
index eebf3ab..a803d5e 100644
--- a/explosion.s
+++ b/explosion.s
@@ -48,6 +48,7 @@ _explosion:
@d:
sta WSYNC
lda RANDOM
+ lsr ; avoid reading I/O registers, I think it can lock up SDX
sta CHBASE
lda VCOUNT
cmp #(4+23)*4