diff options
Diffstat (limited to 'src/hardware_data')
-rw-r--r-- | src/hardware_data/graphics/vdp_gg_mode4.lua | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/hardware_data/graphics/vdp_gg_mode4.lua b/src/hardware_data/graphics/vdp_gg_mode4.lua index 23c7b27..9fdedc9 100644 --- a/src/hardware_data/graphics/vdp_gg_mode4.lua +++ b/src/hardware_data/graphics/vdp_gg_mode4.lua @@ -1,6 +1,6 @@ return { screen = { - ntsc = { + { width = 160, height = 144, refresh = 59.922743, @@ -9,15 +9,6 @@ return { y = 0, }, }, - pal = { - width = 160, - height = 144, - refresh = 49.701459, - origin = { - x = 0, - y = 0, - }, - }, pxps = 39424, txps = 552, plps = false, |