diff options
Diffstat (limited to 'src/devices/machine/6840ptm.cpp')
-rw-r--r-- | src/devices/machine/6840ptm.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/machine/6840ptm.cpp b/src/devices/machine/6840ptm.cpp index 849e59c05a7..21d8c0d80e9 100644 --- a/src/devices/machine/6840ptm.cpp +++ b/src/devices/machine/6840ptm.cpp @@ -156,6 +156,11 @@ void ptm6840_device::device_reset() } } +void ptm6840_device::device_resolve_objects() +{ + for (int i = 0; i < 3; i++) + m_gate[i] = 0; +} //------------------------------------------------- // device_timer - handle timer callbacks |