mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(MESS) added softlist for Archimedes disks. [Riley110, Fabio Priuli]
This commit is contained in:
parent
b0797faba0
commit
89e9de5987
2 changed files with 2671 additions and 0 deletions
2669
hash/archimedes.xml
Normal file
2669
hash/archimedes.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -383,6 +383,8 @@ static MACHINE_CONFIG_START( a310, a310_state )
|
|||
MCFG_FLOPPY_DRIVE_ADD("fdc:0", a310_floppies, "35dd", a310_state::floppy_formats)
|
||||
MCFG_FLOPPY_DRIVE_ADD("fdc:1", a310_floppies, "35dd", a310_state::floppy_formats)
|
||||
|
||||
MCFG_SOFTWARE_LIST_ADD("flop_list", "archimedes")
|
||||
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
MCFG_SOUND_ADD("dac0", DAC, 0)
|
||||
MCFG_SOUND_ROUTE(0, "mono", 0.10)
|
||||
|
|
Loading…
Reference in a new issue