From 439e21b1360d5ab993b29e70a1a707ffc5ecff6b Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 6 Feb 2012 17:41:05 +0000 Subject: [PATCH] s&r cleanup. (nw) --- src/emu/machine/pls100.c | 2 +- src/emu/machine/pls100.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/emu/machine/pls100.c b/src/emu/machine/pls100.c index 9fdf8b6074e..cca9c97515d 100644 --- a/src/emu/machine/pls100.c +++ b/src/emu/machine/pls100.c @@ -1,6 +1,6 @@ /********************************************************************** - PLS100 16xPAL_TERMSx8 Programmable Logic Array emulation + PLS100 16x48x8 Programmable Logic Array emulation Copyright MESS Team. Visit http://mamedev.org for licensing and usage restrictions. diff --git a/src/emu/machine/pls100.h b/src/emu/machine/pls100.h index c71cb4853e1..80f9cc7d09a 100644 --- a/src/emu/machine/pls100.h +++ b/src/emu/machine/pls100.h @@ -19,12 +19,11 @@ F7 10 | | 19 _CE F6 11 | | 18 F0 F5 12 | | 17 F1 - F4 13 | | PAL_OUTPUTS F2 + F4 13 | | 16 F2 GND 14 |_____________| 15 F3 **********************************************************************/ - #pragma once #ifndef __PLS100__