Previous 199869 Revisions Next

r31649 Thursday 14th August, 2014 at 06:30:01 UTC by David Haywood
nebulray: fix missing starfield

(basically fixed by phil's update, we no longer need to patch out parts of the gfx rom)
[src/mame/drivers]namconb1.c

trunk/src/mame/drivers/namconb1.c
r31648r31649
975975
976976DRIVER_INIT_MEMBER(namconb1_state,nebulray)
977977{
978   UINT8 *pMem = (UINT8 *)memregion(NAMCONB1_TILEMASKREGION)->base();
979   size_t numBytes = (0xfe7-0xe6f)*8;
980   memset( &pMem[0xe6f*8], 0, numBytes );
981
982978   m_gametype = NAMCONB1_NEBULRAY;
983979} /* nebulray */
984980

Previous 199869 Revisions Next


© 1997-2024 The MAME Team