summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/orion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/orion.c')
-rw-r--r--src/mess/drivers/orion.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/orion.c b/src/mess/drivers/orion.c
index 7382e2083d9..3516d311a77 100644
--- a/src/mess/drivers/orion.c
+++ b/src/mess/drivers/orion.c
@@ -123,7 +123,7 @@ static MACHINE_CONFIG_START( orion128, orion_state )
MCFG_CASSETTE_FORMATS(rko_cassette_formats)
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED)
MCFG_CASSETTE_INTERFACE("orion_cass")
-
+
MCFG_SOFTWARE_LIST_ADD("cass_list","orion_cass")
MCFG_FD1793x_ADD("fd1793", XTAL_8MHz / 8)
@@ -202,7 +202,7 @@ static MACHINE_CONFIG_START( orionz80, orion_state )
MCFG_CASSETTE_FORMATS(rko_cassette_formats)
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED)
MCFG_CASSETTE_INTERFACE("orion_cass")
-
+
MCFG_SOFTWARE_LIST_ADD("cass_list","orion_cass")
MCFG_FD1793x_ADD("fd1793", XTAL_8MHz / 8)
@@ -277,7 +277,7 @@ static MACHINE_CONFIG_START( orionpro, orion_state )
MCFG_CASSETTE_FORMATS(rko_cassette_formats)
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED)
MCFG_CASSETTE_INTERFACE("orion_cass")
-
+
MCFG_SOFTWARE_LIST_ADD("cass_list","orion_cass")
MCFG_FD1793x_ADD("fd1793", XTAL_8MHz / 8)