mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
(MESS) atarist: Added floppy software list, based on the no-intro set. (nw)
This commit is contained in:
parent
d49297def7
commit
03b24e401d
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -173,7 +173,8 @@ hash/softwarelist.dtd svneol=native#text/plain
|
|||||||
hash/sorcerer_cart.xml svneol=native#text/xml
|
hash/sorcerer_cart.xml svneol=native#text/xml
|
||||||
hash/spectrum.xml svneol=native#text/xml
|
hash/spectrum.xml svneol=native#text/xml
|
||||||
hash/spectrum_cass.xml svneol=native#text/xml
|
hash/spectrum_cass.xml svneol=native#text/xml
|
||||||
hash/st.xml svneol=native#text/xml
|
hash/st_cart.xml svneol=native#text/xml
|
||||||
|
hash/st_flop.xml svneol=native#text/xml
|
||||||
hash/studio2.xml svneol=native#text/xml
|
hash/studio2.xml svneol=native#text/xml
|
||||||
hash/stv.xml svneol=native#text/xml
|
hash/stv.xml svneol=native#text/xml
|
||||||
hash/super6.xml svneol=native#text/xml
|
hash/super6.xml svneol=native#text/xml
|
||||||
|
@ -15,7 +15,7 @@ Undumped cartridges:
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<softwarelist name="st" description="Atari ST cartridges">
|
<softwarelist name="st_cart" description="Atari ST cartridges">
|
||||||
<software name="stdiag44">
|
<software name="stdiag44">
|
||||||
<description>Atari ST Diagnostic Cartridge v4.4</description>
|
<description>Atari ST Diagnostic Cartridge v4.4</description>
|
||||||
<year>198?</year>
|
<year>198?</year>
|
4576
hash/st_flop.xml
Normal file
4576
hash/st_flop.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -2360,12 +2360,15 @@ static MACHINE_CONFIG_START( st, st_state )
|
|||||||
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
||||||
MCFG_CARTSLOT_NOT_MANDATORY
|
MCFG_CARTSLOT_NOT_MANDATORY
|
||||||
MCFG_CARTSLOT_INTERFACE("st_cart")
|
MCFG_CARTSLOT_INTERFACE("st_cart")
|
||||||
MCFG_SOFTWARE_LIST_ADD("cart_list", "st")
|
MCFG_SOFTWARE_LIST_ADD("cart_list", "st_cart")
|
||||||
|
|
||||||
// internal ram
|
// internal ram
|
||||||
MCFG_RAM_ADD(RAM_TAG)
|
MCFG_RAM_ADD(RAM_TAG)
|
||||||
MCFG_RAM_DEFAULT_SIZE("1M") // 1040ST
|
MCFG_RAM_DEFAULT_SIZE("1M") // 1040ST
|
||||||
MCFG_RAM_EXTRA_OPTIONS("512K,256K") // 520ST, 260ST
|
MCFG_RAM_EXTRA_OPTIONS("512K,256K") // 520ST, 260ST
|
||||||
|
|
||||||
|
// software lists
|
||||||
|
MCFG_SOFTWARE_LIST_ADD("flop_list", "st_flop")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
|
||||||
@ -2410,12 +2413,15 @@ static MACHINE_CONFIG_START( megast, megast_state )
|
|||||||
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
||||||
MCFG_CARTSLOT_NOT_MANDATORY
|
MCFG_CARTSLOT_NOT_MANDATORY
|
||||||
MCFG_CARTSLOT_INTERFACE("st_cart")
|
MCFG_CARTSLOT_INTERFACE("st_cart")
|
||||||
MCFG_SOFTWARE_LIST_ADD("cart_list", "st")
|
MCFG_SOFTWARE_LIST_ADD("cart_list", "st_cart")
|
||||||
|
|
||||||
// internal ram
|
// internal ram
|
||||||
MCFG_RAM_ADD(RAM_TAG)
|
MCFG_RAM_ADD(RAM_TAG)
|
||||||
MCFG_RAM_DEFAULT_SIZE("4M") // Mega ST 4
|
MCFG_RAM_DEFAULT_SIZE("4M") // Mega ST 4
|
||||||
MCFG_RAM_EXTRA_OPTIONS("2M,1M") // Mega ST 2 ,Mega ST 1
|
MCFG_RAM_EXTRA_OPTIONS("2M,1M") // Mega ST 2 ,Mega ST 1
|
||||||
|
|
||||||
|
// software lists
|
||||||
|
MCFG_SOFTWARE_LIST_ADD("flop_list", "st_flop")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
|
||||||
@ -2467,12 +2473,15 @@ static MACHINE_CONFIG_START( ste, ste_state )
|
|||||||
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
||||||
MCFG_CARTSLOT_NOT_MANDATORY
|
MCFG_CARTSLOT_NOT_MANDATORY
|
||||||
MCFG_CARTSLOT_INTERFACE("st_cart")
|
MCFG_CARTSLOT_INTERFACE("st_cart")
|
||||||
// MCFG_SOFTWARE_LIST_ADD("cart_list", "ste")
|
// MCFG_SOFTWARE_LIST_ADD("cart_list", "ste_cart")
|
||||||
|
|
||||||
// internal ram
|
// internal ram
|
||||||
MCFG_RAM_ADD(RAM_TAG)
|
MCFG_RAM_ADD(RAM_TAG)
|
||||||
MCFG_RAM_DEFAULT_SIZE("1M") // 1040STe
|
MCFG_RAM_DEFAULT_SIZE("1M") // 1040STe
|
||||||
MCFG_RAM_EXTRA_OPTIONS("512K") // 520STe
|
MCFG_RAM_EXTRA_OPTIONS("512K") // 520STe
|
||||||
|
|
||||||
|
// software lists
|
||||||
|
MCFG_SOFTWARE_LIST_ADD("flop_list", "st_flop")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
|
||||||
@ -2535,7 +2544,7 @@ static MACHINE_CONFIG_START( stbook, stbook_state )
|
|||||||
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
||||||
MCFG_CARTSLOT_NOT_MANDATORY
|
MCFG_CARTSLOT_NOT_MANDATORY
|
||||||
MCFG_CARTSLOT_INTERFACE("st_cart")
|
MCFG_CARTSLOT_INTERFACE("st_cart")
|
||||||
MCFG_SOFTWARE_LIST_ADD("cart_list", "st")
|
MCFG_SOFTWARE_LIST_ADD("cart_list", "st_cart")
|
||||||
|
|
||||||
/* internal ram */
|
/* internal ram */
|
||||||
MCFG_RAM_ADD(RAM_TAG)
|
MCFG_RAM_ADD(RAM_TAG)
|
||||||
|
Loading…
Reference in New Issue
Block a user