summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/exp.cpp
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2016-08-08 14:44:04 +0300
committer Curt Coder <curtcoder@mail.com>2016-08-08 14:54:27 +0300
commit463212cf1bdbe411b9f137747c85a79795ff3f79 (patch)
treedfd5860ea924302ecc4df416ce570a8ad7cb42a3 /src/devices/bus/pofo/exp.cpp
parent6673af1285376eee38a7fa0f924ddf5b61c3c654 (diff)
pofo: Expansion WIP. (nw)
Diffstat (limited to 'src/devices/bus/pofo/exp.cpp')
-rw-r--r--src/devices/bus/pofo/exp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/pofo/exp.cpp b/src/devices/bus/pofo/exp.cpp
index 98b411990bf..ce7adb0d1fb 100644
--- a/src/devices/bus/pofo/exp.cpp
+++ b/src/devices/bus/pofo/exp.cpp
@@ -96,8 +96,11 @@ void portfolio_expansion_slot_t::device_reset()
// slot devices
#include "hpc101.h"
#include "hpc102.h"
+#include "hpc104.h"
SLOT_INTERFACE_START( portfolio_expansion_cards )
SLOT_INTERFACE("lpt", HPC101)
SLOT_INTERFACE("uart", HPC102)
+ SLOT_INTERFACE("ram", HPC104)
+ SLOT_INTERFACE("ram2", HPC104_2)
SLOT_INTERFACE_END