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