diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-08 21:45:50 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-08 21:45:50 +0100 |
commit | 01b51167301fe75415ea2d2a16f89e34204f3bfa (patch) | |
tree | 525b14cb585d1060dee935936540bc6fb1411630 /README.md | |
parent | d3713129e61a8953a61b8f15f7be6a3110197ed5 (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.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |