From 76a7bdf9f451ebf117d5a13b2365645a5d910e18 Mon Sep 17 00:00:00 2001 From: Christian Brunschen <6741909+cbrunschen@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:37:59 +0100 Subject: vfxcart.cpp: add a timer to complete the write cycle. (#15155) -vfx: [CBrunschen] * Added a timer to complete the write cycle. * X27C256 -> X28C256 * Added a generic implementation for Xicor X28 series EEPROMs, and use it in vfxcart. * Added license and copyright holder comments. * Improved some indentation, braces, and comments. * Improved comments documenting the different devices. --- scripts/src/machine.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index f8b328c5ab3..20476e7d3a8 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4169,6 +4169,19 @@ if MACHINES["X2212"] then } end +--------------------------------------------------- +-- +--@src/devices/machine/x28.h,MACHINES["X28"] = true +--------------------------------------------------- + +if MACHINES["X28"] then + files { + MAME_DIR .. "src/devices/machine/x28.cpp", + MAME_DIR .. "src/devices/machine/x28.ipp", + MAME_DIR .. "src/devices/machine/x28.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/x76f041.h,MACHINES["X76F041"] = true -- cgit v1.2.3