Skip to content

Commit 1fb6af1

Browse files
committed
update readme.md
1 parent 4d707f4 commit 1fb6af1

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What is MAMEUI?
22
===============
3-
MAMEUI has an inbuilt front-end allowing you to run a game from a list. It requires Windows 7 or later.
3+
MAMEUI has an inbuilt front-end allowing you to run a game from a list. It requires Windows 7 SP 1 or later.
44

55

66
How to compile?
@@ -9,7 +9,7 @@ How to compile?
99
You can only build MAMEUI on a Windows computer. It won't compile on Unix.
1010

1111
```
12-
make OSD=messui
12+
make OSD=messui PTR64=1 SYMBOLS=0 NO_SYMBOLS=1 DEPRECATED=0
1313
```
1414

1515

@@ -19,12 +19,16 @@ Where can I find out more?
1919

2020
* [Official MAME Development Team Site](http://mamedev.org/)
2121
* [MAMEUI site] https://messui.1emulation.com/
22-
* [MAMEUI forum] http://www.mameworld.info/ubbthreads/postlist.php?Cat=&Board=mameui
22+
* [MAMEUI distribution] http://mameui.info/
23+
* [MAMEUI forum] https://www.mameworld.info/ubbthreads/postlist.php?Cat=&Board=mameui
24+
* [MAMEUI forum] https://www.1emulation.com/forums/forum/125-mameui/
2325

2426

2527
Licensing Information
2628
=====================
2729

30+
The primary license is GPL_2.0 : https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
31+
2832
Information about the MAME content can be found at https://github.com/mamedev/mame/blob/master/README.md
2933

3034
Information about the MAME license can be found at https://github.com/mamedev/mame/blob/master/COPYING

docs/release/README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What is MAMEUI?
22
===============
3-
MAMEUI has an inbuilt front-end allowing you to run a game from a list. It requires Windows 7 or later.
3+
MAMEUI has an inbuilt front-end allowing you to run a game from a list. It requires Windows 7 SP 1 or later.
44

55

66
How to compile?
@@ -9,7 +9,7 @@ How to compile?
99
You can only build MAMEUI on a Windows computer. It won't compile on Unix.
1010

1111
```
12-
make OSD=messui
12+
make OSD=messui PTR64=1 SYMBOLS=0 NO_SYMBOLS=1 DEPRECATED=0
1313
```
1414

1515

@@ -19,12 +19,16 @@ Where can I find out more?
1919

2020
* [Official MAME Development Team Site](http://mamedev.org/)
2121
* [MAMEUI site] https://messui.1emulation.com/
22-
* [MAMEUI forum] http://www.mameworld.info/ubbthreads/postlist.php?Cat=&Board=mameui
22+
* [MAMEUI distribution] http://mameui.info/
23+
* [MAMEUI forum] https://www.mameworld.info/ubbthreads/postlist.php?Cat=&Board=mameui
24+
* [MAMEUI forum] https://www.1emulation.com/forums/forum/125-mameui/
2325

2426

2527
Licensing Information
2628
=====================
2729

30+
The primary license is GPL_2.0 : https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
31+
2832
Information about the MAME content can be found at https://github.com/mamedev/mame/blob/master/README.md
2933

3034
Information about the MAME license can be found at https://github.com/mamedev/mame/blob/master/COPYING

docs/release/mameui248s.zip

-2.01 MB
Binary file not shown.

docs/release/winui_license.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Christopher Kirmse BSD-3-Clause
1616
MSH (Mike Haaland) BSD-3-Clause
1717
Captain Pugwash BSD-3-Clause
1818
Jeff Miller BSD-3-Clause
19-
Robbbert BSD-3-Clause
19+
Robbbert GPL_2.0
2020
etabeta (Fabio Priuli) BSD-3-Clause
2121
Bletch (Nathan Woods) BSD-3-Clause
2222
Mamesick BSD-3-Clause
2323

2424

25-
Copyright exists from 1997 to the present day, and beyond. The project is hereby covered by the GPL-2.0
25+
Copyright exists from 1997 to the present day, and beyond. The project is hereby covered by the GPL_2.0
2626

2727

2828

@@ -42,6 +42,6 @@ In other words, we (authors, contributors, repository holders, official websites
4242
are not liable or responsible for anything.
4343

4444
Written by Robbbert on 2015-06-03.
45-
Updated on 2022-11-05.
45+
Updated on 2024-05-18.
4646

4747
Please read the COPYING file as well.

docs/winui_license.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Christopher Kirmse BSD-3-Clause
1616
MSH (Mike Haaland) BSD-3-Clause
1717
Captain Pugwash BSD-3-Clause
1818
Jeff Miller BSD-3-Clause
19-
Robbbert BSD-3-Clause
19+
Robbbert GPL_2.0
2020
etabeta (Fabio Priuli) BSD-3-Clause
2121
Bletch (Nathan Woods) BSD-3-Clause
2222
Mamesick BSD-3-Clause
2323

2424

25-
Copyright exists from 1997 to the present day, and beyond. The project is hereby covered by the GPL,
25+
Copyright exists from 1997 to the present day, and beyond. The project is hereby covered by GPL_2.0,
2626
with the following additional provisos.
2727

2828
1. Original authors may lay claim to their particular works.
@@ -65,7 +65,7 @@ are not liable or responsible for anything.
6565
possession, along with any binaries that contain winui code, immediately.
6666

6767
Written by Robbbert on 2015-06-03.
68-
Updated on 2016-03-14.
68+
Updated on 2024-05-18.
6969

7070
Please read the MAME license as well.
7171

0 commit comments

Comments
 (0)