Add files via upload

starting LUA script to reset disk
This commit is contained in:
Artur Bekker 2022-11-14 18:37:52 -05:00 committed by GitHub
parent 9b1a903efc
commit 78fc34ba42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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