summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/terracre.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/terracre.h')
-rw-r--r--src/mame/includes/terracre.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/terracre.h b/src/mame/includes/terracre.h
index 25e408010ca..afca927b17c 100644
--- a/src/mame/includes/terracre.h
+++ b/src/mame/includes/terracre.h
@@ -50,4 +50,8 @@ public:
DECLARE_MACHINE_START(amazon);
uint32_t screen_update_amazon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void amazon_base(machine_config &config);
+ void amazon_1412m2(machine_config &config);
+ void ym2203(machine_config &config);
+ void ym3526(machine_config &config);
};