HBMAME stands for Home Brew MAME. It runs on Windows 7 SP1 or later.
HBMAME has 2 purposes: Firstly is to preserve homebrew games written for arcade machines or arcade emulators. Secondly is to include worthwhile hacks of arcade games. All the documentation of the hardware can be found in the MAME source.
make TARGET=hbmame SYMBOLS=0 NO_SYMBOLS=1 DEPRECATED=0
or
make TARGET=hbmame OSD=winui SYMBOLS=0 NO_SYMBOLS=1 DEPRECATED=0
For HBMAMEUI, you must use GCC 10.1 - later versions will compile but crash at start.
- Official HBMAME site
- Forum (bug reports go here too)
Information about the MAME content can be found at https://github.com/mamedev/mame/blob/master/README.md
Information about the license can be found in COPYING
Information about the WINUI portion can be found at https://github.com/Robbbert/mameui/blob/master/docs/winui_license.txt