diff options
-rw-r--r-- | src/emu/machine/pls100.c | 2 | ||||
-rw-r--r-- | 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__ |