mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 23:58:50 +01:00
added light gray palette by default for gameboy
This commit is contained in:
parent
292c8b82d9
commit
c64ae3a94e
13
FunKey/board/funkey/rootfs-overlay/root/.gnuboy/gnuboy.rc
Normal file
13
FunKey/board/funkey/rootfs-overlay/root/.gnuboy/gnuboy.rc
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
# New default palette for version 1.0.
|
||||
#set dmg_bgp 0x98d0e0 0x68a0b0 0x60707C 0x2C3C3C
|
||||
#set dmg_wndp 0x98d0e0 0x68a0b0 0x60707C 0x2C3C3C
|
||||
#set dmg_obp0 0x98d0e0 0x68a0b0 0x60707C 0x2C3C3C
|
||||
#set dmg_obp1 0x98d0e0 0x68a0b0 0x60707C 0x2C3C3C
|
||||
|
||||
# Light grayscale.
|
||||
set dmg_bgp 0xffffff 0xc0c0c0 0x808080 0x404040
|
||||
set dmg_wndp 0xffffff 0xc0c0c0 0x808080 0x404040
|
||||
set dmg_obp0 0xffffff 0xc0c0c0 0x808080 0x404040
|
||||
set dmg_obp1 0xffffff 0xc0c0c0 0x808080 0x404040
|
||||
Loading…
x
Reference in New Issue
Block a user