aboutsummaryrefslogtreecommitdiff
path: root/test/4.lua
blob: 41cbec26f1a10471a361a2ca714634f90838fc7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
utils = require "utils"

utils.StartRun("4")

utils.MemTest("@test", {{0x07, "92"}, {0x08, "52"}})

-- The test appears to be done in a few frames. Let's run this several times
-- just in case.
for i = 0, 150, 1 do
  emu.frameadvance();
end

utils.EndRun()