Browse Source

Merge pull request #9 from wwarthen/master

update to master
pull/99/head
Phillip Stevens 6 years ago
committed by GitHub
parent
commit
43ac88c90b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/HBIOS/bqrtc.asm

2
Source/HBIOS/bqrtc.asm

@ -99,7 +99,7 @@ BQRTC_INIT:
LD A, BQRTC_BASE
CALL PRTHEXBYTE
LD A, BQRTC_DSE | BQRTC_2412 | BQRTC_UTI
LD A, BQRTC_DSE | BQRTC_2412 | BQRTC_STOP | BQRTC_UTI
OUT0 (BQRTC_CONTROL), A ; Enable Daylight Savings and 24 Hour
XOR A ; Zero A

Loading…
Cancel
Save