mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
compile fix (unused variable) (nw)
This commit is contained in:
parent
019812e169
commit
108ae5c24e
@ -318,7 +318,7 @@ WRITE8_MEMBER(itt3030_state::bankh_w)
|
||||
|
||||
UINT32 itt3030_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
|
||||
{
|
||||
address_space &space = m_maincpu->space(AS_PROGRAM);
|
||||
//address_space &space = m_maincpu->space(AS_PROGRAM);
|
||||
|
||||
for(int y = 0; y < 24; y++ )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user