diff options
Diffstat (limited to 'src/mess/drivers/nes.c')
-rw-r--r-- | src/mess/drivers/nes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/nes.c b/src/mess/drivers/nes.c index 7e263c472b5..9c3183e24ca 100644 --- a/src/mess/drivers/nes.c +++ b/src/mess/drivers/nes.c @@ -749,7 +749,7 @@ static MACHINE_CONFIG_DERIVED( famicom, nes ) MCFG_CASSETTE_ADD( "tape" ) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED) MCFG_CASSETTE_INTERFACE("fc_cass") - + MCFG_SOFTWARE_LIST_ADD("cass_list", "famicom_cass") MACHINE_CONFIG_END |