diff options
Diffstat (limited to 'src/emu/uigfx.h')
-rw-r--r-- | src/emu/uigfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/uigfx.h b/src/emu/uigfx.h index 10fbed483a1..3fd2387b332 100644 --- a/src/emu/uigfx.h +++ b/src/emu/uigfx.h @@ -25,7 +25,7 @@ void ui_gfx_init(running_machine *machine); /* master handler */ -UINT32 ui_gfx_ui_handler(UINT32 state); +UINT32 ui_gfx_ui_handler(running_machine *machine, UINT32 state); #endif /* __UIGFX_H__ */ |