From 34e9853606049734956c9b79265e96ab0cb4f79e Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sun, 18 Dec 2016 23:27:45 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_lr35902-sgb.lua | 43 ++++++++++++++------------ 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'src/hardware_data/graphics/ppu_lr35902-sgb.lua') diff --git a/src/hardware_data/graphics/ppu_lr35902-sgb.lua b/src/hardware_data/graphics/ppu_lr35902-sgb.lua index 3ebb904..420655f 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb.lua @@ -1,28 +1,28 @@ return { screen = { - ntsc = { - width = 160, - height = 144, - fps = 29.97, - origin = { - x = 0, - y = -8, + { + width = 160, + height = 144, + refresh = 61.17, + origin = { + x = 0, + y = 0, }, }, - 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 = '15bpp', limit = 10, - background = true, + background = false, transparent = 'colourKey', }, meshes = false, @@ -72,16 +72,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, -- cgit v1.2.3-54-g00ecf