summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ginganin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ginganin.h')
-rw-r--r--src/mame/includes/ginganin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ginganin.h b/src/mame/includes/ginganin.h
index 4ec337b2fe7..4d5819c63a4 100644
--- a/src/mame/includes/ginganin.h
+++ b/src/mame/includes/ginganin.h
@@ -61,4 +61,6 @@ public:
uint32_t screen_update_ginganin(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap,const rectangle &cliprect );
void ginganin(machine_config &config);
+ void ginganin_map(address_map &map);
+ void sound_map(address_map &map);
};