summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/px8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/px8.h')
-rw-r--r--src/mame/includes/px8.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/px8.h b/src/mame/includes/px8.h
index 3a3cb11fed1..81c6ccd6c9d 100644
--- a/src/mame/includes/px8.h
+++ b/src/mame/includes/px8.h
@@ -52,14 +52,14 @@ private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_READ8_MEMBER( gah40m_r );
- DECLARE_WRITE8_MEMBER( gah40m_w );
- DECLARE_READ8_MEMBER( gah40s_r );
- DECLARE_WRITE8_MEMBER( gah40s_w );
- DECLARE_WRITE8_MEMBER( gah40s_ier_w );
- DECLARE_READ8_MEMBER( krtn_0_3_r );
- DECLARE_READ8_MEMBER( krtn_4_7_r );
- DECLARE_WRITE8_MEMBER( ksc_w );
+ uint8_t gah40m_r(offs_t offset);
+ void gah40m_w(offs_t offset, uint8_t data);
+ uint8_t gah40s_r(offs_t offset);
+ void gah40s_w(offs_t offset, uint8_t data);
+ void gah40s_ier_w(uint8_t data);
+ uint8_t krtn_0_3_r();
+ uint8_t krtn_4_7_r();
+ void ksc_w(uint8_t data);
void bankswitch();
uint8_t krtn_read();