diff options
author | 2015-06-30 09:02:11 -0500 | |
---|---|---|
committer | 2015-07-08 23:37:59 -0500 | |
commit | 8db46d73a25701178d8acc93510a6e81a86b3c4b (patch) | |
tree | 9248dd9388fb86f64be05e7d9c06b20f1bb3950c /src/mess/drivers/dectalk.c | |
parent | 1a32c4b76007999073b353532f74e7acee4b0491 (diff) |
more pedantic fixes (NW)
Diffstat (limited to 'src/mess/drivers/dectalk.c')
-rw-r--r-- | src/mess/drivers/dectalk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/dectalk.c b/src/mess/drivers/dectalk.c index 18951addb19..1935e4133e4 100644 --- a/src/mess/drivers/dectalk.c +++ b/src/mess/drivers/dectalk.c @@ -349,7 +349,7 @@ WRITE_LINE_MEMBER(dectalk_state::dectalk_duart_irq_handler) m_maincpu->set_input_line_and_vector(M68K_IRQ_6, state, M68K_INT_ACK_AUTOVECTOR); //drvstate->m_maincpu->set_input_line_and_vector(M68K_IRQ_6, CLEAR_LINE, M68K_INT_ACK_AUTOVECTOR); //drvstate->m_maincpu->set_input_line_and_vector(M68K_IRQ_6, HOLD_LINE, vector); -}; +} READ8_MEMBER(dectalk_state::dectalk_duart_input) { |