summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/bootleg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/bootleg.cpp')
-rw-r--r--src/devices/bus/nes/bootleg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/bootleg.cpp b/src/devices/bus/nes/bootleg.cpp
index 87910440771..5ae9729db14 100644
--- a/src/devices/bus/nes/bootleg.cpp
+++ b/src/devices/bus/nes/bootleg.cpp
@@ -978,7 +978,7 @@ WRITE8_MEMBER(nes_smb2j_device::write_ex)
if (offset == 2)
{
- int temp = 0;
+ int temp;
// According to hardware tests
if (data & 1)