devices/machine/nmc9306.cpp: fixed compile on GCC

This commit is contained in:
Ivan Vangelista 2023-03-12 10:00:09 +01:00
parent d04ffc2d6b
commit bda0fb836b

View File

@ -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)