Previous 199869 Revisions Next

r26518 Friday 6th December, 2013 at 07:53:19 UTC by Miodrag Milanović
compile fix (unused variable) (nw)
[src/mess/drivers]itt3030.c

trunk/src/mess/drivers/itt3030.c
r26517r26518
318318
319319UINT32 itt3030_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
320320{
321   address_space &space = m_maincpu->space(AS_PROGRAM);
321   //address_space &space = m_maincpu->space(AS_PROGRAM);
322322
323323   for(int y = 0; y < 24; y++ )
324324   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team