From e5323b7a750d75f714b1b7aa02ab36190c0083cd Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 21 Apr 2017 22:13:48 +0100 Subject: [PATCH] Update README.md: Updated Inkland URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af762ce..f53acf8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Here's a summary of how I did it: . I got cybernoid.ay from http://www.worldofspectrum.org/projectay/gdmusic.htm . Split it into bin's with AYSplitR -. Disassembled with Inkland's dz80w (www.inkland.org) +. Disassembled with Inkland's dz80w (http://www.inkland.org.uk/dz80/index.htm) . I wrote 6502 macros to replace the z80 opcodes . For cybernoid, I hand converted the z80 code to 6502 (using the macros)