From f87cc5c6714ffe8e06ecf199f669e4dbcf4fffc0 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Thu, 16 Nov 2017 19:53:02 +0700 Subject: 28fxxx: initial commit for new flash memory device (#2805) Implementation of 28F010 and family flash memory devices. These are not compatible with the JEDEC-standard flash command protocol implemented in intelfsh. --- scripts/src/machine.lua | 12 ++++++++++++ scripts/target/mame/mess.lua | 1 + 2 files changed, 13 insertions(+) (limited to 'scripts') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index cedd7a02e55..085d59d01c6 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3301,3 +3301,15 @@ if (MACHINES["ADC0844"]~=null) then MAME_DIR .. "src/devices/machine/adc0844.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/28fxxx.h,MACHINES["28FXXX"] = true +--------------------------------------------------- + +if (MACHINES["28FXXX"]~=null) then + files { + MAME_DIR .. "src/devices/machine/28fxxx.cpp", + MAME_DIR .. "src/devices/machine/28fxxx.h", + } +end diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 6e7df8aa1cd..1f35d3bb525 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -619,6 +619,7 @@ MACHINES["I82586"] = true MACHINES["INPUT_MERGER"] = true -- MACHINES["K054321"] = true MACHINES["ADC0844"] = true +MACHINES["28FXXX"] = true -------------------------------------------------- -- specify available bus cores -- cgit v1.2.3