mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
apple2e.cpp: fix typo [nw]
This commit is contained in:
parent
6dfa1274b9
commit
85b9ebd5cd
@ -1011,7 +1011,7 @@ void apple2e_state::update_slotrom_banks()
|
|||||||
|
|
||||||
void apple2e_state::lc_update(int offset, int access)
|
void apple2e_state::lc_update(int offset, int access)
|
||||||
{
|
{
|
||||||
int old_lcram = m_lcram;
|
bool old_lcram = m_lcram;
|
||||||
|
|
||||||
m_lcram = false;
|
m_lcram = false;
|
||||||
m_lcwriteenable = false;
|
m_lcwriteenable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user