summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kncljoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kncljoe.h')
-rw-r--r--src/mame/includes/kncljoe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/kncljoe.h b/src/mame/includes/kncljoe.h
index 57d0f0b7391..331d95499c1 100644
--- a/src/mame/includes/kncljoe.h
+++ b/src/mame/includes/kncljoe.h
@@ -62,9 +62,9 @@ private:
void sound_cmd_w(uint8_t data);
void sound_irq_ack_w(uint8_t data);
- DECLARE_WRITE8_MEMBER(kncljoe_videoram_w);
- DECLARE_WRITE8_MEMBER(kncljoe_control_w);
- DECLARE_WRITE8_MEMBER(kncljoe_scroll_w);
+ void kncljoe_videoram_w(offs_t offset, uint8_t data);
+ void kncljoe_control_w(uint8_t data);
+ void kncljoe_scroll_w(offs_t offset, uint8_t data);
void m6803_port1_w(uint8_t data);
void m6803_port2_w(uint8_t data);
uint8_t m6803_port1_r();