summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/x820kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/x820kb.h')
-rw-r--r--src/mess/machine/x820kb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/x820kb.h b/src/mess/machine/x820kb.h
index b5df53b45cc..ccb025ef7e8 100644
--- a/src/mess/machine/x820kb.h
+++ b/src/mess/machine/x820kb.h
@@ -16,7 +16,6 @@
#include "emu.h"
#include "cpu/mcs48/mcs48.h"
-#include "machine/clock.h"
@@ -61,6 +60,7 @@ protected:
// device-level overrides
virtual void device_start();
virtual void device_reset();
+ virtual void device_reset_after_children();
private:
required_device<cpu_device> m_maincpu;