- 0 replies
- 1,725 views
- Add Reply
- 0 replies
- 1,609 views
- Add Reply
- 0 replies
- 1,613 views
- Add Reply
uBee512 4.3.0 released

uBee512 v4.3.0
New for this release:
* Added Dreamdisk model emulation.
* Added '2mhzdd' model parameter for 2MHz Dreamdisk model.
* Added 'dd' model parameter for 3.375MHz Dreamdisk model.
Changes:
* The --side1as0 option now only has an affect used when formatting a disk.
* Changes to libdskrc.sample to include the Dreamdisk formats.
* Inclusion of patches for LibDsk and z80ex.
* roms.alias, roms.md5 and disk.alias updated to reflect Dreamdisk model addition.
Fixed:
* Fixed --hddx-close options, incorrect index was being used.
Get it here:
DCexel 2009-08 released
ClrMamePro 3.130 released

Rom Manager. Get it HERE.
A somehow "in between" release. Since I'm currently preparing a house move I better release what I got at the moment....
added:
1st part of the upcoming new toy "Rename Wizard".
You may know about the major set renames in latest MAME, well the Rename Wizard should help you in the future to update e.g. related datfiles (like artwork datfiles, etc...). The basic idea is: Load an old datfile and a new datfile. Find set renames. Apply the renames to a third datfile (e.g. artwork) either to rom or set level and save this dat. So the 1st step is to find set renames.
Logiqx's MAMEDIFF is usually used for such a thing but MAMEDIFF isn't as accurate as you might think. So Logiqx and myself though about other ways to find renames. The current idea is a 6-path check (from highest to lowest prio).
1) unique set hash compare: Hash is created over all rom/disk hashes and in case of nodumps or samples over names. Hash lookup tries to find a matching set.
2) single unique rom hash compare: Take a single unique rom hash of old datfile set and check if it's a single unique hash in new datfile. Use this to find a matching set
3) single unique chd hash compare: similar to 2) but on chds
4) fuzzy name check: similar to cmpro's scanner set name check. Tries to find the 'best fit' name
5) lazy description compare: try to match the descriptions
6) lazy set compare: try to match the setname
Currently a complete set list is produced showing something like:
old name -> new name [succeeded matching method] or *old name -> new name [succeeded matching method] or old name -> ? (when no match was found....propably a removed set) The * indicates a name change.
This part is already in...you can play around with it if you like.
The next steps will be:
- optionally disallow parent-to-clone renames (since a lot of dats work on parent sets only)
- load and apply changes on 3rd datfile
The Rename Wizard is not directly visible at the moment...but still easy to find. Check out popup menus if you want to know more ABOUT it.
added: warning when 'Sets' scan option is not enabled
added: dir2dat option to create a 0 byte file for empty folders
misc: show common rebuilder warnings only once and not per addpath
misc: improved fuzzy set name check
fixed: xml dats with UTF ByteOrderMark aren't listed in profiler
fixed: when using header support, rom size values are wrong
fixed: offline datfiles 0 crc/ 0 size issue
MAME4ALL WIZ 2.4 released

Get it HERE.
- Added full image scaling (Rampage, Popeye, Super Sprint, etc).Horizontal scaling with linear filtering is still used internally when applicable.
- More Neo·Geo games are playable, e.g. Art of Fighting 3, Fatal Fury and Pulstar.
Still some games run in the GP2X and not in the WIZ due to lack of memory.
(blazstar, kof96, mslug2, ninjamas, ragnagrd, rbff1 and shocktro)
- Upper memory is used as primary memory for all memory allocations. If the upper memory
is full, the Linux memory is used instead. Strangely the emulator is faster using this
approach and it avoids lock-ups.
- No more lock-ups when exiting from games to the frontend (e.g. Out Run, Shinobi, etc).
GP32 and DINGOO ports have been done by Slaanesh.