mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
poly88: Correct USART interrupt vector (nw)
This commit is contained in:
parent
5ffe45d37b
commit
9591717732
@ -195,7 +195,7 @@ WRITE_LINE_MEMBER(poly88_state::usart_ready_w)
|
||||
{
|
||||
if (state)
|
||||
{
|
||||
m_int_vector = 0xdf;
|
||||
m_int_vector = 0xe7;
|
||||
m_maincpu->set_input_line(0, HOLD_LINE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user