diff options
| author | 2014-07-22 06:14:55 +0000 | |
|---|---|---|
| committer | 2014-07-22 06:14:55 +0000 | |
| commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
| tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/mess/drivers/nes.c | |
| parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) | |
Cleanups and version bump
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 |
