diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-20 08:32:36 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-20 08:32:36 +0100 |
commit | a5984e6f82e9368e719e832764ebb4813ff5e797 (patch) | |
tree | 79d57ed443d1a2f8ea4753e33d9c3b72a426dc03 | |
parent | b3ac033d35d13d43864169cee3446fd9593ede36 (diff) |
Updates ready for tagging.V1.1
-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" |