Skip to content

Commit bdda708

Browse files
committed
Merge tag 'mame0263' into HEAD
MAME 0.263
2 parents 0509fe8 + 93d8318 commit bdda708

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: android-project/app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-->
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
66
package="org.mamedev.mame"
7-
android:versionCode="262"
8-
android:versionName="0.262"
7+
android:versionCode="263"
8+
android:versionName="0.263"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.262'
66+
version = '0.263'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.262'
68+
release = '0.263'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

Diff for: makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ endif
15781578

15791579
ifeq (posix,$(SHELLTYPE))
15801580
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1581-
@echo '#define BARE_BUILD_VERSION "0.262"' > $@
1581+
@echo '#define BARE_BUILD_VERSION "0.263"' > $@
15821582
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15831583
@echo 'extern const char bare_build_version[];' >> $@
15841584
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1588,7 +1588,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15881588
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15891589
else
15901590
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
1591-
@echo #define BARE_BUILD_VERSION "0.262" > $@
1591+
@echo #define BARE_BUILD_VERSION "0.263" > $@
15921592
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15931593
@echo extern const char bare_build_version[]; >> $@
15941594
@echo extern const char bare_vcs_revision[]; >> $@

Diff for: src/mame/yamaha/ymmu15.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ ROM_END
230230
} // anonymous namespace
231231

232232

233-
CONS( 1998, mu15, 0, 0, mu15, mu15, mu15_state, empty_init, "Yamaha", "MU15", 0 )
233+
CONS( 1998, mu15, 0, 0, mu15, mu15, mu15_state, empty_init, "Yamaha", "MU15", MACHINE_NOT_WORKING )

0 commit comments

Comments
 (0)