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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') 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 -- cgit v1.2.3-70-g09d2