mirror of
https://github.com/MiSTer-devel/Chess_MiSTer.git
synced 2026-04-19 03:04:02 +00:00
15 lines
176 B
Lua
15 lines
176 B
Lua
require("lib")
|
|
|
|
reset()
|
|
|
|
press_button("action")
|
|
|
|
press_button("up")
|
|
press_button("up")
|
|
|
|
press_button("action")
|
|
|
|
press_button("action")
|
|
press_button("cancel")
|
|
|
|
wait_ns(10000000) |