diff options
author | 2017-07-01 12:11:28 +0200 | |
---|---|---|
committer | 2017-07-03 08:03:57 +0200 | |
commit | cbbbd07484c736eae2069b294ec666f231e64bff (patch) | |
tree | b94a690f0ab10635eb6d11837425744208c7e8a4 /src/devices/video/mb90082.h | |
parent | cb1930f6e6a6b460577f01207888eab402469e9f (diff) |
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Diffstat (limited to 'src/devices/video/mb90082.h')
-rw-r--r-- | src/devices/video/mb90082.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mb90082.h b/src/devices/video/mb90082.h index 9014b14a79e..0bdeae355d2 100644 --- a/src/devices/video/mb90082.h +++ b/src/devices/video/mb90082.h @@ -46,7 +46,7 @@ protected: virtual void device_validity_check(validity_checker &valid) const override; virtual void device_start() override; virtual void device_reset() override; - virtual const address_space_config *memory_space_config(address_spacenum spacenum) const override; + virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override; private: enum |