Add device setup test using kernel drivers

This commit is contained in:
Byron Lathi
2023-11-20 08:29:35 -08:00
parent 1811457b0f
commit e6a16b0c73
7 changed files with 162 additions and 1 deletions

View File

@@ -67,6 +67,12 @@ RTC_CONTROL = $30
sta RTC_CMD
lda #$00
sta RTC_DAT
lda #$30
sta RTC_CMD
lda #$3
sta RTC_DAT
rts
.endproc