mirror of
https://github.com/holub/mame
synced 2025-06-25 05:44:23 +03:00
PM Poker improvements: [Roberto Fresca, Team Europe]
Dumped and confirmed the bipolar PROM. Fixed and complete specs and PCB layout.
This commit is contained in:
parent
ade7b6d3bb
commit
bbcf051596
@ -514,7 +514,7 @@
|
|||||||
|
|
||||||
- CPU: 1x M6502.
|
- CPU: 1x M6502.
|
||||||
- Video: 1x MC6845.
|
- Video: 1x MC6845.
|
||||||
- RAM: 4x uPD2114LC
|
- RAM: 2x SCM21C14E, 4x uPD2114LC
|
||||||
- I/O 2x 6821 PIAs.
|
- I/O 2x 6821 PIAs.
|
||||||
- prg ROMs: 3x 2732 (32Kb) or similar.
|
- prg ROMs: 3x 2732 (32Kb) or similar.
|
||||||
- gfx ROMs: 4x 2716 (16Kb) or similar.
|
- gfx ROMs: 4x 2716 (16Kb) or similar.
|
||||||
@ -522,7 +522,7 @@
|
|||||||
- battery backup: 2x S8423
|
- battery backup: 2x S8423
|
||||||
|
|
||||||
|
|
||||||
PCB Layout (pmpoker): (XX) = unreadable.
|
PCB Layout (pmpoker):
|
||||||
_______________________________________________________________________________
|
_______________________________________________________________________________
|
||||||
| _________ |
|
| _________ |
|
||||||
| | | -- DIP SW x8 -- |
|
| | | -- DIP SW x8 -- |
|
||||||
@ -530,10 +530,10 @@
|
|||||||
| | 055 | | 74LS32 | |1|2|3|4|5|6|7|8| | HCF4011 || HCF4096 | | LM339N | |
|
| | 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 | |
|
| | 2732 | |_________| | 6502P | |
|
||||||
| |_______________| _________ |____________________| |
|
| |_______________| _________ |____________________| |
|
||||||
| _______________ | 7432 | ____________________ |____
|
| _______________ | 7432 | ____________________ |____
|
||||||
@ -557,7 +557,7 @@
|
|||||||
| | 74LS245 | | 2114-LC | | 74LS174 | ____|
|
| | 74LS245 | | 2114-LC | | 74LS174 | ____|
|
||||||
| |_________| |_________| |_________| ____|
|
| |_________| |_________| |_________| ____|
|
||||||
| ________________ _________ _________ _________ ____|
|
| ________________ _________ _________ _________ ____|
|
||||||
| | | | 2114-LC | | 74LS08H | | TI (XX) | <-- socketed. ____|
|
| | | | 2114-LC | | 74LS08H | |TBP24SA10| <-- socketed. ____|
|
||||||
| | 2716 | |_________| |_________| |_________| PROM ____|
|
| | 2716 | |_________| |_________| |_________| PROM ____|
|
||||||
| |________________| _________ _________ ____|
|
| |________________| _________ _________ ____|
|
||||||
| ________________ | 74LS04P | | 74LS174 | ____|
|
| ________________ | 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_LOAD( "1-3.bin", 0x1000, 0x0800, CRC(6e3e9b1d) SHA1(14eb8d14ce16719a6ad7d13db01e47c8f05955f0) ) /* cards deck gfx, bitplane3 */
|
||||||
|
|
||||||
ROM_REGION( 0x0100, "proms", 0 )
|
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_END
|
||||||
|
|
||||||
ROM_START( royale )
|
ROM_START( royale )
|
||||||
|
Loading…
Reference in New Issue
Block a user