Update README.md

This commit is contained in:
Chris Burbridge 2014-08-29 22:52:25 +01:00
parent 52a3bb9ea9
commit 4d65189eb2

View File

@ -1,7 +1,7 @@
## Z80 CPU Emulator ## Z80 CPU Emulator
This is a Zilog Z80 CPU emulator, written in Python. This is a Zilog Z80 CPU emulator, written in Python.
It runs a 1978 Microsoft Basic 4.7 ROM taken from [Grant Searle's Z80 SBC project][http://searle.hostei.com/grant/z80/SimpleZ80.html] It runs a 1978 Microsoft Basic 4.7 ROM taken from [Grant Searle's Z80 SBC project](http://searle.hostei.com/grant/z80/SimpleZ80.html)
### Why? ### Why?
Just for fun. I like the Z80 CPU - it was in many devices I played with as a Just for fun. I like the Z80 CPU - it was in many devices I played with as a
@ -35,8 +35,8 @@ PYTHONPATH=`pwd`:$PYTHONPATH python ../fuse_tests/tests.py
Most undocumented opcodes, undocumented flags for `CPI` and `CPIR`. Most undocumented opcodes, undocumented flags for `CPI` and `CPIR`.
### Credits ### Credits
[Grant Searle's Z80 SBC project][http://searle.hostei.com/grant/z80/SimpleZ80.html] [Grant Searle's Z80 SBC project](http://searle.hostei.com/grant/z80/SimpleZ80.html)
[FUSE - Free Unix Spectrum Emulator][http://fuse-emulator.sourceforge.net/] for the instruction set tests [FUSE - Free Unix Spectrum Emulator](http://fuse-emulator.sourceforge.net/) for the instruction set tests
### License ### License
Public domain; do what the like. (Except fuse tests and BASIC rom) Public domain; do what you like.