You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ UNIMPLEMENTED FEATURES:
6
6
- DECIMAL MODE
7
7
- LCD Memory (sorry, it's a character-level simulation)
8
8
- 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).
10
10
11
11
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 ;)
0 commit comments