summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68681.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68681.cpp')
-rw-r--r--src/devices/machine/mc68681.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68681.cpp b/src/devices/machine/mc68681.cpp
index c7abec82b46..00b38347285 100644
--- a/src/devices/machine/mc68681.cpp
+++ b/src/devices/machine/mc68681.cpp
@@ -878,7 +878,7 @@ void mc68681_channel::update_interrupts()
UINT8 mc68681_channel::read_rx_fifo()
{
- UINT8 rv = 0;
+ UINT8 rv;
// printf("read_rx_fifo: rx_fifo_num %d\n", rx_fifo_num);