summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xavix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xavix.h')
-rw-r--r--src/mame/includes/xavix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/xavix.h b/src/mame/includes/xavix.h
index 43df8161edc..5948203bf53 100644
--- a/src/mame/includes/xavix.h
+++ b/src/mame/includes/xavix.h
@@ -53,6 +53,8 @@ private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void xavix_map(address_map &map);
+ void xavix_special_map(address_map &map);
+
void xavix_lowbus_map(address_map &map);
INTERRUPT_GEN_MEMBER(interrupt);
@@ -68,6 +70,8 @@ private:
DECLARE_WRITE8_MEMBER(main_w);
DECLARE_READ8_MEMBER(main2_r);
DECLARE_WRITE8_MEMBER(main2_w);
+ DECLARE_READ8_MEMBER(main3_r);
+ DECLARE_WRITE8_MEMBER(main3_w);
DECLARE_WRITE8_MEMBER(extintrf_7900_w);
DECLARE_WRITE8_MEMBER(extintrf_7901_w);