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 73d97a9ff6c..780300d29e9 100644
--- a/src/mame/includes/hexion.h
+++ b/src/mame/includes/hexion.h
@@ -49,4 +49,6 @@ public:
inline void get_tile_info(tile_data &tileinfo,int tile_index,uint8_t *ram);
void hexion(machine_config &config);
void hexionb(machine_config &config);
+ void hexion_map(address_map &map);
+ void hexionb_map(address_map &map);
};