mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-04 22:29:32 +00:00
Merge pull request #52 from nippur72/patch-1
fix vic20 volume register address
This commit is contained in:
commit
778fc41187
@ -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