1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-13 09:29:08 +00:00
Emulate 6502-based microcomputer systems in Python
Go to file
2009-04-07 16:33:57 -07:00
docs
src/py65 Fixed error in most tests. Every memory insert made memory one byte larger. 2009-04-08 07:32:18 +08:00
.gitignore Added *.swp, build/, dist/. 2009-04-07 16:33:57 -07:00
CHANGES
ez_setup.py
README
setup.py Py65 requires at least Python 2.4 now. 2009-04-04 19:14:53 -07:00
TODO

Py6502, an NMOS 6502 microprocessor simulator.

Based in part by C source code from Earle F. Philhower III, 
Commodore 64 Emulator v0.3, (C)1993-94.  Other portions,
including cycle time calculations, were derived from JavaScript
work by Norbert Landsteiner, 2005.  All other work is by
Mike Naberezny.  The excellent book "Programming the 6502" by 
Rodnay Zaks was also referenced extensively during the development 
of this software.

For an introduction to Py65, please visit the project home page:
http://6502.org/projects/py65/

For more information on the 6502 microprocessor, visit http://6502.org.