Skip to content

Commit

Permalink
Update readme to reflect memory compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jtothebell authored Sep 27, 2020
1 parent aadaf31 commit 9f679fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ See LICENSE.MD for FAKE-08 license (MIT) as well as licenses of all other softwa

## Known Issues:

Several functions not implemented yet (peek/poke, fillp, among others)
Several functions not implemented yet (fillp(), flip(), possibly others)

No support for new latest Pico 8 0.2 features yet (no tline, oval, new operators, etc)
No support for new latest Pico 8 0.2 features yet (no tline(), oval(), some new operators, etc)

Uses standard lua 5.3, which uses floating instead of fixed point numbers. I would like to rectify this (and some other related issues) by switching the Lua implemenation to z8Lua (used by Zepto 8) at some point in the future

Expand Down

0 comments on commit 9f679fd

Please sign in to comment.