diff options
Diffstat (limited to 'src/devices/bus/ql/rom.h')
-rw-r--r-- | src/devices/bus/ql/rom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/rom.h b/src/devices/bus/ql/rom.h index 4b79406aca9..bfd06793d8c 100644 --- a/src/devices/bus/ql/rom.h +++ b/src/devices/bus/ql/rom.h @@ -58,7 +58,7 @@ protected: virtual void interface_post_start() override; - optional_shared_ptr<uint8_t> m_rom; + std::unique_ptr<uint8_t[]> m_rom; ql_rom_cartridge_slot_device *const m_slot; |