aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/4.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/4.lua b/test/4.lua
index 41cbec2..129325c 100644
--- a/test/4.lua
+++ b/test/4.lua
@@ -2,7 +2,10 @@ utils = require "utils"
utils.StartRun("4")
-utils.MemTest("@test", {{0x07, "92"}, {0x08, "52"}})
+utils.MemTest("@test", {
+ {0x07, "92"}, {0x08, "52"}, -- Part 1
+ {0x09, "84"}, {0x0A, "A4"}, {0x0B, "6D"}, {0x0C, "00"} -- Part 2
+})
-- The test appears to be done in a few frames. Let's run this several times
-- just in case.