| 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 |
| r31648 | r31649 | |
|---|---|---|
| 975 | 975 | |
| 976 | 976 | DRIVER_INIT_MEMBER(namconb1_state,nebulray) |
| 977 | 977 | { |
| 978 | UINT8 *pMem = (UINT8 *)memregion(NAMCONB1_TILEMASKREGION)->base(); | |
| 979 | size_t numBytes = (0xfe7-0xe6f)*8; | |
| 980 | memset( &pMem[0xe6f*8], 0, numBytes ); | |
| 981 | ||
| 982 | 978 | m_gametype = NAMCONB1_NEBULRAY; |
| 983 | 979 | } /* nebulray */ |
| 984 | 980 |
| Previous | 199869 Revisions | Next |