mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Some corrections/optimizations.
This commit is contained in:
parent
46a808f72d
commit
520c511cd0
@ -377,15 +377,9 @@ static READ8_HANDLER( videopkr_io_r )
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 0x5f:
|
||||
case 0xdf:
|
||||
{
|
||||
n_offs = ((p1 & 0xc0) << 2 ) + offset;
|
||||
valor = data_ram[offset];
|
||||
break;
|
||||
}
|
||||
case 0x5f:
|
||||
{
|
||||
n_offs = ((p1 & 0xc0) << 2 ) + offset;
|
||||
valor = data_ram[offset];
|
||||
break;
|
||||
}
|
||||
@ -617,7 +611,7 @@ static TIMER_CALLBACK(sound_t1_callback)
|
||||
|
||||
if (dc_40103 == 0)
|
||||
{
|
||||
cpunum_set_input_line(machine, 1, 0, 1);
|
||||
cpunum_set_input_line(machine, 1, 0, ASSERT_LINE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user