summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/chessm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/chessm.h')
-rw-r--r--src/devices/bus/isa/chessm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/chessm.h b/src/devices/bus/isa/chessm.h
index b514fdfe63d..8b7585ac838 100644
--- a/src/devices/bus/isa/chessm.h
+++ b/src/devices/bus/isa/chessm.h
@@ -38,6 +38,7 @@ private:
required_device<arm_cpu_device> m_maincpu;
required_device<generic_latch_8_device> m_mainlatch;
required_device<generic_latch_8_device> m_sublatch;
+ optional_shared_ptr<u32> m_ram;
u8 m_ram_offset;
bool m_suspended;