summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/psxcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/psxcard.c')
-rw-r--r--src/mess/machine/psxcard.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mess/machine/psxcard.c b/src/mess/machine/psxcard.c
index a952d247c60..18b4c1e4ebb 100644
--- a/src/mess/machine/psxcard.c
+++ b/src/mess/machine/psxcard.c
@@ -54,18 +54,18 @@ void psxcard_device::device_start()
m_disabled = false;
// save state registrations
- save_item(NAME(pkt));
- save_item(NAME(pkt_ptr));
- save_item(NAME(pkt_sz));
- save_item(NAME(cmd));
- save_item(NAME(addr));
- save_item(NAME(state));
- save_item(NAME(m_disabled));
- save_item(NAME(m_odata));
- save_item(NAME(m_idata));
- save_item(NAME(m_bit));
- save_item(NAME(m_count));
- save_item(NAME(m_pad));
+ save_item(NAME(pkt));
+ save_item(NAME(pkt_ptr));
+ save_item(NAME(pkt_sz));
+ save_item(NAME(cmd));
+ save_item(NAME(addr));
+ save_item(NAME(state));
+ save_item(NAME(m_disabled));
+ save_item(NAME(m_odata));
+ save_item(NAME(m_idata));
+ save_item(NAME(m_bit));
+ save_item(NAME(m_count));
+ save_item(NAME(m_pad));
}
void psxcard_device::device_reset()