summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/esqpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/esqpanel.cpp')
-rw-r--r--src/mame/machine/esqpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/esqpanel.cpp b/src/mame/machine/esqpanel.cpp
index 0010a126658..00cb3999103 100644
--- a/src/mame/machine/esqpanel.cpp
+++ b/src/mame/machine/esqpanel.cpp
@@ -699,7 +699,7 @@ bool esqpanel2x40_vfx_device::write_contents(std::ostream &o)
m_vfd->write_contents(o);
for (int i = 0; i < m_light_states.size(); i++)
{
- o.put(0xff);
+ o.put(char(0xff));
o.put((m_light_states[i] << 6) | i);
}
return true;