mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
fairlight/cmi.cpp: Fix unused variable error
This commit is contained in:
parent
ec77693858
commit
697c601273
@ -1888,8 +1888,6 @@ void cmi_state::machine_reset()
|
||||
|
||||
for (int cpunum = 0; cpunum < 2; ++cpunum)
|
||||
{
|
||||
address_space *space = (cpunum == CPU_1 ? m_cpu1space : m_cpu2space);
|
||||
|
||||
/* Select A (system) spaces */
|
||||
m_cpu_active_space[cpunum] = MAPPING_A;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user