From 4d65189eb29f8511a146baf14222c4252da3e4df Mon Sep 17 00:00:00 2001 From: Chris Burbridge Date: Fri, 29 Aug 2014 22:52:25 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3083816..3316c57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Z80 CPU Emulator 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? 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`. ### Credits -[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 +[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 ### License -Public domain; do what the like. (Except fuse tests and BASIC rom) \ No newline at end of file +Public domain; do what you like.