From a5984e6f82e9368e719e832764ebb4813ff5e797 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 20 Apr 2016 08:32:36 +0100 Subject: Updates ready for tagging. --- README.md | 5 +++++ src/casm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3