summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i960/i960.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i960/i960.h')
-rw-r--r--src/devices/cpu/i960/i960.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/i960/i960.h b/src/devices/cpu/i960/i960.h
index a5592e0f96e..4375ebed4fc 100644
--- a/src/devices/cpu/i960/i960.h
+++ b/src/devices/cpu/i960/i960.h
@@ -108,8 +108,8 @@ private:
struct {
uint32_t t1,t2 = 0;
int index,size = 0;
- bool burst_mode = 0;
- bool iswriteop = 0;
+ bool burst_mode = false;
+ bool iswriteop = false;
}m_stall_state;
bool m_stalled;