Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jessaskey/hbmame

 
 

Repository files navigation

What is HBMAME?

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.

How to compile

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.

Where can I find out more?

Licensing Information

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

About

Emulator of homebrew and hacked games for arcade hardware

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.6%
  • C 0.8%
  • Lua 0.7%
  • Python 0.2%
  • Scala 0.2%
  • HTML 0.2%
  • Other 0.3%