diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-05-09 00:32:27 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-05-09 00:32:27 +0100 |
commit | 38f98a4d81042befe65fd84c33eeea806ecc5c86 (patch) | |
tree | a75c2f2ec302e71f041422ef35d8ace51419db98 | |
parent | 7726afd3b696613f1920a856b9e187a3bdf9fa9d (diff) |
Missing updates for V1.12 in CHANGELOG and README.md
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -11,3 +11,7 @@ V1.10 V1.11 ===== * Added Intel HEX output. + +V1.12 +===== +* Added VIC-20 PRG output options. @@ -35,7 +35,8 @@ Currently **casm** supports the following output drivers: * NES ROM * Amstrad CPC CDT tape file * Intel HEX format files +* Commodore PRG file ## Latest changes -* Added Intel HEX format output +* Commodore PRG file for VIC-20 |