summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cbuster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cbuster.h')
-rw-r--r--src/mame/includes/cbuster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/cbuster.h b/src/mame/includes/cbuster.h
index 8930820e097..0e1d78252e1 100644
--- a/src/mame/includes/cbuster.h
+++ b/src/mame/includes/cbuster.h
@@ -68,4 +68,5 @@ public:
DECLARE_WRITE16_MEMBER(cbuster_palette_w);
DECLARE_WRITE16_MEMBER(cbuster_palette_ext_w);
void update_palette(int offset);
+ void twocrude(machine_config &config);
};