]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/get_ostype.s
Added a systime implementation by Stefan Haubenthal with a few changes. The
[cc65] / libsrc / c64 / get_ostype.s
index b04c98576c02171b7c4577c1bd8558c69c6c4f02..e2db72ae2cf35f29c4fbc0efea1ef9790133fc81 100644 (file)
@@ -14,6 +14,7 @@
 
 .proc  _get_ostype
 
+        ldx     #$00            ; Clear high byte
        lda     $ff80
        rts