From 363bfceb319a882b5cad2f7e56d53463dd4c86e6 Mon Sep 17 00:00:00 2001 From: Ariane Fugmann Date: Thu, 25 Jun 2015 00:48:00 +0200 Subject: [PATCH] minor fixes (nw) M1COMM: hooked up the FG gate in both ways S32COMM: documented PALs --- src/mame/machine/m1comm.c | 2 +- src/mame/machine/s32comm.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/machine/m1comm.c b/src/mame/machine/m1comm.c index 993027be98b..e88095af307 100644 --- a/src/mame/machine/m1comm.c +++ b/src/mame/machine/m1comm.c @@ -242,7 +242,7 @@ WRITE8_MEMBER(m1comm_device::syn_w) READ8_MEMBER(m1comm_device::zfg_r) { - UINT8 result = m_zfg | 0xFE; + UINT8 result = m_zfg | (~m_fg << 7) | 0x7e; #ifdef __M1COMM_VERBOSE__ printf("m1comm-zfg_r: read register %02x for value %02x\n", offset, result); #endif diff --git a/src/mame/machine/s32comm.c b/src/mame/machine/s32comm.c index 53c8ddb443d..aa0c5e0b6dd 100644 --- a/src/mame/machine/s32comm.c +++ b/src/mame/machine/s32comm.c @@ -39,11 +39,11 @@ Sega System Multi32 Comm PCB 837-8792-91 | |---------------------------------| |---------------------------------| | | CN3 CN4 | | | -| Z80 MB8421 MB89237A MB89374 | +| Z80 MB89374 MB89237A MB8421 | | | -| 15033.17 PAL | +| 15033.17 315-5610 | | | -| MB8464 PAL | +| MB8464 315-5506 | | CN1 CN2 | | |---------------------------------| |---------------------------------| | | |---------------------------------| |---------------------------------| |