summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/multfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/multfish.h')
-rw-r--r--src/mame/includes/multfish.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/multfish.h b/src/mame/includes/multfish.h
index ff4eb9c702b..2b6bfecacdd 100644
--- a/src/mame/includes/multfish.h
+++ b/src/mame/includes/multfish.h
@@ -91,9 +91,9 @@ public:
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
required_device<ticket_dispenser_device> m_hopper;
+ void rollfr(machine_config &config);
+ void igrosoft_gamble(machine_config &config);
};
-MACHINE_CONFIG_EXTERN( igrosoft_gamble );
-MACHINE_CONFIG_EXTERN( rollfr );
INPUT_PORTS_EXTERN( igrosoft_gamble );