quickload.Rd
Starts a game immediately using a ROM. See vignette("guide") for how to play.
vignette("guide")
quickload(ROM)
ROM to play.
Convenience wrapper for the code:
RAM = ram.init(ROM) RAM = ram.run(RAM)
This saves RAM in the environment in which quickload() was called, so the RAM can be accessed afterwards as if it were run manually.
quickload()
if (FALSE) { # \dontrun{ quickload(Snake) } # }