summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/naomi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/naomi.h')
-rw-r--r--src/mame/includes/naomi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/naomi.h b/src/mame/includes/naomi.h
index 8e8973ea46c..66d3892c434 100644
--- a/src/mame/includes/naomi.h
+++ b/src/mame/includes/naomi.h
@@ -49,7 +49,7 @@ class naomi_state : public dc_state
required_device<eeprom_serial_93cxx_device> m_eeprom;
optional_shared_ptr<uint64_t> m_rombase;
- void machine_reset_naomi();
+ DECLARE_MACHINE_RESET(naomi);
void init_naomigd();
void init_ggxx();
void init_ggxxrl();