aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-08 21:45:50 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-08 21:45:50 +0100
commit01b51167301fe75415ea2d2a16f89e34204f3bfa (patch)
tree525b14cb585d1060dee935936540bc6fb1411630 /README.md
parentd3713129e61a8953a61b8f15f7be6a3110197ed5 (diff)
Changes for V1.2:V1.2
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3c506e4..8fc2d75 100644
--- a/README.md
+++ b/README.md
@@ -33,13 +33,14 @@ Currently **casm** supports the following output drivers:
* T64 Commodore 64 tape image
* ZX81 P file
* Gameboy ROM
+* SNES ROM
+* A simple library format for larger projects.
Plans for:
-* SNES ROM
* NES ROM
-## Major Changes in V1.1
+## Major Changes in V1.2
-* Added Gameboy support
-* Fixed breaking bugs in 6502 generation, especially around zero-page addressing
+* Added basic SNES support for processor and output.
+* Added a library format for linking together of files in a larger project.