summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hexion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hexion.h')
-rw-r--r--src/mame/includes/hexion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/hexion.h b/src/mame/includes/hexion.h
index e537dd77e1e..73d97a9ff6c 100644
--- a/src/mame/includes/hexion.h
+++ b/src/mame/includes/hexion.h
@@ -47,4 +47,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline void get_tile_info(tile_data &tileinfo,int tile_index,uint8_t *ram);
+ void hexion(machine_config &config);
+ void hexionb(machine_config &config);
};