1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 16:29:34 +00:00
millfork/include/vcs_secam_palette.mfk
2018-04-03 23:13:57 +02:00

10 lines
181 B
Plaintext

const byte black = 0
const byte blue = $d2
const byte red = $64
const byte purple = $86
const byte green = $38
const byte cyan = $9a
const byte yellow = $2c
const byte white = $0e