mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
Fixed arcadia games.
This commit is contained in:
parent
88bd536416
commit
b774fabe1a
@ -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 */
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user