summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/avigo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/avigo.h')
-rw-r--r--src/mame/includes/avigo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/avigo.h b/src/mame/includes/avigo.h
index 3ee91aaac3d..7719682c7ab 100644
--- a/src/mame/includes/avigo.h
+++ b/src/mame/includes/avigo.h
@@ -112,6 +112,9 @@ public:
DECLARE_QUICKLOAD_LOAD_MEMBER( avigo);
void avigo(machine_config &config);
+ void avigo_banked_map(address_map &map);
+ void avigo_io(address_map &map);
+ void avigo_mem(address_map &map);
};
#endif // MAME_INCLUDES_AVIGO_H