summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/info.c')
-rw-r--r--src/emu/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.c b/src/emu/info.c
index 2c9be82fe82..72d77c1acb8 100644
--- a/src/emu/info.c
+++ b/src/emu/info.c
@@ -744,7 +744,7 @@ static void print_game_display(FILE *out, const game_driver *game, const machine
/* and had raw parameters specified */
if ((scrconfig->type != SCREEN_TYPE_VECTOR) && !scrconfig->defstate.oldstyle_vblank_supplied)
{
- int pixclock = scrconfig->defstate.width * scrconfig->defstate.height
+ int pixclock = scrconfig->defstate.width * scrconfig->defstate.height
* ATTOSECONDS_TO_HZ(scrconfig->defstate.refresh);
fprintf(out, " pixclock=\"%d\"", pixclock);