aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-25 22:16:32 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-25 22:16:32 +0100
commit90494034543a7e8dd8199720733d4141d37aad22 (patch)
tree59495869c88bb0a615bb807a926db06c7b4dea00
parentf77aaa94ff63ae707becd5fa648b2fd24dbd471e (diff)
Read for V1.3 taggingV1.3
-rw-r--r--README.md13
-rw-r--r--src/casm.c2
2 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 8fc2d75..f903e25 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,8 @@ Currently **casm** supports:
* 6502
* Gameboy CPU
* 65c816/Ricoh 5A22 (SNES)
+* SPC700 (SNES sound chip - VERY untested)
-Plans for:
-
-* SPC700 (SNES sound chip)
## Output Formats
@@ -35,12 +33,9 @@ Currently **casm** supports the following output drivers:
* Gameboy ROM
* SNES ROM
* A simple library format for larger projects.
-
-Plans for:
-
* NES ROM
-## Major Changes in V1.2
+## Major Changes in V1.3
-* Added basic SNES support for processor and output.
-* Added a library format for linking together of files in a larger project.
+* Added SPC700 (VERY untested)
+* Added NES output format
diff --git a/src/casm.c b/src/casm.c
index c85c578..5312a22 100644
--- a/src/casm.c
+++ b/src/casm.c
@@ -59,7 +59,7 @@
*/
static const char *casm_usage =
-"Version 1.3 DEVELOPMENT\n"
+"Version 1.3\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"