From cf9bfa70969842d7d062366110285fd8eb2b02bd Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 3 Nov 2017 22:17:56 -0400 Subject: [PATCH] pntnpuzl: Comment update (nw) --- src/mame/drivers/pntnpuzl.cpp | 7 ++++--- src/mame/drivers/poly88.cpp | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/pntnpuzl.cpp b/src/mame/drivers/pntnpuzl.cpp index 5376675956a..4eb1706aae6 100644 --- a/src/mame/drivers/pntnpuzl.cpp +++ b/src/mame/drivers/pntnpuzl.cpp @@ -3,8 +3,7 @@ /* paint & puzzle */ /* video is standard VGA */ /* -OK, here's a somewhat complete rundown of the PCB. There was 1 IC I didn't -get a pin count of(oops). +OK, here's a somewhat complete rundown of the PCB. Main PCB Reb B @@ -38,7 +37,7 @@ U5 18 pin IC PIC16C54-HS/P 9344 CGA -U6 +U6 48 pin IC P8798 L3372718E Intel @@ -68,6 +67,8 @@ U10 64 pin IC MC68000P12 OB26M8829 +The 6522 and 8798 each have a 93C46N EEPROM attached. + X1 16.000MHz -connected to U5 diff --git a/src/mame/drivers/poly88.cpp b/src/mame/drivers/poly88.cpp index 6b366ed38d4..e81f50b85f8 100644 --- a/src/mame/drivers/poly88.cpp +++ b/src/mame/drivers/poly88.cpp @@ -30,6 +30,7 @@ #include "includes/poly88.h" #include "cpu/i8085/i8085.h" +//#include "bus/s100/s100.h" #include "imagedev/cassette.h" #include "sound/wave.h" #include "screen.h"