mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
- Fixed MAMETesters 04612: All sets in aleck64.c: Crash before OK [MooglyGuy]
This commit is contained in:
parent
49f15acb7d
commit
6d7d5f9b5c
@ -837,6 +837,8 @@ static MACHINE_CONFIG_START( aleck64, _n64_state )
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1.0)
|
||||
MCFG_SOUND_ADD("dac2", DMADAC, 0)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1.0)
|
||||
|
||||
MCFG_N64_PERIPHS_ADD("rcp");
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
static DRIVER_INIT( aleck64 )
|
||||
|
Loading…
Reference in New Issue
Block a user