Create closeRom.lua

Created lua script to utilize newly made function which unloads a ROM from the machine
This commit is contained in:
Artur Bekker 2022-11-26 14:49:47 -05:00 committed by GitHub
parent 9daf18360c
commit d153d5182d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
emu.closeRom()
emu.print("ROM Unloaded")