diff options
author | 2020-05-21 19:57:43 +0200 | |
---|---|---|
committer | 2020-05-21 19:57:43 +0200 | |
commit | 889e65792ed3eb0e90c1c6cf266b6f4a08b9a26b (patch) | |
tree | 65d69f004e494e2fa57526066e022886416d07e6 /src/devices/bus/tanbus/ravdu.h | |
parent | 6b8cb09ee7cfdbc6415aebe4670b44e5b5756a2a (diff) |
last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-no-space branch build. (nw)
Diffstat (limited to 'src/devices/bus/tanbus/ravdu.h')
-rw-r--r-- | src/devices/bus/tanbus/ravdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/ravdu.h b/src/devices/bus/tanbus/ravdu.h index 4817abb78f4..f21dc73c4f5 100644 --- a/src/devices/bus/tanbus/ravdu.h +++ b/src/devices/bus/tanbus/ravdu.h @@ -44,7 +44,7 @@ protected: virtual void set_inhibit_lines(offs_t offset, int &inhram, int &inhrom) override; private: - DECLARE_READ8_MEMBER(videoram_r); + uint8_t videoram_r(offs_t offset); MC6845_UPDATE_ROW(crtc_update_row); DECLARE_WRITE_LINE_MEMBER(vsync_changed); |