summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/pet/exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/pet/exp.c')
-rw-r--r--src/emu/bus/pet/exp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/bus/pet/exp.c b/src/emu/bus/pet/exp.c
index d955069912b..f94f4640364 100644
--- a/src/emu/bus/pet/exp.c
+++ b/src/emu/bus/pet/exp.c
@@ -196,9 +196,12 @@ int pet_expansion_slot_device::phi2()
// slot devices
#include "64k.h"
+#include "hsg.h"
#include "superpet.h"
SLOT_INTERFACE_START( pet_expansion_cards )
SLOT_INTERFACE("64k", PET_64K)
+ SLOT_INTERFACE("hsga", CBM8000_HSG_A)
+ SLOT_INTERFACE("hsgb", CBM8000_HSG_B)
SLOT_INTERFACE("superpet", SUPERPET)
SLOT_INTERFACE_END