summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/intv/ecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/intv/ecs.c')
-rw-r--r--src/emu/bus/intv/ecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/intv/ecs.c b/src/emu/bus/intv/ecs.c
index fd953808e56..7862b1cc1e2 100644
--- a/src/emu/bus/intv/ecs.c
+++ b/src/emu/bus/intv/ecs.c
@@ -57,7 +57,7 @@ void intv_ecs_device::device_start()
astring region_tag;
m_rom = memregion(region_tag.cpy(tag()).cat(":ecs").c_str())->base();
}
- if (!m_ram.count())
+ if (m_ram.empty())
{
m_ram.resize(0x800);
}