summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua (renamed from src/hardware_data/scripts/load/graphics/ppu_rp2c02.lua)30
1 files changed, 21 insertions, 9 deletions
diff --git a/src/hardware_data/scripts/load/graphics/ppu_rp2c02.lua b/src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua
index b7ed0dd..a2c1c5f 100644
--- a/src/hardware_data/scripts/load/graphics/ppu_rp2c02.lua
+++ b/src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua
@@ -1,26 +1,38 @@
return {
screen = {
ntsc = {
- width = 256,
- height = 224,
- fps = 29.97,
- origin = {
+ width = 256,
+ height = 224,
+ refresh = 60.0988,
+ origin = {
x = 0,
y = -8,
},
},
pal = {
- width = 256,
- height = 240,
- fps = 25,
- origin = {
+ width = 256,
+ height = 240,
+ refresh = 50.0070,
+ origin = {
x = 0,
y = 0,
},
},
+ ntsc-vs = {
+ width = 256,
+ height = 224,
+ refresh = 60.0985,
+ origin = {
+ x = 0,
+ y = -8,
+ },
+ },
+ pxps = '72Ki',
+ txps = 320,
+ plps = false,
},
colours = {
- total = 54,
+ total = 64,
limit = 25,
background = true,
transparent = 'colourKey',