summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apple2e.cpp')
-rw-r--r--src/mame/drivers/apple2e.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index e051656cc5a..82a2db6a298 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -1011,7 +1011,7 @@ void apple2e_state::update_slotrom_banks()
void apple2e_state::lc_update(int offset, int access)
{
- int old_lcram = m_lcram;
+ bool old_lcram = m_lcram;
m_lcram = false;
m_lcwriteenable = false;