summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/p8k.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/p8k.c')
-rw-r--r--src/mess/drivers/p8k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/p8k.c b/src/mess/drivers/p8k.c
index 65184af235b..037b011d6b1 100644
--- a/src/mess/drivers/p8k.c
+++ b/src/mess/drivers/p8k.c
@@ -110,7 +110,7 @@ public:
DECLARE_READ8_MEMBER(memory_read_byte);
DECLARE_WRITE8_MEMBER(memory_write_byte);
DECLARE_READ8_MEMBER(io_read_byte);
- DECLARE_WRITE8_MEMBER(io_write_byte);
+ DECLARE_WRITE8_MEMBER(io_write_byte);
};
/***************************************************************************