summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/beathead.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/beathead.h')
-rw-r--r--src/mame/includes/beathead.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/beathead.h b/src/mame/includes/beathead.h
index 7fe2eae5bd6..e3c36514391 100644
--- a/src/mame/includes/beathead.h
+++ b/src/mame/includes/beathead.h
@@ -80,4 +80,5 @@ public:
DECLARE_READ32_MEMBER( hsync_ram_r );
DECLARE_WRITE32_MEMBER( hsync_ram_w );
TIMER_DEVICE_CALLBACK_MEMBER(scanline_callback);
+ void beathead(machine_config &config);
};