summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/tms9918a_mode20.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/tms9918a_mode20.lua')
-rw-r--r--src/hardware_data/graphics/tms9918a_mode20.lua15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/hardware_data/graphics/tms9918a_mode20.lua b/src/hardware_data/graphics/tms9918a_mode20.lua
index 7f792c8..adbc744 100644
--- a/src/hardware_data/graphics/tms9918a_mode20.lua
+++ b/src/hardware_data/graphics/tms9918a_mode20.lua
@@ -1,10 +1,10 @@
return {
screen = {
ntsc = {
- width = 240,
- height = 192,
- fps = 29.97,
- origin = {
+ width = 240,
+ height = 192,
+ refresh = 59.922743,
+ origin = {
x = 0,
y = 0,
},
@@ -30,7 +30,12 @@ return {
tiles = {
layers = {
{
- total = 960,
+ total = {
+ x = 40,
+ y = 24,
+ 960,
+ },
+ onScreen = 960,
limit = false,
unique = true,
independent = false,