diff options
| author | 2008-02-28 06:20:19 +0000 | |
|---|---|---|
| committer | 2008-02-28 06:20:19 +0000 | |
| commit | b96aa2fb5c79372b71b4d06c245eb9272c61a7ca (patch) | |
| tree | fff82b077406645bc474505c70aa9ea0e26b18c4 /src/emu/info.c | |
| parent | 4741ad3a7e46eb169fa714a4b62814651878053c (diff) | |
Spacing and version bump.mame0123u3
Diffstat (limited to 'src/emu/info.c')
| -rw-r--r-- | src/emu/info.c | 2 |
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); |
