aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-20 08:32:36 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-20 08:32:36 +0100
commita5984e6f82e9368e719e832764ebb4813ff5e797 (patch)
tree79d57ed443d1a2f8ea4753e33d9c3b72a426dc03
parentb3ac033d35d13d43864169cee3446fd9593ede36 (diff)
Updates ready for tagging.V1.1
-rw-r--r--README.md5
-rw-r--r--src/casm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b82880b..3971e03 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/src/casm.c b/src/casm.c
index 3213bb0..9b92bbf 100644
--- a/src/casm.c
+++ b/src/casm.c
@@ -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"