From 5dfc8ddb515c17b7c61a6e56d3ce3c57f6da2622 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 18 Apr 2016 12:14:21 +0100 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 288e30d..fd6c1df 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,8 @@ # Custom src/casm +*.bin +*.gb *.rom *.com *.tap -- cgit v1.2.3