diff options
Diffstat (limited to 'src/emu/drawgfx.c')
-rw-r--r-- | src/emu/drawgfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drawgfx.c b/src/emu/drawgfx.c index 3132039aa11..c5701def17e 100644 --- a/src/emu/drawgfx.c +++ b/src/emu/drawgfx.c @@ -81,7 +81,7 @@ INLINE INT32 normalize_yscroll(bitmap_t *bitmap, INT32 yscroll) void gfx_init(running_machine *machine) { - const gfx_decode_entry *gfxdecodeinfo = machine->config->m_gfxdecodeinfo; + const gfx_decode_entry *gfxdecodeinfo = machine->config().m_gfxdecodeinfo; int curgfx; /* skip if nothing to do */ |