diff options
Diffstat (limited to 'src/mame/includes/pes.h')
-rw-r--r-- | src/mame/includes/pes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pes.h b/src/mame/includes/pes.h index dcd93cda9f0..de3ba6aa129 100644 --- a/src/mame/includes/pes.h +++ b/src/mame/includes/pes.h @@ -45,7 +45,7 @@ public: DECLARE_WRITE8_MEMBER(port3_w); DECLARE_READ8_MEMBER(port1_r); DECLARE_READ8_MEMBER(port3_r); - DECLARE_WRITE8_MEMBER(pes_kbd_input); + void pes_kbd_input(u8 data); DECLARE_READ8_MEMBER(data_to_i8031); DECLARE_WRITE8_MEMBER(data_from_i8031); }; |