From bc4ed571622744a58bb6079b5cdc1e109a807640 Mon Sep 17 00:00:00 2001 From: Artur Bekker Date: Fri, 25 Nov 2022 15:44:35 -0500 Subject: [PATCH] Create InsertorEject.lua Lua file that should insert a disk into the FDS if the disk is currently ejected, and eject the disk from the FDS if it is currently inserted into the system. --- output/luaScripts/InsertorEject.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 output/luaScripts/InsertorEject.lua diff --git a/output/luaScripts/InsertorEject.lua b/output/luaScripts/InsertorEject.lua new file mode 100644 index 00000000..2082c7d6 --- /dev/null +++ b/output/luaScripts/InsertorEject.lua @@ -0,0 +1 @@ +emu.insertOrEjectDisk()