From a558fcefef371ca99831ecead6baaa988355e7af Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 6 Dec 2015 13:32:00 +0100 Subject: override for for macros that could not be auto recognized by tools (nw) --- src/devices/bus/z88/ram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/bus/z88/ram.h') diff --git a/src/devices/bus/z88/ram.h b/src/devices/bus/z88/ram.h index c869cb5d34e..d8515a6b9c0 100644 --- a/src/devices/bus/z88/ram.h +++ b/src/devices/bus/z88/ram.h @@ -27,8 +27,8 @@ protected: virtual void device_start() override; // z88cart_interface overrides - virtual DECLARE_READ8_MEMBER(read); - virtual DECLARE_WRITE8_MEMBER(write); + virtual DECLARE_READ8_MEMBER(read) override; + virtual DECLARE_WRITE8_MEMBER(write) override; virtual UINT8* get_cart_base() override; virtual UINT32 get_cart_size() override { return 0x8000; } -- cgit v1.2.3-70-g09d2