summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/llc2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/llc2.cpp')
-rw-r--r--src/mame/drivers/llc2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/llc2.cpp b/src/mame/drivers/llc2.cpp
index 2655e4b8416..bd0b6d896c0 100644
--- a/src/mame/drivers/llc2.cpp
+++ b/src/mame/drivers/llc2.cpp
@@ -68,7 +68,7 @@ private:
bool m_rv;
required_device<speaker_sound_device> m_speaker;
- required_shared_ptr<u8> m_vram;
+ optional_shared_ptr<u8> m_vram;
required_device<z80_device> m_maincpu;
required_device<ram_device> m_ram;
required_region_ptr<u8> m_p_chargen;