Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Average FPS on exitting mame  (Read 976 times)

0 Members and 1 Guest are viewing this topic.

DarkDraco

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 43
  • Last login:June 30, 2016, 03:42:53 pm
Average FPS on exitting mame
« on: June 02, 2007, 11:48:48 am »
How do you disable this? i looked all over the play for a command line or something to get rid of this. its really irritating me. plz help thx

SGT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1146
  • Last login:May 31, 2025, 10:10:32 pm
Re: Average FPS on exitting mame
« Reply #1 on: June 05, 2007, 09:40:38 am »
Most everyone is using a front end that hides the command window so that you never see that.  Only way I know to get rid of it would be to comment out the following line of code in video.c of the mame source files and recompile:

mame_printf_info("Average speed: %.2f%% (%d seconds)\n", 100 * final_emu_time / final_real_time, add_subseconds_to_mame_time(global.overall_emutime, MAX_SUBSECONDS / 2).seconds);

tikbalang

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:May 07, 2013, 05:04:54 pm
    • MAME BootCD's for DOS
Re: Average FPS on exitting mame
« Reply #2 on: June 05, 2007, 10:03:44 am »
add "CLS" to your batch file, after the mame line. or, if your FE supports it, you can put "CLS" as the "post_command" (which will be run after mame). gamelauncher has it.

good luck.