Revert "minors"

This reverts commit e6183cddec.
This commit is contained in:
b1ackmai1er
2020-01-10 17:22:59 +08:00
parent e6183cddec
commit 4f798e2454
3 changed files with 4 additions and 8 deletions

View File

@@ -2172,8 +2172,6 @@ LOUT OUT (C),A
#IF WBW
DI
CALL SLOWIO
LD A,8 ; sbc-v2-004 change to
OUT (112),A ; half clock speed
LD DE,(CFG) ; D := RDAT, E := RSEL
XOR A ; start with reg 0
LD C,E ; point to address port
@@ -2192,8 +2190,6 @@ LOUT OUT (C),A ; select register
LD C,D ; select data port
OUT (C),A ; write value to register 13
LOUT2
LD A,0 ; sbc-v2-004 change to
OUT (112),A ; full clock speed
CALL NORMIO
EI
RET ; And done