diff options
Diffstat (limited to 'src/devices/cpu/alto2/a2disk.cpp')
-rw-r--r-- | src/devices/cpu/alto2/a2disk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/alto2/a2disk.cpp b/src/devices/cpu/alto2/a2disk.cpp index 8075ae3ed39..f6de163d745 100644 --- a/src/devices/cpu/alto2/a2disk.cpp +++ b/src/devices/cpu/alto2/a2disk.cpp @@ -1600,7 +1600,7 @@ void alto2_cpu_device::disk_bitclk(void* ptr, INT32 arg) (void)ptr; diablo_hd_device* dhd = m_drive[m_dsk.drive]; int clk = arg & 1; - int bit = 0; + int bit; /** * The source for BITCLK and DATAIN depends on disk controller part #65 |