pleasuredome

retro arcade


Project maintained by pleasuredome Hosted on GitHub Pages — Theme by mattgraham

HBMAME Sets & Datfiles

Kindly share with others what others so kindly shared with you!
All zipfiles in the sets are TorrentZipped.
If you already have a previous set, simply join the new set by pointing at the content of your previous set.
In order to reproduce the full sets with any Rom Manager, it’s highly recommended to use the published datfiles.
HBMAME CHDs and rollback CHDs can be rebuilt or cherry-picked from the current MAME CHDs set.

HBMAME Update sets:

HBMAME - Update ROMs
Set: HBMAME - Update ROMs (v0.245.17 to v0.245.18)
Datfile: HBMAME - Update ROMs (v0.245.17 to v0.245.18)

HBMAME BIOS and Devices sets:

HBMAME ROMs (bios-devices) unchanged
Set: HBMAME 0.245.12 ROMs (bios-devices)
Datfile: HBMAME 0.245.18 ROMs (bios-devices)

First, the BIOS set: Some arcade machines shared a common hardware platform, such as the Neo-Geo arcade hardware. As the main board had data necessary to start up and self-test the hardware before passing it off to the game cartridge, it’s not really appropriate to store that data as part of the game ROM sets.
Instead, it is stored as a BIOS image for the system itself (e.g. NEOGEO.ZIP for Neo-Geo games)

Secondly, the device set. Frequently the arcade manufacturers would reuse pieces of their designs multiple times in order to save on costs and time.
Some of these smaller circuits would reappear in later boards that had minimal common ground with the previous boards that used the circuit, so you couldn’t just have them share the circuit/ROM data through a normal parent/clone relationship. Instead, these re-used designs and ROM data are categorized as a Device, with the data stored as a Device set. For instance, Namco used the Namco 51xx custom I/O chip to handle the joystick and DIP switches for Galaga and other games, and as such you’ll also need the NAMCO51.ZIP device set as well as any needed for the game.

These sets come in handy specifically when you collect PARTIAL sets of the merged or split kind - OR if you collect JUST the SL ROMs set, and NOT the MAME ROMs set at all.

HBMAME full sets:

HBMAME ROMs
Set: HBMAME 0.245.18 ROMs (merged)
Datfile: HBMAME 0.245.18 ROMs (merged)

HBMAME CHDs
Datfile: HBMAME 0.245.18 CHDs (merged)
Datfile (dir2dat): HBMAME 0.245.18 CHDs (merged) (dir2dat)

HBMAME Rollback full sets:

HBMAME Rollback ROMs
Set: HBMAME 0.245.18 Rollback ROMs
Datfile: HBMAME 0.245.18 Rollback ROMs

HBMAME Rollback CHDs
Datfile: HBMAME 0.245.18 Rollback CHDs
Datfile (dir2dat): HBMAME 0.245.18 Rollback CHDs (dir2dat)
HBMAME datfile archive

Guide:

MAME ROMs Set Creation using a dir2dat

Merging explained:

split:
A split set is one where the parent set contains all of the normal data it should, and the clone sets contain only what has changed as compared to the parent set.
This saves some space, but isn’t quite as efficient as a merged set.
The clone sets can’t operate without their parent set.
Remark: The parent and clones in split sets DO NOT include BIOS or DEVICE files - they are separate files within the set (An example would be 100lions (No BIOS in the parent) and Galaga (No device file in the parent) - This is per MAME design

merged:
A merged set takes the parent set and one or more clone sets and puts them all inside the parent set’s storage.
To use the existing Pac-Man example, combining the Puckman, Midway Pac-Man (USA) sets, along with various bootleg versions– and combining it all into PUCKMAN.ZIP, would be making a merged set.
Remark: The parent games in a merged set DO NOT include BIOS or DEVICE files - they are separate files within the set (An example would be 100lions (No BIOS in the parent) and Galaga (No device file in the parent) - This is per MAME design

non-merged:
A non-merged set is one that contains absolutely everything necessary for a given game to run in one ZIP file.
Remark: Even though Non-Merged games -normally- DO NOT include BIOS or DEVICE files within the game, in the case of the PD non-merged set we DO include these within the game, which ensures that every single game can be copied and ran as individual game without the need of any extra files.
This makes a set like this ideal for splitting up on a per-game-basis. The non-merged set is ideal for those people that work on Arcade PCBs as ALL roms/devices/bios files are contained within the game. This set is also great for those that for instance create their own arcade cabinets and want to copy only very specific games to their PC/Rapsberry/Other, the game.zip file contain all the files needed, no more searching for the dependent parent files, BIOS files, device files - just copy galaga.zip and you are set.
Pick individual games from this set if you are not intending to download a complete ROM set.