mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
(nw) v1050 : fixed regression
This commit is contained in:
parent
4cf61dca79
commit
7cfb828456
@ -160,6 +160,7 @@ Notes:
|
||||
|
||||
void v1050_state::set_interrupt(int line, int state)
|
||||
{
|
||||
line ^= 7;
|
||||
if (state)
|
||||
{
|
||||
m_int_state |= (1 << line);
|
||||
|
Loading…
Reference in New Issue
Block a user