summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd1990a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd1990a.cpp')
-rw-r--r--src/devices/machine/upd1990a.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/upd1990a.cpp b/src/devices/machine/upd1990a.cpp
index 59f85d9c4ca..cfce446ba37 100644
--- a/src/devices/machine/upd1990a.cpp
+++ b/src/devices/machine/upd1990a.cpp
@@ -83,9 +83,6 @@ void upd1990a_device::device_start()
m_write_data.resolve_safe();
m_write_tp.resolve_safe();
- // initialize
- set_current_time(machine());
-
for (auto & elem : m_shift_reg)
elem = 0;