summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/rom/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/rom/ram.cpp')
-rw-r--r--src/devices/bus/bbc/rom/ram.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/rom/ram.cpp b/src/devices/bus/bbc/rom/ram.cpp
index 0d626955812..bbe5d956006 100644
--- a/src/devices/bus/bbc/rom/ram.cpp
+++ b/src/devices/bus/bbc/rom/ram.cpp
@@ -36,6 +36,7 @@ bbc_ram_device::bbc_ram_device(const machine_config &mconfig, const char *tag, d
void bbc_ram_device::device_start()
{
+ ram_alloc(0x8000);
}
//-------------------------------------------------