https://github.com/soegaard/6502
An emulator/assembler/disassmbler for 6502
https://github.com/soegaard/6502
Last synced: about 2 months ago
JSON representation
An emulator/assembler/disassmbler for 6502
- Host: GitHub
- URL: https://github.com/soegaard/6502
- Owner: soegaard
- License: mit
- Created: 2018-07-13T12:05:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T12:46:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T23:24:46.773Z (3 months ago)
- Language: Racket
- Size: 24.4 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket - 6502 - An emulator/assembler/disassembler for 6502. (Emulators)
README
# 6502
An emulator/assembler/disassembler for 6502.This is an emulator for the 6502 cpu. The 6502 was the star of the 8-bit era and
featured in machines such as the Commodore 64 and the Nintendo Entertainment System (NES).The project contains a working emulator/assembler/disassembler for a 6502 cpu.
The project also contains the first steps of using the cpu emulation to
emulate an NES. The PPU (Picture Processing Unit - aka the graphics chip) is partly
implemented. Sprites needs to be added. No audio chip yet.The title screen of Donkey Kong appears when using a Donkey Kong rom.
This project is on hiatus - but who knows maybe it will be revived.
/soegaard