mz700: added a software list to document tape dumps [FatArnold]

out of whatsnew: I also hooked up the list to the driver, even if I have no idea to which degree the system works these days (I don't know much about this machine).
This commit is contained in:
Fabio Priuli 2012-08-27 19:31:55 +00:00
parent 8b62642752
commit f4fac57aa7
3 changed files with 2861 additions and 1 deletions

1
.gitattributes vendored
View File

@ -108,6 +108,7 @@ hash/msx2_cart.xml svneol=native#text/xml
hash/mz2000_cass.xml svneol=native#text/xml
hash/mz2000_flop.xml svneol=native#text/xml
hash/mz2500.xml svneol=native#text/xml
hash/mz700_cass.xml svneol=native#text/xml
hash/n64.xml svneol=native#text/xml
hash/neogeo.xml svneol=native#text/xml
hash/nes.hsi svneol=native#text/plain

2858
hash/mz700_cass.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -324,7 +324,7 @@ static const cassette_interface mz700_cassette_interface =
mz700_cassette_formats,
NULL,
(cassette_state)(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED),
NULL,
"mz_cass",
NULL
};
@ -363,6 +363,7 @@ static MACHINE_CONFIG_START( mz700, mz_state )
MCFG_TTL74145_ADD("ls145", default_ttl74145)
MCFG_CASSETTE_ADD( CASSETTE_TAG, mz700_cassette_interface )
MCFG_SOFTWARE_LIST_ADD("cass_list","mz700_cass")
/* internal ram */
MCFG_RAM_ADD(RAM_TAG)