Browse Source
Merge pull request #429 from dinoboards/dean-ez80-6
ez80: updated reference to renamed firmware repo
master
Wayne Warthen
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
|