summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/realbrk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/realbrk.h')
-rw-r--r--src/mame/includes/realbrk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/realbrk.h b/src/mame/includes/realbrk.h
index 5349a00dc2f..5382e2f80c2 100644
--- a/src/mame/includes/realbrk.h
+++ b/src/mame/includes/realbrk.h
@@ -76,4 +76,8 @@ public:
void dai2kaku_draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect, int layer);
INTERRUPT_GEN_MEMBER(interrupt);
+ void pkgnsh(machine_config &config);
+ void dai2kaku(machine_config &config);
+ void realbrk(machine_config &config);
+ void pkgnshdx(machine_config &config);
};