mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-29 02:31:50 +00:00
Added A2 'timer_seconds' dummy.
The implementation just always returns 0 thus actually disabling timeouts.
This commit is contained in:
parent
416f93bc0c
commit
f1dfea1e7d
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
.export timer_init
|
.export timer_init
|
||||||
.export timer_read
|
.export timer_read
|
||||||
|
.export timer_seconds
|
||||||
|
|
||||||
|
|
||||||
.bss
|
.bss
|
||||||
@ -44,6 +45,10 @@ timer_read:
|
|||||||
: ldax current_time_value
|
: ldax current_time_value
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
timer_seconds:
|
||||||
|
lda #0
|
||||||
|
rts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
; -- LICENSE FOR a2timer.s --
|
; -- LICENSE FOR a2timer.s --
|
||||||
|
Loading…
Reference in New Issue
Block a user