From 93da09cafb4d8331f491819e477715fa493b61f3 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 11 Jul 2016 19:33:55 -0700 Subject: [PATCH] Fixed link --- devices/pc8080/machine/exerciser/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/pc8080/machine/exerciser/README.md b/devices/pc8080/machine/exerciser/README.md index 9d84100e0..107ddc8cc 100644 --- a/devices/pc8080/machine/exerciser/README.md +++ b/devices/pc8080/machine/exerciser/README.md @@ -18,7 +18,7 @@ PCjs Project. The test machine below loads a copy of the [8080 Exerciser](https://web.archive.org/web/20151006085348/http://www.idb.me.uk/sunhillow/8080.html) -(specifically, [8080EX1](/devices/pc8080/rom/test/8080EX1.MAC)) and intercepts the exerciser's CP/M console +(specifically, [8080EX1](/devices/pc8080/rom/exerciser/8080EX1.MAC)) and intercepts the exerciser's CP/M console calls so that you can see its progress in the Control Panel window. This is a "headless" test machine (no keyboard or display), so that's all you get. @@ -37,8 +37,8 @@ Carry flag (AF). At 2Mhz, the 8080 Exerciser tests take quite a while, but you can click the speed button while the machine is running to increase the simulated speed; it will revert to 2Mhz when you exceed the maximum speed that your system supports. -NOTE: The original [8080 Exerciser website](http://www.idb.me.uk/sunhillow/8080.html) is currently unavailable, -so we refer you to the copy on +NOTE: The original [8080 Exerciser website](http://www.idb.me.uk/sunhillow/8080.html) +is currently unavailable, so we refer you to the copy on [archive.org](https://web.archive.org/web/20151006085348/http://www.idb.me.uk/sunhillow/8080.html). The 8080 Exerciser source code has also been "forked" on [GitHub](https://github.com/begoon/8080ex1).