No description
Find a file
2025-02-18 12:40:08 +02:00
c_test first commit 2025-02-18 12:40:08 +02:00
doc first commit 2025-02-18 12:40:08 +02:00
op first commit 2025-02-18 12:40:08 +02:00
res first commit 2025-02-18 12:40:08 +02:00
scripts first commit 2025-02-18 12:40:08 +02:00
util first commit 2025-02-18 12:40:08 +02:00
.clang-format first commit 2025-02-18 12:40:08 +02:00
.gitignore first commit 2025-02-18 12:40:08 +02:00
build.sh first commit 2025-02-18 12:40:08 +02:00
core.c first commit 2025-02-18 12:40:08 +02:00
core.h first commit 2025-02-18 12:40:08 +02:00
display.c first commit 2025-02-18 12:40:08 +02:00
display.h first commit 2025-02-18 12:40:08 +02:00
main.c first commit 2025-02-18 12:40:08 +02:00
README.md first commit 2025-02-18 12:40:08 +02:00
test.c first commit 2025-02-18 12:40:08 +02:00

8bemu

6502 emulator.

TODO

  • remaining illegal opcodes
  • c64 kernal
  • c64 vic-ii graphics

performance

With -ggdb3 flag, we get 943% of original NES speed in CPU frequency. With -O3 flag, we get 1011% of original.

summary

Implemented 100% of legal opcodes. Implemented 151 out of 256 total opcodes (58%).