summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/s11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/s11.h')
-rw-r--r--src/mame/includes/s11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/s11.h b/src/mame/includes/s11.h
index b28f856dcee..9c73da17393 100644
--- a/src/mame/includes/s11.h
+++ b/src/mame/includes/s11.h
@@ -79,7 +79,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(pia_irq);
DECLARE_INPUT_CHANGED_MEMBER(main_nmi);
DECLARE_INPUT_CHANGED_MEMBER(audio_nmi);
- void machine_reset_s11();
+ DECLARE_MACHINE_RESET(s11);
void init_s11();
void s11(machine_config &config);
void s11_audio_map(address_map &map);