apple2e.cpp: fix typo [nw]

This commit is contained in:
Peter Ferrie 2017-03-01 10:35:54 -08:00
parent 6dfa1274b9
commit 85b9ebd5cd

View File

@ -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;