diff options
Diffstat (limited to 'src/emu/bus/sms_ctrl/smsctrl.c')
-rw-r--r-- | src/emu/bus/sms_ctrl/smsctrl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/bus/sms_ctrl/smsctrl.c b/src/emu/bus/sms_ctrl/smsctrl.c index 67225bdbcf1..667d090da86 100644 --- a/src/emu/bus/sms_ctrl/smsctrl.c +++ b/src/emu/bus/sms_ctrl/smsctrl.c @@ -16,6 +16,7 @@ #include "sportsjp.h" #include "rfu.h" #include "multitap.h" +#include "graphic.h" @@ -129,4 +130,5 @@ SLOT_INTERFACE_START( sms_control_port_devices ) SLOT_INTERFACE("sportspadjp", SMS_SPORTS_PAD_JP) SLOT_INTERFACE("rapidfire", SMS_RAPID_FIRE) SLOT_INTERFACE("multitap", SMS_MULTITAP) + SLOT_INTERFACE("graphic", SMS_GRAPHIC) SLOT_INTERFACE_END |