summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/triplhnt.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-04-04 15:08:19 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-04-04 15:08:19 +0000
commit7dabd8b524510582d7f6ee96f430395d2f60cb78 (patch)
tree9641ea5111636c5963ac77e7130ace2773ddd1a3 /src/mame/includes/triplhnt.h
parent62d9c8ba4fd4be6fc3225e8a3850526db7d78357 (diff)
MAME going modern part 5 (no whatsnew)
Tomorrow and next days just bug fixing from my side, no big changes
Diffstat (limited to 'src/mame/includes/triplhnt.h')
-rw-r--r--src/mame/includes/triplhnt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/triplhnt.h b/src/mame/includes/triplhnt.h
index a7a6da39d3b..2f7df70c8f4 100644
--- a/src/mame/includes/triplhnt.h
+++ b/src/mame/includes/triplhnt.h
@@ -36,6 +36,11 @@ public:
int m_sprite_bank;
bitmap_ind16 m_helper;
tilemap_t* m_bg_tilemap;
+ DECLARE_WRITE8_MEMBER(triplhnt_misc_w);
+ DECLARE_READ8_MEMBER(triplhnt_cmos_r);
+ DECLARE_READ8_MEMBER(triplhnt_input_port_4_r);
+ DECLARE_READ8_MEMBER(triplhnt_misc_r);
+ DECLARE_READ8_MEMBER(triplhnt_da_latch_r);
};