the compiler didn't crucify me for this? (nw)

This commit is contained in:
David Haywood 2013-01-07 22:16:51 +00:00
parent a4f7daba5a
commit 9b05a5652f

View File

@ -67,20 +67,6 @@ void kaneko_calc3_device::device_start()
save_item(NAME(m_calc3.poll_addr));
save_item(NAME(m_calc3.checksumaddress));
save_pointer(NAME(m_calc3_mcuram), 0x10000/2);
struct calc3_t
{
int data_header[2];
};
}
void kaneko_calc3_device::device_reset()