mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Update hbios.asm
- Missed one label change in previous commit.
This commit is contained in:
@@ -6210,7 +6210,7 @@ SYS_SETCPUSPD:
|
||||
;
|
||||
LD A,L ; CLK SPD TO ACCUM
|
||||
CP $FF ; NO CHANGE?
|
||||
JR Z,SYS_SETCPUSPD3 ; DONE IF SO
|
||||
JR Z,SYS_SETCPUSPD_OK ; DONE IF SO
|
||||
LD C,%00000000 ; HALF SPEED
|
||||
CP 0
|
||||
JR Z,SYS_SETCPUSPD1
|
||||
|
||||
Reference in New Issue
Block a user