summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms7000/tms7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms7000/tms7000.c')
-rw-r--r--src/emu/cpu/tms7000/tms7000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/tms7000/tms7000.c b/src/emu/cpu/tms7000/tms7000.c
index ed0b0276012..b6ab60ab9b0 100644
--- a/src/emu/cpu/tms7000/tms7000.c
+++ b/src/emu/cpu/tms7000/tms7000.c
@@ -899,7 +899,7 @@ void tms70c46_device::device_start()
{
// init/zerofill
m_control = 0;
-
+
// register for savestates
save_item(NAME(m_control));
@@ -910,7 +910,7 @@ void tms70c46_device::device_reset()
{
m_control = 0;
m_io->write_byte(TMS7000_PORTE, 0xff);
-
+
tms7000_device::device_reset();
}