summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/system/32k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/system/32k.h')
-rw-r--r--src/devices/bus/acorn/system/32k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/acorn/system/32k.h b/src/devices/bus/acorn/system/32k.h
index 0ef4c10f3c3..f3d3b76be5c 100644
--- a/src/devices/bus/acorn/system/32k.h
+++ b/src/devices/bus/acorn/system/32k.h
@@ -38,6 +38,7 @@ protected:
private:
required_ioport m_links;
+ u8 m_ram[32768];
};