Previous 199869 Revisions Next

r32152 Wednesday 17th September, 2014 at 12:44:11 UTC by David Haywood
missed these (nw)
[src/mame/drivers]raiden2.c st0016.c

trunk/src/mame/drivers/raiden2.c
r32151r32152
10051005   mid_data =  auto_alloc_array_clear(machine(), UINT16, 0x800/2);
10061006   text_data =  auto_alloc_array_clear(machine(), UINT16, 0x1000/2);
10071007
1008   save_pointer(NAME(back_data), 0x800/2);
1009   save_pointer(NAME(fore_data), 0x800/2);
1010   save_pointer(NAME(mid_data), 0x800/2);
1011   save_pointer(NAME(text_data), 0x1000/2);
1012
10081013   text_layer       = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(raiden2_state::get_text_tile_info),this), TILEMAP_SCAN_ROWS,  8, 8, 64,32 );
10091014   background_layer = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(raiden2_state::get_back_tile_info),this), TILEMAP_SCAN_ROWS, 16,16, 32,32 );
10101015   midground_layer  = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(raiden2_state::get_mid_tile_info),this),  TILEMAP_SCAN_ROWS, 16,16, 32,32 );
trunk/src/mame/drivers/st0016.c
r32151r32152
684684GAME( 1994, mayjinsn,   0,      mayjinsn, st0016, st0016_state,   mayjinsn, ROT0, "Seta",      "Mayjinsen",GAME_IMPERFECT_GRAPHICS|GAME_NOT_WORKING)
685685GAME( 1994, dcrown,     0,      st0016,   renju, st0016_state,    renju,    ROT0, "Nippon Data Kiki", "Dream Crown (Set 1)", GAME_NOT_WORKING) // (c) 1994 Nippon Data Kiki is uploaded near the Japanese Insert coin text
686686GAME( 1994, dcrowna,    dcrown, st0016,   renju, st0016_state,    renju,    ROT0, "Nippon Data Kiki", "Dream Crown (Set 2)", GAME_NOT_WORKING) // the Insert Coin text has been translated to English and no (c) is uploaded
687GAME( 2001, gostop,     0,      st0016,   renju, st0016_state,    renju,    ROT0, "Visco", "Go-Stop", GAME_NOT_WORKING)
687GAME( 2001, gostop,     0,      st0016,   renju, st0016_state,    renju,    ROT0, "Visco", "Kankoku Hanafuda Go-Stop", GAME_NOT_WORKING)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team