diff options
Diffstat (limited to 'src/mess/drivers/orao.c')
-rw-r--r-- | src/mess/drivers/orao.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/orao.c b/src/mess/drivers/orao.c index 92055df0489..ca9bd1aeb8c 100644 --- a/src/mess/drivers/orao.c +++ b/src/mess/drivers/orao.c @@ -190,7 +190,7 @@ static MACHINE_CONFIG_START( orao, orao_state ) MCFG_CASSETTE_FORMATS(orao_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED) MCFG_CASSETTE_INTERFACE("orao_cass") - + MCFG_SOFTWARE_LIST_ADD("cass_list","orao") MACHINE_CONFIG_END |