mirror of
https://github.com/MiSTer-devel/Gameboy_MiSTer.git
synced 2026-04-19 03:04:09 +00:00
15 lines
197 B
Lua
15 lines
197 B
Lua
require("vsim_comm")
|
|
require("luareg")
|
|
|
|
wait_ns(10000)
|
|
|
|
reg_set(0, gameboy.Reg_GB_on)
|
|
|
|
reg_set_file("tests\\tetris.gb", 0, 0, 0)
|
|
|
|
wait_ns(10000)
|
|
reg_set(1, gameboy.Reg_GB_on)
|
|
|
|
print("GB ON")
|
|
|
|
brk() |