mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
the compiler didn't crucify me for this? (nw)
This commit is contained in:
parent
a4f7daba5a
commit
9b05a5652f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user