mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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)
|
||||
{
|
||||
cdp1852->intf->on_sr_changed(device, level);
|
||||
cdp1852->sr = level;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
DI0 3 | | 22 DI7
|
||||
DO0 4 | | 21 DO7
|
||||
DI1 5 | | 20 DI6
|
||||
DO1 6 | | 19 DO6
|
||||
DO1 6 | CDP1852 | 19 DO6
|
||||
DI2 7 | | 18 DI5
|
||||
DO2 8 | | 17 DO5
|
||||
DI3 9 | | 16 DI4
|
||||
|
Loading…
Reference in New Issue
Block a user