mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Fixed very stupid tag mistake I had introduced
This commit is contained in:
parent
c152695381
commit
aa32dab8d1
@ -462,7 +462,7 @@ static void r6532_irq(const device_config *device, int state)
|
|||||||
static void r6532_porta_w(const device_config *device, UINT8 newdata, UINT8 olddata)
|
static void r6532_porta_w(const device_config *device, UINT8 newdata, UINT8 olddata)
|
||||||
{
|
{
|
||||||
if (has_mc3417)
|
if (has_mc3417)
|
||||||
cputag_set_input_line(device->machine, "cvsd", INPUT_LINE_RESET, (newdata & 0x10) ? CLEAR_LINE : ASSERT_LINE);
|
cputag_set_input_line(device->machine, "cvsdcpu", INPUT_LINE_RESET, (newdata & 0x10) ? CLEAR_LINE : ASSERT_LINE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user