mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
ez80: rtc fix missing space in boot report
This commit is contained in:
@@ -20,7 +20,7 @@ EZ80RTC_INIT:
|
||||
RET NZ ; IF ALREADY ACTIVE, ABORT
|
||||
|
||||
CALL NEWLINE ; FORMATTING
|
||||
PRTS("EZ80 RTC: ON-CHIP$")
|
||||
PRTS("EZ80 RTC: ON-CHIP $")
|
||||
|
||||
LD A, 1 ; RTC FIRMWARE FUNCTION GROUP
|
||||
LD B, 0 ; RTC INIT FUNCTION
|
||||
|
||||
Reference in New Issue
Block a user