The 6502, developed by MOS Technology, is an 8-bit microprocessor (with a 16-bit address bus) that was in common use as a microcomputer CPU from the late 1970s through the early 1990s. Notably Commodore, Apple, Atari and Nintendo featured the device in numerous microcomputers and video-game consoles ...
11
votes
5answers
2k views
6502 CPU Emulation
It's the weekend, so I relax from spending all week programming by writing a hobby project.
I wrote the framework of a MOS 6502 CPU emulator yesterday, the registers, stack, memory and all the ...
8
votes
7answers
3k views
CPU Emulation and locking to a specific clock speed
If you had read my other question, you'll know I've spent this weekend putting together a 6502 CPU emulator as a programming exercise.
The CPU emulator is mostly complete, and seems to be fairly ...
4
votes
3answers
619 views
Emulator Framework
Are there any good open source frameworks for developing computer system emulators? I am particularly interested in something written in Python or Java that can reduce the effort involved in ...