Previous 199869 Revisions Next

r33398 Saturday 15th November, 2014 at 21:45:09 UTC by hap
didn't mean to remove the chip diagram
[src/emu/machine]pla.h

trunk/src/emu/machine/pla.h
r241909r241910
5454// macros for known (and used) devices
5555
5656// 82S100, 82S101, PLS100, PLS101
57// 16x48x8 PLA, 28-pin
57// 16x48x8 PLA, 28-pin:
58/*           _____   _____
59     FE   1 |*    \_/     | 28  Vcc
60     I7   2 |             | 27  I8
61     I6   3 |             | 26  I9
62     I5   4 |             | 25  I10
63     I4   5 |             | 24  I11
64     I3   6 |    82S100   | 23  I12
65     I2   7 |    82S101   | 22  I13
66     I1   8 |    PLS100   | 21  I14
67     I0   9 |    PLS101   | 20  I15
68     F7  10 |             | 19  _CE
69     F6  11 |             | 18  F0
70     F5  12 |             | 17  F1
71     F4  13 |             | 16  F2
72    GND  14 |_____________| 15  F3
73*/
5874#define MCFG_PLS100_ADD(_tag) \
5975   MCFG_PLA_ADD(_tag, 16, 8, 48)
6076


Previous 199869 Revisions Next


© 1997-2024 The MAME Team