mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
MAME 0.273
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmdxs/AACgkQwXSxAYxA cQ57mw/+ICBuvKdF5TqaA/UWZ017TF5ZkA8pfm3oFkBGktbS23muGa5IZPHKjLRv sJFHNEHNsI/SglbXIiC2zMwXS2Q+t7JDzv4gIc0kndqalFy8NbfCumnqtsXvFkgm +eFV18UxbEh/Uet+CMKoWExSTwvJnqSwFHQz4jx8HVJKVKdbcDFvA2Q6WnWE2Wu4 AhsoVyslQNxx0RZMIvZWpX6VUjsv8jOKcpU06KZ5XDKpmH9AHA1qYn2JBm0fanN0 4NDLZ5pFB44JF9pGf4NR5Rvy6ol6y/scO5a3aoNbyTz4R7R2OfZ0w8DB1qisq3Yj d/hXEiQRrfNtnA8dEdBinJoSR1sc/T5SUGYW16ENvErZotRl7Qjjwb4KNdFBajv6 peXG6woJn2/C+o7SxTx5G5bqtsqERLWO29iyGEt4gMQ2zim/ugkMlCytOi6lftVW CQkQ7I0v9+El+Z/1opd72xgDv7UB+rVAi5yg6nbW1hvFIo/WOOvIbI6c+dgwhr8p a4hWTL2FXZiceme0kbB3sNO+J+mzaP7I0MxkuHlqiWk4eWJYH+iuTW8XYjpJNSYd X7OCVGmyH0DtwVRI3c/NJVwiP3LcL5YwkSiXwWr2cCnWXk274ZiMHTwAhpCZS4Re 0Sid4K/G6HX4ChOjfQpUm4hFmFaBAadL8vDZhCntpLh7Bq+kuUM= =auWu -----END PGP SIGNATURE----- Merge tag 'mame0273' into HEAD MAME 0.273
This commit is contained in:
commit
d985c984ae
@ -4,8 +4,8 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.mamedev.mame"
|
||||
android:versionCode="272"
|
||||
android:versionName="0.272"
|
||||
android:versionCode="273"
|
||||
android:versionName="0.273"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
|
@ -63,9 +63,9 @@ copyright = u'1997-2024, MAMEdev and contributors'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.272'
|
||||
version = '0.273'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.272'
|
||||
release = '0.273'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -184,9 +184,9 @@ configuration::
|
||||
Building with Microsoft Visual Studio
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* You can generate Visual Studio 2019 projects using **make vs2019**. The
|
||||
* You can generate Visual Studio 2022 projects using **make vs2022**. The
|
||||
solution and project files will be created in
|
||||
``build/projects/windows/mame/vs2019`` by default (the name of the ``build``
|
||||
``build/projects/windows/mame/vs2022`` by default (the name of the ``build``
|
||||
folder can be changed using the ``BUILDDIR`` option). This will always
|
||||
regenerate the settings, so **REGENIE=1** is *not* needed.
|
||||
* Adding **MSBUILD=1** to the make options will build the solution using
|
||||
@ -766,7 +766,7 @@ The MSVC compiler produces spurious warnings about potentially uninitialised
|
||||
local variables. You currently need to add ``NOWERROR=1`` to the options passed
|
||||
to make when generating the Visual Studio project files. This stops warnings
|
||||
from being treated as errors. (MSVC seems to lack options to control which
|
||||
specific warnings are treated as error, which other compilers support.)
|
||||
specific warnings are treated as errors, which other compilers support.)
|
||||
|
||||
|
||||
.. _compiling-unusual:
|
||||
|
@ -50,7 +50,7 @@ Generated by SLIST 0.2.1
|
||||
</software>
|
||||
|
||||
<software name="a2diag31">
|
||||
<description>Apple II Diagnostic Disk (version 3.1)(800K 3.5")</description>
|
||||
<description>Apple II Diagnostic Disk (version 3.1) (800K 3.5")</description>
|
||||
<year>1991</year>
|
||||
<publisher>Apple Computer</publisher>
|
||||
<info name="usage" value="Requires an Apple IIgs, IIc+, //c, //e with a compatible drive controller card." />
|
||||
|
@ -8492,7 +8492,7 @@ Installation and Open Circulation CDs are bootable.
|
||||
</software>
|
||||
|
||||
<software name="winnt40e" cloneof="winnt40">
|
||||
<description>Windows NT Server, Enterpise Edition 4.0 (4.0.1381.4)</description>
|
||||
<description>Windows NT Server, Enterprise Edition 4.0 (4.0.1381.4)</description>
|
||||
<year>1997</year>
|
||||
<publisher>Microsoft</publisher>
|
||||
<notes><![CDATA[
|
||||
|
4
makefile
4
makefile
@ -1578,7 +1578,7 @@ endif
|
||||
|
||||
ifeq (posix,$(SHELLTYPE))
|
||||
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
|
||||
@echo '#define BARE_BUILD_VERSION "0.272"' > $@
|
||||
@echo '#define BARE_BUILD_VERSION "0.273"' > $@
|
||||
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
|
||||
@echo 'extern const char bare_build_version[];' >> $@
|
||||
@echo 'extern const char bare_vcs_revision[];' >> $@
|
||||
@ -1588,7 +1588,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
|
||||
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
|
||||
else
|
||||
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
|
||||
@echo #define BARE_BUILD_VERSION "0.272" > $@
|
||||
@echo #define BARE_BUILD_VERSION "0.273" > $@
|
||||
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
|
||||
@echo extern const char bare_build_version[]; >> $@
|
||||
@echo extern const char bare_vcs_revision[]; >> $@
|
||||
|
@ -968,6 +968,6 @@ ROM_END
|
||||
**********************************************/
|
||||
|
||||
// YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULL NAME FLAGS LAYOUT
|
||||
GAMEL( 1991, luckgrln, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Girl (newer Z180 based hardware)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln )
|
||||
GAMEL( 1991, luckstrn, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Star (newer Z180 based hardware)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln ) // missing internal ROM dump
|
||||
GAMEL( 1991, luckgrln, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Girl (newer Z180-based hardware)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln )
|
||||
GAMEL( 1991, luckstrn, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Star (newer Z180-based hardware)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln ) // missing internal ROM dump
|
||||
GAMEL( 1993, 7smash, 0, _7smash, _7smash, luckgrln_state, empty_init, ROT0, "Sovic", "7 Smash", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_7smash )
|
||||
|
Loading…
Reference in New Issue
Block a user