Skip to content

Commit

Permalink
[META] update README.md with new features (#312)
Browse files Browse the repository at this point in the history
* [META] update README.md with new features

* fix numbered formatting

* Additions to unreleased updates
  • Loading branch information
mooinglemur authored Mar 21, 2024
1 parent 4d1320e commit 60e6d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Release Notes
-------------
### **Unreleased Changes**

This is a major update, with substantial new features and bug fixes. This ROM requires a matching emulator version.
This is a major update with new features and bug fixes. This ROM requires a matching emulator version.

* BUILD
* Removed all 6502/65C02 define switches in the source. [Fulgen301]
Expand Down Expand Up @@ -152,6 +152,7 @@ This is a major update, with substantial new features and bug fixes. This ROM re
* Calling POKE with pointer functions such as `POKE <address>,POINTER(<var>)` should now work properly inline. Prior to this change, the expression in the second argument could corrupt the POKE pointer.
* The splash screen warns if you're using known buggy VERA version 0.3.3.
* BASIC can now tokenize keywords with lowercase letters in ISO mode.
* The detected CPU type is now shown in the output of the `HELP` command.
* MATH:
* Implement VAL_1 in the FP library. This singular routine requires all of BASIC zeropage to be intact ($A9-$FF), not just shared BASIC/MATH zeropage ($A9-$D3). [irmen]
* GRAPH
Expand Down

0 comments on commit 60e6d7c

Please sign in to comment.