Files
SMS_MiSTer/SMSBootLoader/palette.inc
2019-01-03 18:51:20 +01:00

49 lines
2.0 KiB
PHP

;----------------------------------------------------------------------------
pal_table_bg_fade_0:
.db %00000000 ; 0: Black
.db %00000000 ; 1: Gray 1
.db %00000000 ; 2: Gray 2
.db %00000000 ; 3: White
.db %00000000 ; 4: Light Blue
;----------------------------------------------------------------------------
pal_table_bg_fade_1:
.db %00000000 ; 0: Black
.db %00000000 ; 1: Gray 1
.db %00000000 ; 2: Gray 2
.db %00010101 ; 3: White
.db %00010000 ; 4: Light Blue
;----------------------------------------------------------------------------
pal_table_bg_fade_2:
.db %00000000 ; 0: Black
.db %00000000 ; 1: Gray 1
.db %00010101 ; 2: Gray 2
.db %00101010 ; 3: White
.db %00100000 ; 4: Light Blue
;----------------------------------------------------------------------------
pal_table_bg:
.db %00000000 ; 0: Black
.db %00010101 ; 1: Gray 1
.db %00101010 ; 2: Gray 2
.db %00111111 ; 3: White
.db %00110000 ; 4: Light Blue
;----------------------------------------------------------------------------
pal_table_fg:
.db %00000000 ; 0: <UNUSED>
.db %00000000 ; 1: Black
.db %00000110 ; 2: Marron
.db %00000111 ; 3: Light Orange
.db %00011011 ; 4: Peach
.db %00001111 ; 5: Yellow
.db %00011001 ; 6: Green (background)
.db %00111111 ; 7: White
.db %00000000 ; 8: <UNUSED>
.db %00000000 ; 9: <UNUSED>
.db %00000000 ; 10: <UNUSED>
.db %00000000 ; 11: <UNUSED>
.db %00000000 ; 12: <UNUSED>
.db %00000000 ; 13: <UNUSED>
.db %00000000 ; 14: <UNUSED>
.db %00000000 ; 15: <UNUSED>
;----------------------------------------------------------------------------