Previous 199869 Revisions Next

r35031 Saturday 14th February, 2015 at 13:02:48 UTC by David Haywood
consistency (nw)
[src/mame/drivers]expro02.c

trunk/src/mame/drivers/expro02.c
r243542r243543
415415   PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_UNUSED )
416416   PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_UNUSED )
417417
418   PORT_START("DSW3")
418   PORT_START("SYSTEM")
419419   PORT_BIT( 0x00ff, IP_ACTIVE_LOW, IPT_UNKNOWN )
420420   PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_START1 )
421421   PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_START2 )
r243542r243543
675675   AM_RANGE(0x400000, 0x400001) AM_DEVREADWRITE8("oki", okim6295_device, read, write, 0x00ff)
676676   AM_RANGE(0x800000, 0x800001) AM_READ_PORT("DSW1")
677677   AM_RANGE(0x800002, 0x800003) AM_READ_PORT("DSW2")
678   AM_RANGE(0x800004, 0x800005) AM_READ_PORT("DSW3")
678   AM_RANGE(0x800004, 0x800005) AM_READ_PORT("SYSTEM")
679679   AM_RANGE(0x900000, 0x900001) AM_WRITE(expro02_6295_bankswitch_w)
680680   AM_RANGE(0xa00000, 0xa00001) AM_WRITENOP    /* ??? */
681681   AM_RANGE(0xc80000, 0xc8ffff) AM_RAM
r243542r243543
689689   AM_RANGE(0x000000, 0x4fffff) AM_ROM
690690   AM_RANGE(0x800000, 0x800001) AM_READ_PORT("DSW1")
691691   AM_RANGE(0x800002, 0x800003) AM_READ_PORT("DSW2")
692   AM_RANGE(0x800004, 0x800005) AM_READ_PORT("DSW3")
692   AM_RANGE(0x800004, 0x800005) AM_READ_PORT("SYSTEM")
693693   AM_RANGE(0x800006, 0x800007) AM_NOP // ? used ?
694694   AM_RANGE(0x900000, 0x900001) AM_WRITE(expro02_6295_bankswitch_w)
695695   AM_RANGE(0xa00000, 0xa00001) AM_WRITENOP    /* ??? */
r243542r243543
18071807GAME( 1990, galsnewj,  galsnew,  expro02,  galsnewj, expro02_state, expro02, ROT90, "Kaneko (Taito license)",  "Gals Panic (Japan, EXPRO-02 PCB)", GAME_NO_COCKTAIL )
18081808GAME( 1990, galsnewk,  galsnew,  expro02,  galsnewj, expro02_state, expro02, ROT90, "Kaneko (Inter license)",  "Gals Panic (Korea, EXPRO-02 PCB)", GAME_NO_COCKTAIL )
18091809/* the first version of Fantasia clones the EXPRO02 almost exactly, including the encrypted tiles*/
1810GAME( 1994, fantasia,  0,        fantasia,    fantasia, expro02_state, expro02, ROT90, "Comad & New Japan System", "Fantasia (940429 PCB, set 1)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
1811GAME( 1994, fantasiab, fantasia, fantasia,    fantasia, expro02_state, expro02, ROT90, "Comad & New Japan System", "Fantasia (940429 PCB, set 2)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
1812GAME( 1994, fantasiaa, fantasia, fantasia,    fantasia, expro02_state, expro02, ROT90, "Comad & New Japan System", "Fantasia (940307 PCB)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
1810GAME( 1994, fantasia,  0,        comad,    fantasia, expro02_state, expro02, ROT90, "Comad & New Japan System", "Fantasia (940429 PCB, set 1)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
1811GAME( 1994, fantasiab, fantasia, comad,    fantasia, expro02_state, expro02, ROT90, "Comad & New Japan System", "Fantasia (940429 PCB, set 2)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
1812GAME( 1994, fantasiaa, fantasia, comad,    fantasia, expro02_state, expro02, ROT90, "Comad & New Japan System", "Fantasia (940307 PCB)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
18131813/* subsequent releases remove the encrypted tile (View2 layer) but leave the unused writes to it in the program code */
1814GAME( 1994, fantasian,fantasia, fantasia, fantasiaa, driver_device, 0, ROT90, "Comad & New Japan System", "Fantasia (940803 PCB)", GAME_NO_COCKTAIL )
1814GAME( 1994, fantasian,fantasia, fantasia, fantasiaa, driver_device, 0, ROT90, "Comad & New Japan System", "Fantasia (940803 PCB)", GAME_NO_COCKTAIL )
18151815
18161816GAME( 1994, supmodel, 0,        supmodel, fantasiaa, driver_device, 0, ROT90, "Comad & New Japan System", "Super Model",GAME_NO_COCKTAIL )
18171817


Previous 199869 Revisions Next


© 1997-2024 The MAME Team