diff options
author | 2015-12-06 13:32:00 +0100 | |
---|---|---|
committer | 2015-12-06 13:32:00 +0100 | |
commit | a558fcefef371ca99831ecead6baaa988355e7af (patch) | |
tree | b90b6a3e2c0febbfdb7efba1d4103d5a7c235260 /src/devices/machine/i6300esb.h | |
parent | 866f0b6805511e8863d7dee9bdb4db65d20da443 (diff) |
override for for macros that could not be auto recognized by tools (nw)
Diffstat (limited to 'src/devices/machine/i6300esb.h')
-rw-r--r-- | src/devices/machine/i6300esb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i6300esb.h b/src/devices/machine/i6300esb.h index 174eb5c17aa..325e768dbba 100644 --- a/src/devices/machine/i6300esb.h +++ b/src/devices/machine/i6300esb.h @@ -24,7 +24,7 @@ public: virtual void map_extra(UINT64 memory_window_start, UINT64 memory_window_end, UINT64 memory_offset, address_space *memory_space, UINT64 io_window_start, UINT64 io_window_end, UINT64 io_offset, address_space *io_space) override; - virtual DECLARE_ADDRESS_MAP(config_map, 32); + virtual DECLARE_ADDRESS_MAP(config_map, 32) override; protected: |