diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-31 01:51:30 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-31 01:51:30 -0500 |
commit | bf26085e3642b4dd5e494c13da863aa6efcc10de (patch) | |
tree | 0d467a7f5adc7574089aa2c8972e771f9aa1e700 | |
parent | e0d796a09629441f41a40664da2cfb6981f7c4c3 (diff) | |
download | taipan-bf26085e3642b4dd5e494c13da863aa6efcc10de.tar.gz |
hopefully fix new explosion.s crashing SDX test machine
-rw-r--r-- | explosion.s | 1 |
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 |