summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c0x.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c0x.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c0x.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c0x.lua b/src/hardware_data/graphics/ppu_rp2c0x.lua
index a2c1c5f..c034056 100644
--- a/src/hardware_data/graphics/ppu_rp2c0x.lua
+++ b/src/hardware_data/graphics/ppu_rp2c0x.lua
@@ -94,7 +94,12 @@ return {
tiles = {
layers = {
{
- total = 272,
+ total = {
+ x = 32,
+ y = 30,
+ 960,
+ },
+ onScreen = 272,
limit = 256,
unique = true,
independent = false,