Previous 199869 Revisions Next

r39873 Wednesday 22nd July, 2015 at 11:58:50 UTC by David Haywood
(nw)
[src/mame/drivers]mcr3.c
[src/mame/includes]1942.h

trunk/src/mame/drivers/mcr3.c
r248384r248385
20332033/* MCR scrolling games */
20342034GAMEL(1983, spyhunt,  0,        mcrsc_csd, spyhunt,  mcr3_state,  spyhunt,  ROT90, "Bally Midway", "Spy Hunter", GAME_SUPPORTS_SAVE, layout_spyhunt )
20352035GAMEL(1983, spyhuntp, spyhunt,  mcrsc_csd, spyhunt,  mcr3_state,  spyhunt,  ROT90, "Bally Midway (Playtronic license)", "Spy Hunter (Playtronic license)", GAME_SUPPORTS_SAVE, layout_spyhunt )
2036GAME (1983, spyhuntpr,spyhunt,  spyhuntpr, spyhuntpr,mcr3_state,  spyhuntpr,ROT90, "Bally Midway (Recreativos Franco S.A. license)", "Spy Hunter (Spain, Recreativos Franco S.A. PCB)", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE ) // PCB made by Recreativos Franco S.A. in Spain, has Bally Midway logo, board is dated '85' so seems to be a low-cost rebuild? it is unclear if it made it to market.
20372036GAME( 1984, crater,   0,        mcrscroll, crater,   mcr3_state, crater,   ORIENTATION_FLIP_X, "Bally Midway", "Crater Raider", GAME_SUPPORTS_SAVE )
20382037GAMEL(1985, turbotag, 0,        mcrsc_csd, turbotag, mcr3_state, turbotag, ROT90, "Bally Midway", "Turbo Tag (prototype)", GAME_SUPPORTS_SAVE, layout_turbotag )
2038 
2039// very different hardware, probably bootleg despite the license text printed on the PCB, similar to '1942p' in 1942.c.  Probably should be put in separate driver.
2040// PCB made by Tecfri for Recreativos Franco S.A. in Spain, has Bally Midway logo, and licensing text on the PCB.  Board is dated '85' so seems to be a low-cost rebuild? it is unclear if it made it to market.
2041GAME (1983, spyhuntpr,spyhunt,  spyhuntpr, spyhuntpr,mcr3_state,  spyhuntpr,ROT90, "Bally Midway (Recreativos Franco S.A. license)", "Spy Hunter (Spain, Tecfri / Recreativos Franco S.A. PCB)", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
trunk/src/mame/includes/1942.h
r248384r248385
4545   DECLARE_WRITE8_MEMBER(c1942_scroll_w);
4646   DECLARE_WRITE8_MEMBER(c1942_c804_w);
4747   DECLARE_WRITE8_MEMBER(c1942p_f600_w);
48   DECLARE_WRITE8_MEMBER(c1942p_soundlatch_w);
4849   DECLARE_DRIVER_INIT(1942);
4950   TILE_GET_INFO_MEMBER(get_fg_tile_info);
5051   TILE_GET_INFO_MEMBER(get_bg_tile_info);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team