summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/saitek_superstar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/saitek_superstar.cpp')
-rw-r--r--src/mame/drivers/saitek_superstar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/saitek_superstar.cpp b/src/mame/drivers/saitek_superstar.cpp
index 88642fd02ce..52b96be68b2 100644
--- a/src/mame/drivers/saitek_superstar.cpp
+++ b/src/mame/drivers/saitek_superstar.cpp
@@ -228,7 +228,7 @@ void star_state::tstar432(machine_config &config)
config.set_default_layout(layout_saitek_tstar432);
/* extension rom */
- GENERIC_CARTSLOT(config, "extrom", generic_plain_slot, "saitek_kso");
+ GENERIC_SOCKET(config, "extrom", generic_plain_slot, "saitek_kso");
SOFTWARE_LIST(config, "cart_list").set_original("saitek_kso");
}