summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c0x.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c0x.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c0x.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c0x.lua b/src/hardware_data/graphics/ppu_rp2c0x.lua
index 00d45bd..5d75f47 100644
--- a/src/hardware_data/graphics/ppu_rp2c0x.lua
+++ b/src/hardware_data/graphics/ppu_rp2c0x.lua
@@ -115,11 +115,11 @@ return {
main = {
optional = false,
{
- start = {
+ startCut = {
x = 0,
y = 0,
},
- end = {
+ endCut = {
x = 0,
y = 0,
},
@@ -167,11 +167,11 @@ return {
multiples = {
optional = true,
{
- start = {
+ startCut = {
x = 'free',
y = 'free',
},
- end = {
+ endCut = {
x = 'free',
y = 'free',
},