Previous 199869 Revisions Next

r32776 Thursday 16th October, 2014 at 21:01:47 UTC by Brian Troha
meritm.c: Cosmetic changes. IE: Correct all CRT 2xx to CRT-2xx and standardize all "Touch Screen" to Touchscreen. - NW
[src/mame/drivers]meritm.c

trunk/src/mame/drivers/meritm.c
r32775r32776
11/*
2  Merit CRT250 and CRT260 hardware
2  Merit CRT-250 and CRT-260 hardware
33
44  Driver by Mariusz Wojcieszek
55
r32775r32776
6363
6464Power & Common Ground wires are 18 gauge, all other wires are 20 or 22 gauge.
6565
66  Optional addon boards for the CRT 250:
67  - CRT 254: Connects to a Dallas DS1204 electronic key
68  - CRT 256: Stores question roms (aka Memory Expansion board)
69  - CRT 258: Microtouch touch screen controller:
66  Optional addon boards for the CRT-250:
67  - CRT-254: Connects to a Dallas DS1204 electronic key
68  - CRT-256: Stores question roms (aka Memory Expansion board)
69  - CRT-258: Microtouch touch screen controller:
7070              Connects through the Z80 socket & contains a PC16550DN UART,
7171              relocated Z80, 1.8432MHz OSC, PAL labeled SC3980 & RS232C port
7272
73  CRT 260 same basic components as CRT 250 with these additional components:
73  CRT-260 same basic components as CRT-250 with these additional components:
7474  - Microtouch touch screen controller (SMT-3)
7575  - PC16550 UART (for communication with touch screen controller)
7676  - DS1204 Electronic Key (for protection)
r32775r32776
8484
8585  Known Games:
8686
87  CRT 250:
87  CRT-250:
8888  Americana (c) 1987
8989  Dodge City (c) 1988
9090  Pit Boss II (c)1988
r32775r32776
1081089234-00-07  New Jersey Version   Excludes Sex Trivia and includes 2-Coin Limit with Lockout Coil (Only for Supertouch 30 & Megastar)
109109
110110
111  CRT 260:
111  CRT-260:
112112  *Megatouch Video (c)1994?
113113  Megatouch II (c)1994
114114  Megatouch III (c)1995
r32775r32776
697697   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_C) PORT_NAME("Calibrate Touchsceen")
698698
699699   PORT_MODIFY("DSW")
700   PORT_DIPNAME( 0x01, 0x00, "Enable Touch Screen" ) PORT_DIPLOCATION("SW1:1") /* MUST be ON or "touches" don't register */
700   PORT_DIPNAME( 0x01, 0x00, "Enable Touchscreen" ) PORT_DIPLOCATION("SW1:1") /* MUST be ON or "touches" don't register */
701701   PORT_DIPSETTING(    0x01, DEF_STR( Off ) )
702702   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
703703   PORT_DIPNAME( 0x10, 0x10, "Points Per Coin" ) PORT_DIPLOCATION("SW1:5")
704704   PORT_DIPSETTING(    0x10, "1 Point / Coin" )
705705   PORT_DIPSETTING(    0x00, "5 Points / Coin" )
706   PORT_DIPUNKNOWN_DIPLOC( 0x20, IP_ACTIVE_LOW, "SW1:6" )
707706   PORT_DIPNAME( 0xc0, 0xc0, "Max Play" )       PORT_DIPLOCATION("SW1:7,8")
708707   PORT_DIPSETTING(    0x40, "10" )
709708   PORT_DIPSETTING(    0xc0, "20" )
r32775r32776
844843   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_C) PORT_NAME("Calibrate Touchsceen")
845844
846845   PORT_MODIFY("DSW")
847   PORT_DIPNAME( 0x01, 0x00, "Touch Screen Type" ) PORT_DIPLOCATION("SW1:1")
846   PORT_DIPNAME( 0x01, 0x00, "Touchscreen Type" ) PORT_DIPLOCATION("SW1:1")
848847   PORT_DIPSETTING(    0x00, "13 Inch" )
849848   PORT_DIPSETTING(    0x01, "19 Inch (Inverts Screen Coordinates)" )
850849   PORT_DIPNAME( 0x20, 0x20, "Balls (Pit Pong) / Paddles (Breakin' Bricks)" ) PORT_DIPLOCATION("SW1:6")
r32775r32776
11871186/*
11881187
11891188This set seems odd, it doesn't really have a title sequence or demo mode.
1190 NOT 100% this is "Americana" or just a no name touch Joker poker
1189 NOT 100% sure this is "Americana" or just a no name touch Joker poker
11911190
1192The Touch Screen Calibration routine doesn't seem to work?
1191The Touchscreen Calibration routine doesn't seem to work?
11931192
11941193*/
11951194
r32775r32776
15141513
15151514    System Info
15161515    -----------
1517     This is a counter top Touch screen game.
1516     This is a counter top Touchscreen game.
15181517
15191518    processor.. Z80 (Z0840006PSC)
15201519    sound chip Yamaha YM2149F
r32775r32776
22822281   m_maincpu->space(AS_PROGRAM).install_readwrite_handler(0xfff8, 0xffff, read8_delegate(FUNC(meritm_state::meritm_ds1644_r), this), write8_delegate(FUNC(meritm_state::meritm_ds1644_w), this));
22832282};
22842283
2285/* CRT 250 */
2284/* CRT-250 */
22862285GAME( 1987, americna,  0,        meritm_crt250, americna,  driver_device, 0,        ROT0, "Merit", "Americana (9131-00)", GAME_IMPERFECT_GRAPHICS )
22872286GAME( 1988, dodgecty,  0,        meritm_crt250, dodgecty,  driver_device, 0,        ROT0, "Merit", "Dodge City (9131-02)", GAME_IMPERFECT_GRAPHICS )
22882287GAME( 1988, pitboss2,  0,        meritm_crt250, pitboss2,  driver_device, 0,        ROT0, "Merit", "Pit Boss II (9221-01C)", GAME_IMPERFECT_GRAPHICS )
r32775r32776
22912290GAME( 1990, pitbosssa, pitbosss, meritm_crt250, pitbosss,  driver_device, 0,        ROT0, "Merit", "Pit Boss Superstar (9221-10-00A)", GAME_IMPERFECT_GRAPHICS )
22922291GAME( 1992, pitbosssc, pitbosss, meritm_crt250, pitbosss,  driver_device, 0,        ROT0, "Merit", "Pit Boss Superstar (9221-12-01)", GAME_IMPERFECT_GRAPHICS )
22932292
2294/* CRT 250 + CRT 252 + CRT 256 + CRT 258 */
2293/* CRT-250 + CRT-252 + CRT-256 + CRT-258 */
22952294GAME( 1994, mtjpoker,  0,        meritm_crt250_crt252_crt258, mtjpoker,   driver_device, 0,  ROT0, "Merit", "Merit Touch Joker Poker (9132-00)", GAME_IMPERFECT_GRAPHICS )
22962295GAME( 1994, pbst30,    0,        meritm_crt250_crt252_crt258, pbst30,     driver_device, 0,  ROT0, "Merit", "Pit Boss Supertouch 30 (9234-10-01)", GAME_IMPERFECT_GRAPHICS )
22972296GAME( 1993, pbst30b,   pbst30,   meritm_crt250_crt252_crt258, pbst30,     driver_device, 0,  ROT0, "Merit", "Pit Boss Supertouch 30 (9234-00-01)", GAME_IMPERFECT_GRAPHICS )
22982297
2299/* CRT 250 + CRT 254 + CRT 256 */
2298/* CRT-250 + CRT-254 + CRT-256 */
23002299GAME( 1993, pbss330,   0,        meritm_crt250_questions, pbss330,  driver_device, 0, ROT0, "Merit", "Pit Boss Superstar III 30 (9233-00-01)", GAME_IMPERFECT_GRAPHICS )
23012300GAME( 1994, pitbossm,  0,        meritm_crt250_questions, pitbossm, driver_device, 0, ROT0, "Merit", "Pit Boss Megastar (9244-00-01)", GAME_IMPERFECT_GRAPHICS )
23022301GAME( 1994, pitbossma, pitbossm, meritm_crt250_questions, pitbossa, driver_device, 0, ROT0, "Merit", "Pit Boss Megastar (9243-00-01)", GAME_IMPERFECT_GRAPHICS )
23032302
2304/* CRT 260 NON-touchscreen based */
2303/* CRT-260 NON-touchscreen based */
23052304GAME( 1995, realbrod,  0,        meritm_crt260, realbrod,    driver_device, 0,        ROT0, "Merit", "The Real Broadway (9131-20-00 R0A)", GAME_IMPERFECT_GRAPHICS )
23062305
2307/* CRT 260 */
2306/* CRT-260 */
23082307GAME( 1994, megat2,    0,      meritm_crt260, meritm_crt260, driver_device, 0,        ROT0, "Merit", "Pit Boss Megatouch II (9255-10-01 ROG, Standard version)", GAME_IMPERFECT_GRAPHICS )
23092308GAME( 1994, megat2a ,  megat2, meritm_crt260, meritm_crt260, driver_device, 0,        ROT0, "Merit", "Pit Boss Megatouch II (9255-10-01 ROE, Standard version)", GAME_IMPERFECT_GRAPHICS )
23102309GAME( 1994, megat2b ,  megat2, meritm_crt260, meritm_crt260, driver_device, 0,        ROT0, "Merit", "Pit Boss Megatouch II (9255-10-01 ROD, Standard version)", GAME_IMPERFECT_GRAPHICS )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team