diff options
author | 2023-04-04 14:42:30 +0200 | |
---|---|---|
committer | 2023-04-04 14:43:17 +0200 | |
commit | ca6e220dbbb6cba3fa69043bf9dd11e0e32251cd (patch) | |
tree | 526b6a7d8b09f94bbcd867bcdbf716bde1bfaf84 /scripts/src/machine.lua | |
parent | fb89dcf6d3ed73719de82092c9b262b7fce52493 (diff) |
tmp68301: Reimplement in the new68k framework. The timers are not yet implemented, couldn't find a driver which cared. Hopefully the regression testing will find some.
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 0ee6d5ba4fe..c125a69341e 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3510,18 +3510,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/tmp68301.h,MACHINES["TMP68301"] = true ---------------------------------------------------- - -if (MACHINES["TMP68301"]~=null) then - files { - MAME_DIR .. "src/devices/machine/tmp68301.cpp", - MAME_DIR .. "src/devices/machine/tmp68301.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/tms1024.h,MACHINES["TMS1024"] = true --------------------------------------------------- |