본문 바로가기

EMULATOR/FBA / Shuffle

Fba shuffle 2.0 test (20110409) - 64비트 포함




-------------------------------------
about some features of FBA shuffle
-------------------------------------
- added AVI recorder and input macro. [Gangta, emufan]
- added support translated game name list in game selection dialog. [Sho, 800]
  you can import game names from mamep.lst while exporting gamelist. (put mamep.lst under fbas.exe or config dir)
- added IPS v4 support from MAMEPlus!. (Thanks to Emuman, emufan)
- added image menu from MAMEPlus!. (Thanks to Emuman, kkez)
- added select background image and select random image functions.
- added set misc paths and improved UI for game selection dialog.
- added save preset and save default input mapping, file is saved in config/presets.
- added some custom images in .\res folder, you can replace these images with what you like.
- added display score, select, gameover, boss snapshot to game selection dialog.
  (http://www.progettoemma.net/snaps/)
- added support archived preview image (zip or 7z).
  (name it: snap, titles, flyers, score, select, boss, gameover. ext = zip/7z).
- added load cheat from archive file (name it: cheat.zip/7z), also added cheat select/reload.
- added filters in game selection dialog. (it also can filter the custom translated game names)
  (type "lamer" in the filter and it will show unavailable/missing sets)
  you can edit "user-filter" value in fbas.xml to define your filter string, separate with semicolon.
- added save favorite games (the file is in config/favorites.ini).
- added "Undo" for input recordings, "Rewind" for input recording playback. [blip]
- added adjustable emulation speeds (shift + +/-) and frame counter display. [blip]
- added a simple jukebox for neogeo, cps1/2 games. (Thanks to CaptainCPS-X, iq_132)
  (put sound.dat of caname in .\config folder with UTF-8 encode)
- added 7-Zip support. (http://www.7-zip.org/)
- added XAudio2 sound output. (need install new DirectX runtime/SDK)
- added OpenAL sound output.
- added OpenGL, GDI, Direct2D video output.
- added select audio device and select display adapter.
- added autofire support, you can set the autofire delay value in input mapping dialog.
  (autofire only affects normal buttons, doesn't support direction and macro buttons)
- added custom button feature. (Map Game Inputs ==> Custom buttons)
- added configurable hotkeys. (Thanks to mauzus)
- changed the emulator will not depend on kailleraclient.dll.
  You can put kailleraclient.dll in the same directory as the emulator if you want to netplay.
- changed all romsets to match MAME Plus!.
- removed many rarely-used features from official FBA.
- Many thanks to OopsWare (http://oopsware.googlepages.com/) for porting PGM, CPS3 and many other drivers to FBA.

+ Shortcuts (you can configure hotkeys from menu Settings==>Hotkeys...):
 Some default shortcuts:
 Space           = Fastforward emulation while held down.
 Backspace       = Show FPS in game.
 Ctrl + F1       = Open cheat in game.
 F2 / F3         = Open DIPS in game / reset game.
 F5 / Ctrl+F5    = Map game inputs / Set DIPS.
 F8 / F11        = Active previous / next save state slot.
 F9 / F10        = Load / Save state from active slot.
 F12             = Save snapshot.
 Alt + 1/2/3/4/5 = Adjust window size.
 Alt + P/R/T     = Play / Record / Stop input replay/record.
 Alt + V/E       = Record / Stop AVI recording.
 Alt + +/-       = Sound volume up/down.
 Shift + +/-     = Adjust emulation speed.
 Alt + Pageup    = Switch previous filter.
 Alt + Pagedown  = Switch next filter.
 Ctrl + F        = Fake fullscreen.

+ Commandline interface:
 fba -g <game> [-listxml|-w|-r <width>x<height>|-d <depth>|-ips]
 <game> = The game's romname. You can specify the filename of a savestate or input recording instead.
 -w     = Run in a window instead of fullscreen.
 -r     = Specify a resolution.
 -d     = Specify a depth (16 or 32).
 -ips   = Apply patches which have been configured.
 If neither -a nor -r are specified, the default fullscreen resolution is used. Examples:
 fba -g sfa3 -r 800x600 -d 32 -ips
 fba -g awesome_sfzch_recording.fr -w
 fba -g vsav2 -w

+ tips for naming FBA preview images.
  the preview image in game selection dialog can be displayed circularly
  (the default cycletime is 2.5 seconds) if you named them correctly, for example:
  in official FBA, name them like: mvsc.png, mvsc-p02.png, mvsc-p03.png...
  in FBA shuffle and FBA v0.2.95.27 name them like: mvsc.png, mvsc [02].png, mvsc [03].png...
  the MD games image is placed in previews\MD, titles\MD, flyers\MD.
+ read official FBA readme for more usage/optimization tips.

* The maintainers of FBA shuffle: KOF2112, Leaf, Creamymami.
* Please do not send any reports from this build to the FBA team.
* Thanks to all the men we mentioned in the changelog.
* FBA shuffle google code page: http://code.google.com/p/fbashuffle/

-------------------------------------------------------------
 FB Alpha site: http://fba.emuunlim.com/
 EGCG forum: http://www.egcg.com.cn/bbs/
 MAWS site: http://www.mameworld.net/maws/
 progetto EMMA site: http://www.progettoemma.net/
 MAME Plus! site: http://mameicons.free.fr/mame32p/
-------------------------------------------------------------


---------------------------
Changelog for FBA shuffle
---------------------------

----------------------
- v2.0.0  2011-xx-xx -
----------------------
- changed fba shuffle version to 2.0.
- separated burn library to dll. (you can select different dll from "Help" menu)
- separated pixel filters to dll.
- added Lord of Gun and Alien Challenge driver. [iq_132]
- added Success Joe driver. [iq_132]
- added Varia Metal driver. [iq_132]
- corrected fps for some pgm games.
- fixed demo of olds.
- fixed game running after window reactive if pause manually.
- fixed cpu usage after exit game if filter is enabled.
- fixed create kaillera game list.
- fixed image scale in fake fullscreen mode.
- added custom button feature. (Map Game Inputs ==> Custom buttons)
- added log window to show emulation debug information. (change log="true" in fbas.xml to enable log)
- added GDI video output.
- added Direct2D video output. (require win7 or vista sp2)
- adjusted config file structure.
- changed cheat, game config, favorite, gamelist file to xml.
  (you can use banunu, a tool of fba shuffle to convert old ini files)
- changed some default settings.
- improved keyboard focus for gamelist dialog.
- mamep.lst must be saved as utf8(bom) for exporting local gamelist.
- removed unstable simple jukebox, M1 is the best choice to play sounds of games.
- updated libpng library to 1.5.3. (http://libpng.sourceforge.net)
- source code cleanup & optimization.
- updated romsets to match MAME 0.142.



64비트용 에뮬도 같이 들어 있습니다.
또한, Test가 붙은것으로 보아..버그가 있을수도 있습니다.