summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyo4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyo4.h')
-rw-r--r--src/mame/includes/psikyo4.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/psikyo4.h b/src/mame/includes/psikyo4.h
index adfa1489559..2e580566ac2 100644
--- a/src/mame/includes/psikyo4.h
+++ b/src/mame/includes/psikyo4.h
@@ -29,6 +29,13 @@ public:
/* devices */
device_t *m_maincpu;
+ DECLARE_WRITE32_MEMBER(ps4_paletteram32_RRRRRRRRGGGGGGGGBBBBBBBBxxxxxxxx_dword_w);
+ DECLARE_WRITE32_MEMBER(ps4_bgpen_1_dword_w);
+ DECLARE_WRITE32_MEMBER(ps4_bgpen_2_dword_w);
+ DECLARE_WRITE32_MEMBER(ps4_screen1_brt_w);
+ DECLARE_WRITE32_MEMBER(ps4_screen2_brt_w);
+ DECLARE_WRITE32_MEMBER(ps4_vidregs_w);
+ DECLARE_WRITE32_MEMBER(hotgmck_pcm_bank_w);
};