mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
devices/machine/nmc9306.cpp: fixed compile on GCC
This commit is contained in:
parent
d04ffc2d6b
commit
bda0fb836b
@ -230,6 +230,7 @@ WRITE_LINE_MEMBER( nmc9306_device::cs_w )
|
||||
write(m_address, m_data);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case ERASE:
|
||||
if (m_state == STATE_ERASE)
|
||||
|
Loading…
Reference in New Issue
Block a user