From 5b6015e297633b030771a181df89046c6f4bbff3 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 18 Nov 2019 07:55:43 -0500 Subject: Build fix and housekeeping (nw) --- src/mame/drivers/4dpi.cpp | 2 +- src/mame/mame.lst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/4dpi.cpp b/src/mame/drivers/4dpi.cpp index 2d5303b4b70..b0b06f8487a 100644 --- a/src/mame/drivers/4dpi.cpp +++ b/src/mame/drivers/4dpi.cpp @@ -273,7 +273,7 @@ private: u8 m_lio_imr[2]; bool m_lio_int[2]; - u8 m_sysid = 1; // FPPRES + //u8 m_sysid = 1; // FPPRES u8 m_cpuauxctl = 0; }; diff --git a/src/mame/mame.lst b/src/mame/mame.lst index bf98b574011..ddf657e4c36 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -95,6 +95,8 @@ undoukai // A17 (c) 1984 Taito @source:4dpi.cpp 4d20 // IP6: Personal Iris 4D/20, R2000 @12.5MHz 4d25 // IP10: Personal Iris 4D/25, R3000 @20MHz +4d30 // IP12: Personal Iris 4D/30, R3000A @30MHz +4d35 // IP12: Personal Iris 4D/35, R3000A @36MHz @source:4enlinea.cpp 4enlinea // (c) 1991 System Compumatic -- cgit v1.2.3