diff options
Diffstat (limited to 'src/devices/cpu/sm510/sm530.cpp')
-rw-r--r-- | src/devices/cpu/sm510/sm530.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/sm510/sm530.cpp b/src/devices/cpu/sm510/sm530.cpp index a17213fa1cb..1110a22db33 100644 --- a/src/devices/cpu/sm510/sm530.cpp +++ b/src/devices/cpu/sm510/sm530.cpp @@ -64,9 +64,6 @@ void sm530_device::device_start() // common init sm511_device::device_start(); - // resolve callbacks - m_write_f.resolve_safe(); - // zerofill m_subdiv = 0; m_count_1s = 0; |