diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | src/casm.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -39,3 +39,8 @@ Plans for: * SNES ROM * NES ROM + +## Major Changes in V1.1 + +* Added Gameboy support +* Fixed breaking bugs in 6502 generation, especially around zero-page addressing @@ -57,7 +57,7 @@ */ static const char *casm_usage = -"Version 1.1 development\n" +"Version 1.1\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |