summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua b/src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua
index a41233a..fdc7e18 100644
--- a/src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua
+++ b/src/hardware_data/graphics/ppu_rp2c07+mmc3-4screen.lua
@@ -1,6 +1,6 @@
-- Information: --
-- PPU (Picture processing unit) --
--- RP2C07 with MMC3/MMC6 --
+-- RP2C07 with MMC3 --
-- (Memory management controller) --
return {
@@ -21,20 +21,21 @@ return {
total = 64,
limit = 25,
transparent = {
- sprite = colourKey,
- tile = colourKey,
+ sprite = 'colourKey',
+ tile = 'colourKey',
},
+ tileDepth = 'colourKey',
palettes = {
{
total = 4,
- type = 'tilePerPalette',
- colours = 3,
+ type = 'spritePerPalette',
+ colours = 4,
layers = false,
},
{
total = 4,
- type = 'spritePerPalette',
- colours = 3,
+ type = 'tilePerPalette',
+ colours = 4,
layers = false,
},
},