diff options
author | 2018-06-11 20:16:28 +1000 | |
---|---|---|
committer | 2018-06-11 20:16:28 +1000 | |
commit | 0aa81fc184b225547091a10f4accb8f3ae7064da (patch) | |
tree | 1b4c65e7cca4f6208a529f3dfb2193c30e2a2a70 /scripts/src/machine.lua | |
parent | a3f8d7a94ea46b84a8632b494d19ce211d0d6f87 (diff) |
Revert "Add 9122c floppy (#3647)"
This reverts commit c63c4e111e8ff196de5790bcf227b3ab2a92bb88.
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index c9f57edf0d4..95c2f99c582 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3530,17 +3530,3 @@ if (MACHINES["Z80DAISY"]~=null) then MAME_DIR .. "src/devices/machine/z80daisy_generic.h", } end - ---------------------------------------------------- --- ---@src/devices/machine/i8291a.h,MACHINES["I8291A"] = true ---------------------------------------------------- - -if (MACHINES["I8291A"]~=null) then - files { - MAME_DIR .. "src/devices/machine/i8291a.cpp", - MAME_DIR .. "src/devices/machine/i8291a.h", - } -end - - |