trunk/src/mame/drivers/peplus.c
r241782 | r241783 | |
4619 | 4619 | ROM_END |
4620 | 4620 | |
4621 | 4621 | ROM_START( pemg0252 ) /* Normal board : Player's Choice Multi-Game MG0252 - Requires a Printer (not yet supported) */ |
| 4622 | /* |
| 4623 | MG0252 has 4 poker games: |
| 4624 | Deuces Wild |
| 4625 | Jacks Better Bonus |
| 4626 | Deuces / Joker Wild |
| 4627 | Jacks or Better |
| 4628 | |
| 4629 | Requires a printer for ticket payout (no coins) made by Star Micronics Co. Ltd. (Piscataway, NJ) |
| 4630 | 40-column dot matrix |
| 4631 | 3.25" wide, 2-ply paper roll |
| 4632 | One ply is the customer copy, the other is a carbon copy for auditing |
| 4633 | |
| 4634 | Printer PCB consists of a SCN8039HCBN40 Signetics / Intel (8048 compatible Single-Chip 8-Bit Microcontroller, ROM-less version) MCU |
| 4635 | 8.00MHz OSC and the LP 86 (handwritten label) EPROM |
| 4636 | |
| 4637 | Some Player's Choice machines contain and use a touchscreen for input |
| 4638 | */ |
4622 | 4639 | ROM_REGION( 0x10000, "maincpu", 0 ) |
4623 | | ROM_LOAD( "mg0252.u68", 0x00000, 0x10000, CRC(1d0ba4f1) SHA1(f906a11d171318a06fb0bb09783bd8e3b99f1ca9) ) /* Stalls with "PRINTER ERROR" */ |
| 4640 | ROM_LOAD( "mg0252_752-778.u68", 0x00000, 0x10000, CRC(1d0ba4f1) SHA1(f906a11d171318a06fb0bb09783bd8e3b99f1ca9) ) /* Stalls with "PRINTER ERROR" */ |
4624 | 4641 | |
4625 | 4642 | ROM_REGION( 0x020000, "gfx1", 0 ) |
4626 | 4643 | ROM_LOAD( "mro-cg2076.u72", 0x00000, 0x8000, CRC(84634f0e) SHA1(8f1b9aaa92e861f00569053c1112c2fb7eb577e8) ) |
r241782 | r241783 | |
4630 | 4647 | |
4631 | 4648 | ROM_REGION( 0x100, "proms", 0 ) |
4632 | 4649 | ROM_LOAD( "cap1426.u50", 0x0000, 0x0100, CRC(6c7c3462) SHA1(b5481b548f4db460d27a4bfebb08188f36ca0c11) ) |
| 4650 | |
| 4651 | ROM_REGION( 0x1000, "printer", 0 ) /* ROM from the printer driver PCB */ |
| 4652 | ROM_LOAD( "lp_86.u9", 0x0000, 0x1000, CRC(cdd93c06) SHA1(96f0a6e231f355a0b82bb0e1e698edbd66ff3020) ) /* 2732 EPROM */ |
4633 | 4653 | ROM_END |
4634 | 4654 | |
4635 | 4655 | ROM_START( pebe0014 ) /* Normal board : Blackjack (BE0014) */ |