- 0 replies
- 1,358 views
- Add Reply
- 0 replies
- 1,409 views
- Add Reply
- 0 replies
- 1,610 views
- Add Reply
bsnes v0.032a released

SNES emulator
2008-05-25 - bsnes v0.032a releasedVery sorry for the inconvenience. Some last minute bugs snuck into the last release.
Also, I've added three new localizations: French (by tukuyomi), Portugese - Brazillain (by Hunter) and Russian (by Hatsuyuki). Dutch, Finnish and German should follow shortly, so be sure to check back in a week or two if you'd like one of those.
I forgot to mention this on the last update, but for any sites hosting the bsnes executable, you are free to distribute the archive with any locale you'd like. In fact, I'd prefer if you did, as it makes it easier for those who cannot read English.
Changelog:
• Windows: file open filters are now working once again
• All ports: emulation speed setting is now properly restored at startup
>> Get it HERE.
Plus4emu 1.2.6.1 released
RomCenter v3.00 rc 2

RomCenter v3.00 rc 2 is a rom manager
Get it HERE
Bugs fixed:- Missing some sql functions
- Crash when double click on empty right view
- 'loading database...' displayed at startup when no database to load
- Default path on files/new not in romcenter/datas folder
- Different font in some items in preferences window
- database name not changed after a 'database ubdate'
- Empty folder flagged 'ok'
- Missing fix actions in 'advanced' sub menus
- 'refresh all menu' diabled
- 'illegal access' sometimes when removing a rom
- 'Advanced/Remove files' does not work
- in preferences, sample folder selector enabled even if merge is checked
- Some paths actions still enabled when no romspaths are loaded
- 'maximize' not full screen on restore (tried a fix, but not tested)
- Display not refreshed after deleting empty folders
- Hourglass missing when cleaning db
- 'Del' shortcut operate as shell delete when editing the searchbox
- Can't close 'about', 'statistics' and 'dat wizard' forms with 'Esc'
- 2 columns headers captions are wrong (bad name & uppercase)
- Db clones samples status not updated after removing a sample file
- Web page info does not work
- French translation fix
Features added:
- Clean udf and intl install folder
- Scroll bar and mouse wheel in log windows
- 'Save log' button
- Log roms count before and after fix
- Add 'total items' info in status bar
- Shell 'move' files
- Pop menus disabled depending of items in db (dummies, bios...)
- 'Open data folder' menu
- Cleaned temp files after 'clean db' and 'update db'
- Replace 'S' with an icon in the 1st column of roms list header.
- 'Open backup folder' menu
- menu link to discussion forum
- menu link to donation page
- remember dat and emul path when creating/updating a db
- 'Statistics' added in menu
bsnes v0.032

bsnes v0.032 is a SNES emulator.
Get it HERE
Changelog:• Core: simplified CPU / SMP flag calculations
• Added ALSA audio output driver to Linux port [Nach]
• Improved font handling for Windows and Linux ports
• Greatly cleaned up the user interface
• Windows port now uses Unicode instead of ANSI
• Added localization support
• Config and locale files can now be placed inside bsnes executable directory for single-user mode, if desired
• Fixed crashing bug with HQ2x on Linux/amd64 port [RedDwarf, Nach]
• Hid "Power Cycle" option by default, as it is too similar to "Reset"
• Slighty tweaked program icon [FitzRoy]
• Minor code cleanups -- replaced union bitfields with templates, improved memory allocation, etc