mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Merge pull request #428 from Shideravan/patch-7
Preliminary support for cd-rom images in Pippin
This commit is contained in:
commit
4bd6d18149
@ -110,6 +110,8 @@ static MACHINE_CONFIG_START( pippin, macpci_state )
|
||||
MCFG_SOUND_ROUTE( 1, "rspeaker", 1.00 )
|
||||
|
||||
MCFG_CDROM_ADD("cdrom")
|
||||
MCFG_CDROM_INTERFACE("pippin_cdrom")
|
||||
MCFG_SOFTWARE_LIST_ADD("cd_list","pippin")
|
||||
|
||||
MCFG_RAM_ADD(RAM_TAG)
|
||||
MCFG_RAM_DEFAULT_SIZE("32M")
|
||||
|
Loading…
Reference in New Issue
Block a user