diff --git a/output/luaScripts/resetDisk.lua b/output/luaScripts/resetDisk.lua new file mode 100644 index 00000000..0207af50 --- /dev/null +++ b/output/luaScripts/resetDisk.lua @@ -0,0 +1,12 @@ +--Artur Bekker +--EmuGators +--Making function to reset disk in disk loader system + +--current functionality soft resets emulator as a whole +--need to edit functionality? specifically for CDs +while true do + if (FCEU.emulating() then + FCEU.frameadvance() + end + FCEU.frameadvance() +end \ No newline at end of file