summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/artmagic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/artmagic.h')
-rw-r--r--src/mame/includes/artmagic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/artmagic.h b/src/mame/includes/artmagic.h
index a97fd7469f1..db7e28b90b2 100644
--- a/src/mame/includes/artmagic.h
+++ b/src/mame/includes/artmagic.h
@@ -30,6 +30,12 @@ public:
UINT16 m_blitter_data[8];
UINT8 m_blitter_page;
attotime m_blitter_busy_until;
+ DECLARE_READ16_MEMBER(tms_host_r);
+ DECLARE_WRITE16_MEMBER(tms_host_w);
+ DECLARE_WRITE16_MEMBER(control_w);
+ DECLARE_READ16_MEMBER(ultennis_hack_r);
+ DECLARE_WRITE16_MEMBER(protection_bit_w);
+ DECLARE_READ16_MEMBER(unk_r);
};