1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-10-01 23:55:40 +00:00

Merge pull request #52 from nippur72/patch-1

fix vic20 volume register address
This commit is contained in:
Karol Stasiak 2020-07-24 19:18:50 +02:00 committed by GitHub
commit 778fc41187
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