diff options
author | 2016-08-08 14:44:04 +0300 | |
---|---|---|
committer | 2016-08-08 14:54:27 +0300 | |
commit | 463212cf1bdbe411b9f137747c85a79795ff3f79 (patch) | |
tree | dfd5860ea924302ecc4df416ce570a8ad7cb42a3 /src/devices/bus/pofo/exp.cpp | |
parent | 6673af1285376eee38a7fa0f924ddf5b61c3c654 (diff) |
pofo: Expansion WIP. (nw)
Diffstat (limited to 'src/devices/bus/pofo/exp.cpp')
-rw-r--r-- | src/devices/bus/pofo/exp.cpp | 3 |
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 |