Previous 199869 Revisions Next

r33271 Friday 7th November, 2014 at 17:47:44 UTC by Brian Troha
peplus.c: Minor update - NW

Add the rom from the internal printer control PCB and a little bit more documentation for the Player's Choice MG0252 set.
[src/mame/drivers]peplus.c

trunk/src/mame/drivers/peplus.c
r241782r241783
46194619ROM_END
46204620
46214621ROM_START( pemg0252 ) /* Normal board : Player's Choice Multi-Game MG0252 - Requires a Printer (not yet supported) */
4622/*
4623MG0252 has 4 poker games:
4624  Deuces Wild
4625  Jacks Better Bonus
4626  Deuces / Joker Wild
4627  Jacks or Better
4628
4629Requires 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*/
46224639   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" */
46244641
46254642   ROM_REGION( 0x020000, "gfx1", 0 )
46264643   ROM_LOAD( "mro-cg2076.u72",   0x00000, 0x8000, CRC(84634f0e) SHA1(8f1b9aaa92e861f00569053c1112c2fb7eb577e8) )
r241782r241783
46304647
46314648   ROM_REGION( 0x100, "proms", 0 )
46324649   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 */
46334653ROM_END
46344654
46354655ROM_START( pebe0014 ) /* Normal board : Blackjack (BE0014) */


Previous 199869 Revisions Next


© 1997-2024 The MAME Team