diff options
| author | 2025-11-16 17:19:42 +0100 | |
|---|---|---|
| committer | 2025-11-16 17:19:49 +0100 | |
| commit | 3c38125ab387f16ba3dd083e6be8b398254f0b96 (patch) | |
| tree | b260bd1d94dd3e5190057ba5bd4c90005dba1e89 /scripts/src/machine.lua | |
| parent | 81aaeb52eba8536bac61b138b93728d2b1ecfd32 (diff) | |
machine/smpc.cpp: remove device_memory_interface, fix open bus access, move to sega folder, relicense to BSD-3
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 638c6986b56..8f1722bdd00 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3423,17 +3423,6 @@ if (MACHINES["SMC91C9X"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/smpc.h,MACHINES["SMPC"] = true ---------------------------------------------------- - -if (MACHINES["SMPC"]~=null) then - files { - MAME_DIR .. "src/devices/machine/smpc.cpp", - MAME_DIR .. "src/devices/machine/smpc.h", - } -end --------------------------------------------------- -- |
