mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
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:
parent
8b62642752
commit
f4fac57aa7
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
2858
hash/mz700_cass.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user