summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorDuncan Smith2010-06-08 00:56:43 -0700
committerDuncan Smith2010-06-08 00:56:43 -0700
commita5b24d09f96add5ae7a77708574ca62089b0f6ee (patch)
tree71fdfb1e76cf28f0044562e08487615e16b4cc9c /README.markdown
parent0af50c37ea3a3e81ab305600ca77366e27b0c2f6 (diff)
Playing with the readme formatting
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown20
1 files changed, 7 insertions, 13 deletions
diff --git a/README.markdown b/README.markdown
index b56a2aa..5c06210 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,22 +1,16 @@
-* z80 emulator for 68k calculators
+680: z80 emulator for 68k calculators
+=====================================
Duncan Smith
Project started: 2010-06-06
GPL
-* Useful resources:
+## Useful resources:
-To estimate speed:
-http://www.ticalc.org/pub/text/68k/timing.txt
-
-z80 instruction set in numerical order:
-http://z80.info/z80oplist.txt
-
-More z80 instruction set reference:
-http://nemesis.lonestar.org/computers/tandy/software/apps/m4/qd/opcodes.html
-
-Details on flags and other side effects:
-http://www.gaby.de/z80/z80code.htm
+* [68k timings](http://www.ticalc.org/pub/text/68k/timing.txt)
+* [z80 instruction set in numerical order](http://z80.info/z80oplist.txt)
+* [More z80 instruction set reference](http://nemesis.lonestar.org/computers/tandy/software/apps/m4/qd/opcodes.html)
+* [Details on flags and other side effects](http://www.gaby.de/z80/z80code.htm)