diff options
Diffstat (limited to 'src/mame/drivers/hp95lx.cpp')
-rw-r--r-- | src/mame/drivers/hp95lx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/hp95lx.cpp b/src/mame/drivers/hp95lx.cpp index 5a9bf6ac2b5..c160b251167 100644 --- a/src/mame/drivers/hp95lx.cpp +++ b/src/mame/drivers/hp95lx.cpp @@ -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); |