; .open "SLUS_012.51"

; $860-$B80
; - This is debug code area


; CODE:
; Address -> Time (BCD)
;
; Allows for 160+ minute CDs by flagging the frames (74 -> $74 BCD)
; with $80, to be used in a special PEOPS CDR build

; t0/v1/a0
; a1 = minutes
; v0 = time RAM


;800203cc 03e00008: JR      8001eb34 (ra),
;800203d0 a0450000: SB      00000102 (a1), 0000 (80073d40 (v0)) [80073d40]

org $800203cc

j $80010060
sb a1,0(v0)
