Quantcast
Channel: Codebase 64 wiki projects
Viewing all articles
Browse latest Browse all 23

projects:sprite_clock

$
0
0
Sprite Clock Download: Simple IRQ clock for C64 that uses sprite objects for presentation. ;SPRITE IRQ CLOCK (C) M.K. HOMEBREW COMPUTERS INC. ; Code below compiles with CC65 assembler: ; cl65 --verbose --listing spriteclock.asm ; Use HEX editor to insert "00 C0" at the beginning ; of the executable to be able to run it on C64 or ; in emulator. ; Usage: ; LOAD"SPRITECLOCK",8,1 ; CLR:NEW ; SYS49152,"HHMMSS" ; Where: ; HH - hours, MM - minutes, SS - seconds ; Turn clock off: ; SYS49152 ; C…

Viewing all articles
Browse latest Browse all 23

Trending Articles