blob: 7cc712bf36561b7b487e5483c0210361b3277a72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
What is HBMAME?
===============
HBMAME stands for Home Brew MAME.
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
```
or
```
make TARGET=hbmame OSD=winui
```
Where can I find out more?
==========================
* [Official MAME Development Team Site](http://mamedev.org/) (includes binary downloads for MAME and MESS, wiki, forums, and more)
* [Official HBMAME site](http://hbmame.1emulation.com/)
* [Forum](http://www.mameworld.info/ubbthreads/postlist.php?Cat=&Board=misfitmame) (bug reports go here too)
Licensing Information
=====================
Information about the MAME content can be found at https://github.com/mamedev/mame/blob/master/README.md
Information about the MAME license particulars and disclaimers can be found at https://github.com/mamedev/mame/blob/master/LICENSE.md
Information about the WINUI portion can be found at https://github.com/Robbbert/mameui/blob/master/docs/winui_license.txt
Warning to trolls
=================
If this online facility gets abused again, it will be removed permanently.
|