diff options
author | 2017-01-22 15:22:35 +1100 | |
---|---|---|
committer | 2017-01-22 15:37:37 +1100 | |
commit | edf64df1db1e1493e6980b79c38c4db744e23cea (patch) | |
tree | a26302d6f41d7de07e25372da5c5d46cdd893e8f /src/mame/drivers/micro20.cpp | |
parent | 32ab35fa06fa81b0ceebb6e832858343bbc3f488 (diff) |
srcclean (nw)
Diffstat (limited to 'src/mame/drivers/micro20.cpp')
-rw-r--r-- | src/mame/drivers/micro20.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/micro20.cpp b/src/mame/drivers/micro20.cpp index 8365956a3c5..8f4f9b7f7f5 100644 --- a/src/mame/drivers/micro20.cpp +++ b/src/mame/drivers/micro20.cpp @@ -55,7 +55,7 @@ public: DECLARE_WRITE_LINE_MEMBER(h4_w); DECLARE_WRITE8_MEMBER(portb_w); DECLARE_WRITE8_MEMBER(portc_w); - + DECLARE_WRITE_LINE_MEMBER(timerirq_w) { m_maincpu->set_input_line(M68K_IRQ_4, state); |