Fixed arcadia games.

This commit is contained in:
Aaron Giles 2008-12-12 15:32:23 +00:00
parent 88bd536416
commit b774fabe1a
2 changed files with 3 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static const custom_sound_interface amiga_custom_interface =
static const cia6526_interface cia_0_intf =
{
amiga_cia_0_irq, /* irq_func */
AMIGA_68000_NTSC_CLOCK, /* clock */
AMIGA_68000_NTSC_CLOCK / 10, /* clock */
0, /* tod_clock */
{
{ arcadia_cia_0_porta_r, arcadia_cia_0_porta_w }, /* port A */

View File

@ -282,6 +282,8 @@ static void amiga_m68k_reset(const device_config *device)
logerror("Executed RESET at PC=%06x\n", cpu_get_pc(space->cpu));
/* Initialize the various chips */
devtag_reset(device->machine, CIA8520, "cia_0");
devtag_reset(device->machine, CIA8520, "cia_1");
custom_reset();
autoconfig_reset();