Previous 199869 Revisions Next

r32157 Wednesday 17th September, 2014 at 18:12:16 UTC by hap
nw
[src/mame/drivers]r2dx_v33.c
[src/mame/video]skyfox.c

trunk/src/mame/drivers/r2dx_v33.c
r32156r32157
797797   //zeroteam_decrypt_sprites(machine());
798798
799799   membank("bank1")->set_entry(1);
800
801800}
802801
803802/*
r32156r32157
892891
893892   ROM_REGION16_BE( 0x80, "eeprom", 0 )
894893   ROM_LOAD16_WORD( "raidenii_eeprom-r2dx_v33.bin", 0x0000, 0x0080, CRC(ba454777) SHA1(101c5364e8664d17bfb1e759515d135a2673d67e) ) // for booting as Raiden 2
895   ROM_LOAD16_WORD( "raidendx_eeprom-r2dx_v33.bi", 0x0000, 0x0080, CRC(0b34c0ca) SHA1(20612d5a1d819d3997ea47e8de7a194ec61b537d) ) // for booting as Raiden DX
894   ROM_LOAD16_WORD( "raidendx_eeprom-r2dx_v33.bin", 0x0000, 0x0080, CRC(0b34c0ca) SHA1(20612d5a1d819d3997ea47e8de7a194ec61b537d) ) // for booting as Raiden DX
896895ROM_END
897896
898897ROM_START( nzeroteam ) /* V33 SYSTEM TYPE_B hardware, uses SEI333 (AKA COPX-D3) for protection  */
trunk/src/mame/video/skyfox.c
r32156r32157
228228
229229UINT32 skyfox_state::screen_update_skyfox(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
230230{
231   bitmap.fill(m_palette->black_pen(), cliprect);
231   bitmap.fill(0xff, cliprect); // the bg is black
232232   draw_background(bitmap, cliprect);
233233   draw_sprites(bitmap, cliprect);
234234   return 0;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team