summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hng64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hng64.h')
-rw-r--r--src/mame/includes/hng64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/hng64.h b/src/mame/includes/hng64.h
index 9ddcce56a43..3b0cc35bc16 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -393,4 +393,7 @@ public:
DECLARE_WRITE16_MEMBER(sound_comms_w);
uint16_t main_latch[2];
uint16_t sound_latch[2];
+ void hng64(machine_config &config);
+ void hng64_audio(machine_config &config);
+ void hng64_network(machine_config &config);
};