diff options
| author | 2015-07-05 19:59:37 +0200 | |
|---|---|---|
| committer | 2015-07-05 19:59:37 +0200 | |
| commit | 5ed6d7c6f9cd1fb01247eabf8cdd85a2b1102d35 (patch) | |
| tree | 8fcbb08fcc22820de779f11bbf356235a00d1af5 /scripts/src/machine.lua | |
| parent | 445fa7422d08f53d6326fb326aa5ffebd2e173bb (diff) | |
This is it. ti99 says Goodbye to legacy floppy.
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 1fd72cf5d07..cc729cd11bc 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1779,7 +1779,7 @@ end if (MACHINES["RF5C296"]~=null) then MACHINES["PCCARD"] = true - files { + files { MAME_DIR .. "src/emu/machine/rf5c296.c", MAME_DIR .. "src/emu/machine/rf5c296.h", } @@ -2535,17 +2535,6 @@ if (MACHINES["AT_KEYBC"]~=null) then } end ---------------------------------------------------- --- ---@src/emu/machine/smc92x4.h,MACHINES["SMC92X4"] = true ---------------------------------------------------- - -if (MACHINES["SMC92X4"]~=null) then - files { - MAME_DIR .. "src/emu/machine/smc92x4.c", - MAME_DIR .. "src/emu/machine/smc92x4.h", - } -end --------------------------------------------------- -- |
