1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-02 00:41:40 +00:00
millfork/include/vcs_secam_palette.mfk

10 lines
181 B
Plaintext
Raw Normal View History

2018-04-03 21:13:57 +00:00
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