diff options
Diffstat (limited to 'src/emu/ui/devopt.c')
-rw-r--r-- | src/emu/ui/devopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/devopt.c b/src/emu/ui/devopt.c index 0bf4e5f40c3..75b6c899576 100644 --- a/src/emu/ui/devopt.c +++ b/src/emu/ui/devopt.c @@ -110,7 +110,7 @@ void ui_menu_device_config::populate() strcatprintf(str,"%d " UTF8_MULTIPLY " %d (%s) %f" UTF8_NBSP "Hz\n", visarea.width(), visarea.height(), (machine().system().flags & ORIENTATION_SWAP_XY) ? "V" : "H", - ATTOSECONDS_TO_HZ(screen->frame_period().attoseconds)); + ATTOSECONDS_TO_HZ(screen->frame_period().attoseconds())); } } } |