diff options
author | 2024-04-12 05:14:23 +1000 | |
---|---|---|
committer | 2024-04-12 05:14:23 +1000 | |
commit | cb8b90cd389ca928ffade1d8384893fdde87d4d1 (patch) | |
tree | f94da5d13ec4a7aa9c368df226b5f66df10fdfdd /scripts/src | |
parent | 40c0fc799d0b9ac54a4e563fa40c7b81b9ee0496 (diff) |
konami/twinkle.cpp: Migrated to "new SCSI".
Also removed legacy am53cf96.cpp SCSI bus host controller device.
Diffstat (limited to 'scripts/src')
-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 eaa6cf4f097..e302cd20d1a 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -776,18 +776,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/am53cf96.h,MACHINES["AM53CF96"] = true ---------------------------------------------------- - -if (MACHINES["AM53CF96"]~=null) then - files { - MAME_DIR .. "src/devices/machine/am53cf96.cpp", - MAME_DIR .. "src/devices/machine/am53cf96.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/am79c30.h,MACHINES["AM79C30"] = true --------------------------------------------------- |