Previous 199869 Revisions Next

r20121 Monday 7th January, 2013 at 22:16:51 UTC by David Haywood
the compiler didn't crucify me for this? (nw)
[src/mame/machine]kaneko_calc3.c

trunk/src/mame/machine/kaneko_calc3.c
r20120r20121
6767   save_item(NAME(m_calc3.poll_addr));
6868   save_item(NAME(m_calc3.checksumaddress));
6969   save_pointer(NAME(m_calc3_mcuram), 0x10000/2);
70
71
72
73struct calc3_t
74{
75
76   int data_header[2];
77
78
79};
80
81
82
83
8470}
8571
8672void kaneko_calc3_device::device_reset()

Previous 199869 Revisions Next


© 1997-2024 The MAME Team