diff options
Diffstat (limited to 'src/mess/drivers/amstrad.c')
-rw-r--r-- | src/mess/drivers/amstrad.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/amstrad.c b/src/mess/drivers/amstrad.c index b6ed946e1e9..6919e0c2867 100644 --- a/src/mess/drivers/amstrad.c +++ b/src/mess/drivers/amstrad.c @@ -808,6 +808,7 @@ SLOT_INTERFACE_START(cpc_exp_cards) SLOT_INTERFACE("playcity", CPC_PLAYCITY) SLOT_INTERFACE("smartwatch", CPC_SMARTWATCH) SLOT_INTERFACE("brunword4", CPC_BRUNWORD_MK4) + SLOT_INTERFACE("hd20", CPC_HD20) SLOT_INTERFACE_END SLOT_INTERFACE_START(cpcplus_exp_cards) @@ -821,6 +822,7 @@ SLOT_INTERFACE_START(cpcplus_exp_cards) SLOT_INTERFACE("amdrum", CPC_AMDRUM) SLOT_INTERFACE("playcity", CPC_PLAYCITY) SLOT_INTERFACE("smartwatch", CPC_SMARTWATCH) + SLOT_INTERFACE("hd20", CPC_HD20) SLOT_INTERFACE_END SLOT_INTERFACE_START(amstrad_centronics_devices) |