Skip to content

Commit d898162

Browse files
committed
Update README.md
1 parent 8c94b30 commit d898162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This is a project I started because I wanted a place to write and test code for my Ben Eater 6502 kit. After seeing some other emulators written in C++ ~~(by sane people)~~, I tried downloading them but had trouble building them. So, I figured I would just write my own. It was a fun process, and was greatly helped by [OneLoneCoder's NES Emulator Tutorial](https://github.com/OneLoneCoder/olcNES). The LCD simulator was 100% me, and I'm proud of it.
44

55
UNIMPLEMENTED FEATURES:
6+
- All 65c02-specific features (it is functionally a regular 6502 target when compiling code).
67
- DECIMAL MODE
78
- LCD Memory (sorry, it's a character-level simulation)
89
- LCD Reads (always returns not busy)

0 commit comments

Comments
 (0)