From 4618de6621cafb5af7703b7b1982126287bde033 Mon Sep 17 00:00:00 2001 From: Dean Netherton Date: Sun, 22 Sep 2024 10:34:52 +1000 Subject: [PATCH] ez80: updated reference to renamed firmware repo --- Source/HBIOS/ez80cpudrv.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/ez80cpudrv.asm b/Source/HBIOS/ez80cpudrv.asm index b82274af..041f71ee 100644 --- a/Source/HBIOS/ez80cpudrv.asm +++ b/Source/HBIOS/ez80cpudrv.asm @@ -6,7 +6,7 @@ ; Driver code designed for the RCBus eZ80 CPU Module. ; The driver expects the eZ80 firmware to manage the initial booting of the system. ; Details for the platform and the software for the on-chip firmware can be found at: -; https://github.com/dinoboards/rc2014-ez80 +; https://github.com/dinoboards/ez80-for-rc ; ; Although the eZ80 firmware is booted before HBIOS, the eZ80 CPU driver is still required ; to communicate with the firmware to perform a number of initialisation tasks.