summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_lr35902-dmg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_lr35902-dmg.lua')
-rw-r--r--src/hardware_data/graphics/ppu_lr35902-dmg.lua38
1 files changed, 17 insertions, 21 deletions
diff --git a/src/hardware_data/graphics/ppu_lr35902-dmg.lua b/src/hardware_data/graphics/ppu_lr35902-dmg.lua
index c07da7e..80c16ae 100644
--- a/src/hardware_data/graphics/ppu_lr35902-dmg.lua
+++ b/src/hardware_data/graphics/ppu_lr35902-dmg.lua
@@ -1,28 +1,19 @@
return {
screen = {
- ntsc = {
- width = 160,
- height = 144,
- fps = 29.97,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 160,
- height = 144,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
+ {
+ width = 160,
+ height = 144,
+ refresh = 59.73,
+ origin = {
+ x = 0,
+ y = 0,
},
},
},
colours = {
total = 4,
limit = false,
- background = true,
+ background = false,
transparent = 'colourKey',
},
meshes = false,
@@ -72,16 +63,21 @@ return {
tiles = {
layers = {
{
- total = 399,
- limit = 192,
+ total = {
+ x = 32,
+ y = 32,
+ 1024,
+ },
+ onScreen = 399,
+ limit = false,
unique = true,
independent = false,
palettes = {
specify = true,
{
total = 4,
- limit = 3,
- keys = 1,
+ limit = false,
+ keys = false,
},
},
mirror = true,