summaryrefslogtreecommitdiffstats
path: root/src/devices/bus/bbc/internal/internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/internal/internal.cpp')
-rw-r--r--src/devices/bus/bbc/internal/internal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/internal/internal.cpp b/src/devices/bus/bbc/internal/internal.cpp
index b09f6fca29c..a365b5729dc 100644
--- a/src/devices/bus/bbc/internal/internal.cpp
+++ b/src/devices/bus/bbc/internal/internal.cpp
@@ -162,6 +162,7 @@ WRITE_LINE_MEMBER(bbc_internal_slot_device::irq6502_w)
#include "atpl.h"
#include "cumana68k.h"
#include "integrab.h"
+#include "memex.h"
#include "morleyaa.h"
#include "overlay.h"
#include "peartree.h"
@@ -186,6 +187,7 @@ void bbcb_internal_devices(device_slot_interface &device)
device.option_add("atplsw", BBC_ATPLSW); /* ATPL Sidewise ROM/RAM expansion */
device.option_add("cumana68k", BBC_CUMANA68K); /* Cumana 68008 Upgrade Board */
device.option_add("integrab", BBC_INTEGRAB); /* Computech Integra-B */
+ device.option_add("memexb20", BBC_MEMEXB20); /* Memex-B20 RAM expansion */
device.option_add("mr3000", BBC_MR3000); /* Peartree MR3000 ROM board */
device.option_add("mr4200", BBC_MR4200); /* Peartree MR4200 RAM board */
device.option_add("mr4300", BBC_MR4300); /* Peartree MR4300 ROM/RAM board */