mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 07:29:54 +00:00
bgmusic: try not to overwrite & vector
This commit is contained in:
parent
3bd9c841e1
commit
7d7465a113
@ -1,14 +1,14 @@
|
|||||||
; these need to be in zero page
|
; these need to be in zero page
|
||||||
; can we find a location that works?
|
; can we find a location that works?
|
||||||
|
|
||||||
PATTERN_L = $06
|
PATTERN_L = $06 ; used by sweet-16?
|
||||||
PATTERN_H = $07
|
PATTERN_H = $07
|
||||||
ORNAMENT_L = $08
|
ORNAMENT_L = $08 ; used by sweet-16?
|
||||||
ORNAMENT_H = $09
|
ORNAMENT_H = $09
|
||||||
SAMPLE_L = $0A
|
SAMPLE_L = $4A ; lomem integer basic?
|
||||||
SAMPLE_H = $0B
|
SAMPLE_H = $4B
|
||||||
MB_ADDR_L = $0C
|
MB_ADDR_L = $4C ; himem integer basic?
|
||||||
MB_ADDR_H = $0D
|
MB_ADDR_H = $4D
|
||||||
|
|
||||||
;; Zero Page
|
;; Zero Page
|
||||||
.if 0
|
.if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user