diff --git a/fbahelpfilesrc/dialog_rom_paths.htm b/fbahelpfilesrc/dialog_rom_paths.htm index 4f5a690e2..7268fa40a 100644 --- a/fbahelpfilesrc/dialog_rom_paths.htm +++ b/fbahelpfilesrc/dialog_rom_paths.htm @@ -21,7 +21,7 @@

The last ten folders (numbers 11 to 20) are special supplementary cases. Usually FB Alpha will take the first file for a rom it finds and ignore any in the later folders. Any files placed in the last ten folders will be searched as well as the first file found. So, if you have some roms that require extra files than that found in MAME (the Neo-Geo bios is a good example), then you could put the extra files in ones of these folders.

-

It is recommended to put the console (Megadrive/PC-Engine/Sega SG-1000/Colecovision/Master System/Game Gear) games in one of these special paths to prevent conflicts. Although, internally, FB Alpha uses an md_ prefix for the Megadrive games shortnames, either a pce_, tg_, or sgx_ prefix for PC-Engine games shortnames, cv_ for Colecovision game shortnames, sg1k_ for Sega SG-1000 game shortnames, sms_ for Sega Master System game shortnames, and gg_ for Sega Game Gear game shortnames this prefix should not be applied to the zipfiles the roms are stored in. This means you can point some of the supplementary rom paths at your MESS software list folder(s) for Megadrive, PC-Engine, TurboGrafx 16, SuperGrafx, ColecoVision, Sega SG-1000, Sega Master System or Game Gear and you're done.

+

It is recommended to put the console (Megadrive/PC-Engine/Sega SG-1000/Colecovision/Master System/Game Gear/MSX1) games in one of these special paths to prevent conflicts. Although, internally, FB Alpha uses an md_ prefix for the Megadrive games shortnames, either a pce_, tg_, or sgx_ prefix for PC-Engine games shortnames, cv_ for Colecovision game shortnames, sg1k_ for Sega SG-1000 game shortnames, sms_ for Sega Master System game shortnames, gg_ for Sega Game Gear game shortnames, and msx_ for MSX 1 game shortnames this prefix should not be applied to the zipfiles the roms are stored in. This means you can point some of the supplementary rom paths at your MESS software list folder(s) for Megadrive, PC-Engine, TurboGrafx 16, SuperGrafx, ColecoVision, Sega SG-1000, Sega Master System, Game Gear, MSX and you're done.

DO NOT ASK US WHERE TO FIND ROMS. They are copyrighted and we can't help you.

diff --git a/fbahelpfilesrc/intro.htm b/fbahelpfilesrc/intro.htm index 8b509805d..f1441e4c3 100644 --- a/fbahelpfilesrc/intro.htm +++ b/fbahelpfilesrc/intro.htm @@ -24,21 +24,23 @@
  • Capcom CPS-2
  • Capcom CPS-3
  • Cave
  • -
  • Data East DEC-0, DEC-8 and DECO IC16 based games
  • +
  • Data East DEC-0, DEC-8, Cassette System, DECO IC16 and DECO-32 based games
  • Galaxian based hardware
  • Irem M62, M63, M72, M90, M92 and M107 hardware
  • Kaneko 16
  • Konami
  • +
  • Namco Mappy, System 86, System 1 & 2 and others
  • Neo-Geo
  • NMK16
  • Pacman based hardware
  • PGM
  • Psikyo 68EC020 and SH-2 based hardware
  • Sega System 1, System 16 (and similar), System 18, X-Board and Y-Board
  • +
  • Seta-Sammy-Visco (SSV) based hardware
  • Super Kaneko Nova System
  • Toaplan 1
  • Toaplan 2
  • -
  • Taito F2, X, Z and others
  • +
  • Taito F2, F3, X, Z and others
  • Miscellaneous drivers for lots of other hardware
  • diff --git a/fbahelpfilesrc/menu_misc.htm b/fbahelpfilesrc/menu_misc.htm index 2f19b8e89..4633e0db0 100644 --- a/fbahelpfilesrc/menu_misc.htm +++ b/fbahelpfilesrc/menu_misc.htm @@ -37,6 +37,9 @@ Set application thread priority Set the applications thread priority. Set it to higher to go faster, or lower to be more co-operative with multi-tasking windows apps. +Enable high resolution system timer +Enables the high resolution system timer, helps with frame timing at the microsecond level, but at the expense of slightly higher cpu usage. + Save high scores when supported Enable this to turn on high score saving. See the Support File Path Dialog section for more information. diff --git a/fbahelpfilesrc/menu_video.htm b/fbahelpfilesrc/menu_video.htm index 0be90d5fa..3eef3bf75 100644 --- a/fbahelpfilesrc/menu_video.htm +++ b/fbahelpfilesrc/menu_video.htm @@ -76,6 +76,9 @@ Enable VSync (Windowed) Enabling this will help to eliminate tearing in Windowed mode but you may see slightly juttering scrolling. +Enable DWM Sync (Windowed) +Alternate VSync method, for Windows 7 - 10 with slightly better frame timing depending on the system. It is suggested that you use this along with setting your desktop video mode to 60hz to eliminate microstutter issues. The high resolution system timer option under Misc -> Options may also help. + Auto frameskip This will skip frames in the video output if necessary to keep the game running at fullspeed. This is only necessary for slower computers but it is recommended to leave it on for all computers.