2 ; Oliver Schmidt, 16.8.2018
4 ; Common stuff for the clock routines
14 ;----------------------------------------------------------------------------
19 lda #<(100 * 1000 * 1000 / $10000)
20 ldx #>(100 * 1000 * 1000 / $10000)
23 lda #<(100 * 1000 * 1000)
24 ldx #>(100 * 1000 * 1000)
29 ;----------------------------------------------------------------------------
30 ; TM struct with date set to 1970-01-01