Fixed 04428: All sets in balsente.c: Audio/Sound is malfunctioning or completely missing.

This commit is contained in:
Scott Stone 2011-07-12 21:13:45 +00:00
parent 4a09b1f302
commit ff0d52a4f6

View File

@ -1193,7 +1193,7 @@ static const cem3394_interface cem_interface =
static MACHINE_CONFIG_START( balsente, balsente_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, XTAL_20MHz/4) /* xtal verified but not speed */
MCFG_CPU_ADD("maincpu", M6809, XTAL_20MHz/16) /* xtal verified but not speed */
MCFG_CPU_PROGRAM_MAP(cpu1_map)
MCFG_CPU_VBLANK_INT("screen", balsente_update_analog_inputs)