summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apogee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/apogee.c')
-rw-r--r--src/mess/drivers/apogee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/apogee.c b/src/mess/drivers/apogee.c
index eb2d43256b0..1891079bf02 100644
--- a/src/mess/drivers/apogee.c
+++ b/src/mess/drivers/apogee.c
@@ -266,7 +266,7 @@ static MACHINE_CONFIG_START( apogee, apogee_state )
MCFG_CASSETTE_FORMATS(rka_cassette_formats)
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED)
MCFG_CASSETTE_INTERFACE("apogee_cass")
-
+
MCFG_SOFTWARE_LIST_ADD("cass_list","apogee")
MACHINE_CONFIG_END