Skip to content

Commit

Permalink
Merge tag 'mame0273' into HEAD
Browse files Browse the repository at this point in the history
MAME 0.273
  • Loading branch information
cuavas committed Dec 31, 2024
2 parents ded3ddb + e11cae0 commit d985c98
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions android-project/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# 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.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/initialsetup/compilingmame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion hash/apple2_flop_misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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." />
Expand Down
2 changes: 1 addition & 1 deletion hash/ibm5170_cdrom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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[];' >> $@
Expand All @@ -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[]; >> $@
Expand Down
4 changes: 2 additions & 2 deletions src/mame/wing/luckgrln.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit d985c98

Please sign in to comment.