diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-17 22:47:10 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-17 22:47:10 +0100 |
commit | a8131ea5ed00c11517c2cb605834eb103ecac250 (patch) | |
tree | ad172298ea5d68e708eb232b07cea456ee413c86 /src/example/gb.asm | |
parent | 24ebb224a11d31bfe039352fd29d2b89368583ac (diff) |
Various fixes
* Added VCS example, which highlighted some bug in the zero page detection.
* 6502 fixes for the above. Still a problem with code generation.
* Updates to Gameboy code (example still not working in emulator).
* Fixed listing not being generated when enabled.
Diffstat (limited to 'src/example/gb.asm')
-rw-r--r-- | src/example/gb.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/example/gb.asm b/src/example/gb.asm index 15cc50b..473ac89 100644 --- a/src/example/gb.asm +++ b/src/example/gb.asm @@ -1,9 +1,7 @@ cpu gameboy - option +list - option list-labels,all - option output-file,gb.rom + option output-file,gb.gb option output-format,gameboy option gameboy-irq,vbl,vbl_code |