fix compile on gcc 8.2.0 64-bit win (nw)

This commit is contained in:
Lord-Nightmare 2018-12-03 13:27:10 -05:00
parent 9b5357da53
commit 828294de32

View File

@ -416,6 +416,7 @@ WRITE8_MEMBER(hp95lx_state::f300_w)
{
address_map_bank_device *mapper;
const char *mapname;
mapper = m_bankdev_e000; // appease GCC 'may be used uninitialized'
LOG("%s: IO %04x <- %02x\n", machine().describe_context(), 0xf300 + offset, data);