Skip to content

Commit 1c61dea

Browse files
authored
Update README.md
1 parent c898766 commit 1c61dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ UNIMPLEMENTED FEATURES:
66
- DECIMAL MODE
77
- LCD Memory (sorry, it's a character-level simulation)
88
- LCD Reads (always returns not busy)
9-
- Every feature on the 65C22 that isn't writing to the LCD (will always read 0).
9+
- Most features on the 65C22 (will always read 0).
1010

1111
Some might ask, why write an emulator in Java? And I would respond: "Because no one else would." Sure, Java is terribly slow (more than 1000x slower than the original!), and the fact that Java's ```byte```s and ```short```s are a pain to work with because they're signed, but it's the language I'm best in so I don't care ;)
1212

0 commit comments

Comments
 (0)