diff options
| author | 2025-11-01 13:06:24 +0100 | |
|---|---|---|
| committer | 2025-11-01 13:06:34 +0100 | |
| commit | 24249ebb7bf431f68f00e43e4d71b55e2fcc7bf7 (patch) | |
| tree | b7702840dff085b9f526bace8e50f27c1894bd23 /scripts/src | |
| parent | 16f2eeb827d229e1d914b84c1bceb32a8974a229 (diff) | |
cpu/m68000/mcf5206e.cpp: provide MBAR relocation, and retire machine/mcf506e.cpp
Diffstat (limited to 'scripts/src')
| -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 6cd94ba9292..c49347b1a96 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2420,17 +2420,6 @@ if (MACHINES["M68340"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/mcf5206e.h,MACHINES["MCF5206E"] = true ---------------------------------------------------- - -if (MACHINES["MCF5206E"]~=null) then - files { - MAME_DIR .. "src/devices/machine/mcf5206e.cpp", - MAME_DIR .. "src/devices/machine/mcf5206e.h", - } -end --------------------------------------------------- -- |
