From 532d9aa59bb55db3e55fbd03f5b856192232588d Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 18 Sep 2023 20:25:31 +0200 Subject: [PATCH] montreal: small fix to internal artwork --- src/mame/hegenerglaser/mondial68k.cpp | 4 +++- src/mame/hegenerglaser/roma2.cpp | 4 ++-- src/mame/layout/mephisto_montreal.lay | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mame/hegenerglaser/mondial68k.cpp b/src/mame/hegenerglaser/mondial68k.cpp index bebcef655d6..7aa0efbdab5 100644 --- a/src/mame/hegenerglaser/mondial68k.cpp +++ b/src/mame/hegenerglaser/mondial68k.cpp @@ -4,7 +4,9 @@ /******************************************************************************* Mephisto Mondial 68000XL -The chess engine is actually the one from Mephisto Dallas. + +It was made for the US market. The chess engine is actually the one from +Mephisto Dallas. Hardware notes: - TS68000CP12 @ 12MHz diff --git a/src/mame/hegenerglaser/roma2.cpp b/src/mame/hegenerglaser/roma2.cpp index fe66cfaaafa..049e1f460ba 100644 --- a/src/mame/hegenerglaser/roma2.cpp +++ b/src/mame/hegenerglaser/roma2.cpp @@ -105,7 +105,7 @@ void roma2_state::strobe_w(u8 data) void roma2_state::dac_w(offs_t offset, u8 data) { - // a0,d0: dac data + // a1,d0: dac data u8 mask = 1 << offset; m_dac_data = (m_dac_data & ~mask) | ((data & 1) ? mask : 0); m_dac->write(m_dac_data); @@ -113,7 +113,7 @@ void roma2_state::dac_w(offs_t offset, u8 data) void roma2_state::input_w(offs_t offset, u8 data) { - // a0-a3,d0: input mux + // a1-a4,d0: input mux u8 mask = 1 << offset; m_inp_mux = (m_inp_mux & ~mask) | ((data & 1) ? mask : 0); } diff --git a/src/mame/layout/mephisto_montreal.lay b/src/mame/layout/mephisto_montreal.lay index 17de5c8858d..7f22ce8a0cd 100644 --- a/src/mame/layout/mephisto_montreal.lay +++ b/src/mame/layout/mephisto_montreal.lay @@ -511,7 +511,7 @@ license:CC0-1.0 - +