From a8131ea5ed00c11517c2cb605834eb103ecac250 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 17 Apr 2016 22:47:10 +0100 Subject: 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. --- src/example/gb.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/example/gb.asm') 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 -- cgit v1.2.3