Adjustments per most feedback on cc65 PR 831

(I appreciate the feedback!)
This commit is contained in:
Bill Kendrick
2019-01-14 20:47:05 -08:00
parent 5ee3c88017
commit d52af69d69
4 changed files with 32 additions and 29 deletions

View File

@@ -93,7 +93,7 @@
/* luminance values go from 0 (black) to 7 (white) */
/* hue values (these can vary depending on TV standard (NTSC vs PAL), tint potentiometer settings, TV tint settings, emulator palette, etc. */
/* hue values (these can vary depending on TV standard (NTSC vs PAL), tint potentiometer settings, TV tint settings, emulator palette, etc.) */
#define HUE_GREY 0
#define HUE_GOLD 1
#define HUE_GOLDORANGE 2