summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc6843.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc6843.h')
-rw-r--r--src/devices/machine/mc6843.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/mc6843.h b/src/devices/machine/mc6843.h
index c75ba561548..895e80d9458 100644
--- a/src/devices/machine/mc6843.h
+++ b/src/devices/machine/mc6843.h
@@ -32,8 +32,8 @@ public:
auto irq() { return m_write_irq.bind(); }
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
void set_drive(int drive);
void set_side(int side);