diff options
| author | 2015-12-26 10:27:03 +0100 | |
|---|---|---|
| committer | 2015-12-26 10:27:03 +0100 | |
| commit | a546ea128238feaa616451ed7b7f4fe389dd1460 (patch) | |
| tree | 7ef7ce818fbf2ca1b6460d7c30554072c4056793 /src/devices/machine/z80scc.cpp | |
| parent | 2d00b8653dcaf9222721bc9fd995c1c1cc739c83 (diff) | |
cleanup (nw)
Diffstat (limited to 'src/devices/machine/z80scc.cpp')
| -rw-r--r-- | src/devices/machine/z80scc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/z80scc.cpp b/src/devices/machine/z80scc.cpp index b95116f03c1..d2aa4a5f5bd 100644 --- a/src/devices/machine/z80scc.cpp +++ b/src/devices/machine/z80scc.cpp @@ -425,10 +425,10 @@ UINT8 z80scc_device::modify_vector(UINT8 vec, int i, UINT8 src) void z80scc_device::trigger_interrupt(int index, int state) { UINT8 vector = m_chanB->m_wr2; - UINT8 source = 0; + UINT8 source; int priority; - int prio_level = 0; + int prio_level; LOG(("%s %s:%c %d \n",FUNCNAME, tag(), 'A' + index, state)); |
