summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goldnpkr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goldnpkr.cpp')
-rw-r--r--src/mame/drivers/goldnpkr.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/goldnpkr.cpp b/src/mame/drivers/goldnpkr.cpp
index 2c1cf7f9dcd..25a187f98e4 100644
--- a/src/mame/drivers/goldnpkr.cpp
+++ b/src/mame/drivers/goldnpkr.cpp
@@ -514,7 +514,7 @@
- CPU: 1x M6502.
- Video: 1x MC6845.
- - RAM: 4x uPD2114LC
+ - RAM: 2x SCM21C14E, 4x uPD2114LC
- I/O 2x 6821 PIAs.
- prg ROMs: 3x 2732 (32Kb) or similar.
- gfx ROMs: 4x 2716 (16Kb) or similar.
@@ -522,7 +522,7 @@
- battery backup: 2x S8423
- PCB Layout (pmpoker): (XX) = unreadable.
+ PCB Layout (pmpoker):
_______________________________________________________________________________
| _________ |
| | | -- DIP SW x8 -- |
@@ -530,10 +530,10 @@
| | 055 | | 74LS32 | |1|2|3|4|5|6|7|8| | HCF4011 || HCF4096 | | LM339N | |
| |_________| |_________| |_|_|_|_|_|_|_|_| |_________||_________| |________| |
| _________ _________ _________ _________ |
- | | 74LS138 | | S-8423 | | 74LS08N | | 74LS(XX)| |
+ | | 74LS138 | | 21C14E | | 74LS08N | | 74LS42 | |
| |_________| |_________| |_________| |_________| |
| _______________ _________ ____________________ ____|
- | | | | S-8423 | | | |
+ | | | | 21C14E | | | |
| | 2732 | |_________| | 6502P | |
| |_______________| _________ |____________________| |
| _______________ | 7432 | ____________________ |____
@@ -557,7 +557,7 @@
| | 74LS245 | | 2114-LC | | 74LS174 | ____|
| |_________| |_________| |_________| ____|
| ________________ _________ _________ _________ ____|
- | | | | 2114-LC | | 74LS08H | | TI (XX) | <-- socketed. ____|
+ | | | | 2114-LC | | 74LS08H | |TBP24SA10| <-- socketed. ____|
| | 2716 | |_________| |_________| |_________| PROM ____|
| |________________| _________ _________ ____|
| ________________ | 74LS04P | | 74LS174 | ____|
@@ -10199,7 +10199,7 @@ ROM_START( pmpoker )
ROM_LOAD( "1-3.bin", 0x1000, 0x0800, CRC(6e3e9b1d) SHA1(14eb8d14ce16719a6ad7d13db01e47c8f05955f0) ) /* cards deck gfx, bitplane3 */
ROM_REGION( 0x0100, "proms", 0 )
- ROM_LOAD( "tbp24sa10n.7d", 0x0000, 0x0100, BAD_DUMP CRC(7f31066b) SHA1(15420780ec6b2870fc4539ec3afe4f0c58eedf12) ) /* PROM dump needed */
+ ROM_LOAD( "tbp24sa10.bin", 0x0000, 0x0100, CRC(7f31066b) SHA1(15420780ec6b2870fc4539ec3afe4f0c58eedf12) ) /* PROM dump confirmed OK */
ROM_END
ROM_START( royale )