mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-26 20:33:02 +00:00
fix vic20 volume register address
This commit is contained in:
parent
53973f081a
commit
616873bbec
@ -6,7 +6,7 @@ volatile byte vic_raster @$9004
|
||||
byte vic_freq1 @$900a
|
||||
byte vic_freq2 @$900b
|
||||
byte vic_freq3 @$900c
|
||||
byte vic_volume @$9003
|
||||
byte vic_volume @$900e
|
||||
byte vic_colors @$900f
|
||||
|
||||
macro void set_volume(byte volume) {
|
||||
@ -39,4 +39,4 @@ const byte light_cyan = 11
|
||||
const byte light_purple = 12
|
||||
const byte light_green = 13
|
||||
const byte light_blue = 14
|
||||
const byte light_yellow = 15
|
||||
const byte light_yellow = 15
|
||||
|
Loading…
x
Reference in New Issue
Block a user