summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bbusters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bbusters.h')
-rw-r--r--src/mame/includes/bbusters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/bbusters.h b/src/mame/includes/bbusters.h
index 261d6250005..b750da93f8c 100644
--- a/src/mame/includes/bbusters.h
+++ b/src/mame/includes/bbusters.h
@@ -73,4 +73,6 @@ public:
inline const uint8_t *get_source_ptr(gfx_element *gfx, uint32_t sprite, int dx, int dy, int block);
void draw_block(bitmap_ind16 &dest,int x,int y,int size,int flipx,int flipy,uint32_t sprite,int color,int bank,int block);
void draw_sprites(bitmap_ind16 &bitmap, const uint16_t *source, int bank, int colval, int colmask);
+ void bbusters(machine_config &config);
+ void mechatt(machine_config &config);
};