mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
[CDP1852] Minor fixes.
This commit is contained in:
parent
2ed6f56c36
commit
0376d5359f
@ -43,6 +43,7 @@ static void set_sr_line(const device_config *device, int level)
|
|||||||
if (cdp1852->sr != level)
|
if (cdp1852->sr != level)
|
||||||
{
|
{
|
||||||
cdp1852->intf->on_sr_changed(device, level);
|
cdp1852->intf->on_sr_changed(device, level);
|
||||||
|
cdp1852->sr = level;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
DI0 3 | | 22 DI7
|
DI0 3 | | 22 DI7
|
||||||
DO0 4 | | 21 DO7
|
DO0 4 | | 21 DO7
|
||||||
DI1 5 | | 20 DI6
|
DI1 5 | | 20 DI6
|
||||||
DO1 6 | | 19 DO6
|
DO1 6 | CDP1852 | 19 DO6
|
||||||
DI2 7 | | 18 DI5
|
DI2 7 | | 18 DI5
|
||||||
DO2 8 | | 17 DO5
|
DO2 8 | | 17 DO5
|
||||||
DI3 9 | | 16 DI4
|
DI3 9 | | 16 DI4
|
||||||
|
Loading…
Reference in New Issue
Block a user