Skip to content

Commit

Permalink
Sidecart custom RTC
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoparrilla authored Nov 12, 2023
2 parents 07120fe + bdc4bad commit 9a662fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/rtc.s
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ _ntp_ready:
; move.w (sp)+, sr ; Restore the status register
print ready_datetime_msg

rts

; DISABLED FOR NOW. NEED TO FIX THE CODE
; Save the old XBIOS vector in RTCEMUL_OLD_XBIOS and set our own vector
; print set_vectors_msg
; bsr save_vectors
; tst.w d0
; bne _exit_timemout

rts
; rts

_exit_timemout:
; move.w (sp)+, sr ; Restore the status register
Expand Down Expand Up @@ -260,8 +261,6 @@ print_char:

rts ; Return from subroutine



; Send an async command to the Sidecart
; Fire and forget style
; Input registers:
Expand Down

0 comments on commit 9a662fa

Please sign in to comment.