mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
Adding preliminary support for cd-rom in 3do_m2
Also, compatibility with 3do_m2 softwarelist
This commit is contained in:
parent
f80a65b5a5
commit
ea464791ea
@ -191,7 +191,7 @@ Notes:
|
||||
#include "emu.h"
|
||||
#include "cdrom.h"
|
||||
#include "cpu/powerpc/ppc.h"
|
||||
|
||||
#include "imagedev/chd_cd.h"
|
||||
|
||||
struct CDE_DMA
|
||||
{
|
||||
@ -1187,6 +1187,11 @@ static MACHINE_CONFIG_START( m2, konamim2_state )
|
||||
|
||||
MCFG_PALETTE_ADD_RRRRRGGGGGBBBBB("palette")
|
||||
|
||||
/*cd-rom*/
|
||||
MCFG_CDROM_ADD( "cdrom" )
|
||||
MCFG_CDROM_INTERFACE("3do_m2_cdrom")
|
||||
|
||||
MCFG_SOFTWARE_LIST_ADD("cd_list","3do_m2")
|
||||
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user