diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-19 01:55:45 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-19 01:55:45 -0300 |
commit | 390d5793a749c7c666d2b0ec2727a69975446b89 (patch) | |
tree | 850811c2bbee440807b27cbbafea47f261b61185 /src/hardware_data/graphics/ppu_rp2c0x.lua | |
parent | 7b1f6b3c8ba02ff3c164584b7f22bce6a1f2f08d (diff) |
Update graphics modes
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c0x.lua')
-rw-r--r-- | src/hardware_data/graphics/ppu_rp2c0x.lua | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c0x.lua b/src/hardware_data/graphics/ppu_rp2c0x.lua index 04e59ac..c41ca3b 100644 --- a/src/hardware_data/graphics/ppu_rp2c0x.lua +++ b/src/hardware_data/graphics/ppu_rp2c0x.lua @@ -1,6 +1,6 @@ return { screen = { - ntsc = { + ntsc = { width = 256, height = 224, refresh = 60.0988, @@ -9,7 +9,7 @@ return { y = -8, }, }, - pal = { + pal = { width = 256, height = 240, refresh = 50.0070, @@ -28,7 +28,7 @@ return { }, }, pxps = 73728, - txps = 320, + txps = 320, plps = false, }, colours = { @@ -109,21 +109,25 @@ return { total = 4, limit = 3, keys = 1, + map = false, }, { total = 4, limit = 3, keys = 1, + map = false, }, { total = 4, limit = 3, keys = 1, + map = false, }, { total = 4, limit = 3, keys = 1, + map = false, }, }, mirror = true, @@ -141,7 +145,6 @@ return { height = 16, }, }, - map = false, }, }, }, |