Refactored ASM, added sound support
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
; Time library
|
||||
; @author Daniele Verducci
|
||||
|
||||
; Duration (change these values based on CPU frequency)
|
||||
TIME_DUR_SECOND: EQU 255
|
||||
; Duration in cpu cycles / 55 (change these values based on CPU frequency)
|
||||
TIME_DUR_SECOND: EQU (2545)
|
||||
TIME_DUR_MILLIS: EQU 3
|
||||
|
||||
; Wait bc * 55 states
|
||||
; Use 1 iteration as delay between I/O bus writes
|
||||
|
Reference in New Issue
Block a user