1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00

fix vic20 volume register address

This commit is contained in:
nino-porcino 2020-07-24 10:29:36 +02:00 committed by GitHub
parent 53973f081a
commit 616873bbec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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