From 9ff3e63fc8f4005aaeacf07fb58e002539e704d2 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 11 Jan 2017 02:36:56 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_rp2c03+mmc3-4screen.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/hardware_data/graphics/ppu_rp2c03+mmc3-4screen.lua') diff --git a/src/hardware_data/graphics/ppu_rp2c03+mmc3-4screen.lua b/src/hardware_data/graphics/ppu_rp2c03+mmc3-4screen.lua index 36a54bb..805e690 100644 --- a/src/hardware_data/graphics/ppu_rp2c03+mmc3-4screen.lua +++ b/src/hardware_data/graphics/ppu_rp2c03+mmc3-4screen.lua @@ -1,6 +1,6 @@ -- Information: -- -- PPU (Picture processing unit) -- --- RP2C03/RP2C04/RP2C05 with MMC3/MMC6 -- +-- RP2C03/RP2C04/RP2C05 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, }, }, -- cgit v1.2.3-54-g00ecf