diff options
| author | 2021-09-06 23:41:35 +1000 | |
|---|---|---|
| committer | 2021-09-06 23:41:35 +1000 | |
| commit | fa9c035c8024e0f78fde882fb3e8437485ec91ae (patch) | |
| tree | 4fb29b5714ac6c7fbde0aff8a60f0ee690a324bb /src/devices/bus/mackbd/pluskbd.cpp | |
| parent | f474673bc58555910852bae062f030283407c448 (diff) | |
Allow devices to specify a parent for the purpose of searching for ROMs.
Diffstat (limited to 'src/devices/bus/mackbd/pluskbd.cpp')
| -rw-r--r-- | src/devices/bus/mackbd/pluskbd.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/bus/mackbd/pluskbd.cpp b/src/devices/bus/mackbd/pluskbd.cpp index 6cc707607f4..de744f9219b 100644 --- a/src/devices/bus/mackbd/pluskbd.cpp +++ b/src/devices/bus/mackbd/pluskbd.cpp @@ -475,6 +475,8 @@ public: { } + static auto parent_rom_device_type() { return &MACKBD_M0110A; } + protected: virtual ioport_constructor device_input_ports() const override { @@ -490,6 +492,8 @@ public: { } + static auto parent_rom_device_type() { return &MACKBD_M0110A; } + protected: virtual ioport_constructor device_input_ports() const override { |
