aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-18 12:14:21 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-18 12:14:21 +0100
commit5dfc8ddb515c17b7c61a6e56d3ce3c57f6da2622 (patch)
tree8670d146ac6c2c4ebdfce7c41857f9a5ed0b16b6 /src/example
parenta8131ea5ed00c11517c2cb605834eb103ecac250 (diff)
Fixed problem with zero page detection.
Zero page detection wasn't aggressive enough; by only doing the test on the last past, labels weren't being updated till the final pass.
Diffstat (limited to 'src/example')
-rw-r--r--src/example/vcs.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/example/vcs.asm b/src/example/vcs.asm
index 379722c..fcc0481 100644
--- a/src/example/vcs.asm
+++ b/src/example/vcs.asm
@@ -15,10 +15,6 @@
option output-file,vcs.bin
- option +list
- option +list-hex
- option +list-pc
-
VSYNC equ $00
VBLANK equ $01
WSYNC equ $02