summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/a7800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/a7800.h')
-rw-r--r--src/mess/includes/a7800.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/includes/a7800.h b/src/mess/includes/a7800.h
index 43847f97e20..c5c854d9ddc 100644
--- a/src/mess/includes/a7800.h
+++ b/src/mess/includes/a7800.h
@@ -67,6 +67,9 @@ public:
DECLARE_PALETTE_INIT(a7800p);
UINT32 screen_update_a7800(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(a7800_interrupt);
+ DECLARE_READ8_MEMBER(riot_joystick_r);
+ DECLARE_READ8_MEMBER(riot_console_button_r);
+ DECLARE_WRITE8_MEMBER(riot_button_pullup_w);
};
/*----------- defined in machine/a7800.c -----------*/