https://github.com/omrawaley/6502
An NMOS 6502 emulator written in C99.
https://github.com/omrawaley/6502
6502 6502-emulation 6502-processor apple-2-dev c c64-dev c99 cpu cpu-emulator emulation emulator nes nes-dev
Last synced: about 1 year ago
JSON representation
An NMOS 6502 emulator written in C99.
- Host: GitHub
- URL: https://github.com/omrawaley/6502
- Owner: omrawaley
- License: apache-2.0
- Created: 2025-03-13T18:04:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T02:07:52.000Z (about 1 year ago)
- Last Synced: 2025-03-25T03:20:39.938Z (about 1 year ago)
- Topics: 6502, 6502-emulation, 6502-processor, apple-2-dev, c, c64-dev, c99, cpu, cpu-emulator, emulation, emulator, nes, nes-dev
- Language: C
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 6502
An NMOS 6502 emulator written in C99.
It has not been extensively tested.
## To-Do
- Add decimal mode support to ADC/SBC
- Increase cycles when a page boundary is crossed
- Add proper debugging logs for nestest and SingleStepTests