diff options
| author | 2021-05-08 16:55:52 -0400 | |
|---|---|---|
| committer | 2021-05-08 16:55:52 -0400 | |
| commit | e13ea1cd394c99b0380d0e6cc946b95a245f8e42 (patch) | |
| tree | 67602f394f18d5619063a865c24f41852145f66a /scripts/src/machine.lua | |
| parent | 3ee1c18a6598016e33778d14440af35f43d7cbaa (diff) | |
Retiring my original NCR5380 implementation. [R. Belmont, AJR]
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 8be9fe1d911..ff8fb333b39 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3790,18 +3790,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/ncr5380.h,MACHINES["NCR5380"] = true ---------------------------------------------------- - -if (MACHINES["NCR5380"]~=null) then - files { - MAME_DIR .. "src/devices/machine/ncr5380.cpp", - MAME_DIR .. "src/devices/machine/ncr5380.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/ncr5380n.h,MACHINES["NCR5380N"] = true --------------------------------------------------- |
