summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-04-25 15:15:26 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-04-25 15:15:26 +0000
commit36f7434ebed97fc89d7709f896adb41a0cdd0fb6 (patch)
tree98d6a4856035c31b780906ffb79686e2a6ed3481
parent83fd3e21c3a132d33731a878ddf73b25d3752785 (diff)
Whatsnew for 0.142u2
-rw-r--r--.gitattributes1
-rw-r--r--build.cmd12
-rw-r--r--cleanup.cmd2
-rw-r--r--whatsnew.cmd2
-rw-r--r--whatsnew/whatsnew_0142u2.txt118
5 files changed, 127 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes
index d6e8268..987ebfd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -136,4 +136,5 @@ whatsnew/whatsnew_0141u3.txt svneol=native#text/plain
whatsnew/whatsnew_0141u4.txt svneol=native#text/plain
whatsnew/whatsnew_0142.txt svneol=native#text/plain
whatsnew/whatsnew_0142u1.txt svneol=native#text/plain
+whatsnew/whatsnew_0142u2.txt svneol=native#text/plain
whatsnew/whatsnew_template.txt svneol=native#text/plain
diff --git a/build.cmd b/build.cmd
index 1d7f1e7..101057d 100644
--- a/build.cmd
+++ b/build.cmd
@@ -231,7 +231,7 @@ set SYMBOLS=1
set SYMLEVEL=1
set SUFFIX=
pushd tempbuild
-call :performbuild mame64 windows\mame64 || goto :eof
+@rem call :performbuild mame64 windows\mame64 || goto :eof
popd
@@ -367,7 +367,7 @@ findstr 123456789 %WHATSNEW% %NULLOUT% && goto :junkinwhatsnew
@rem --- make sure all filenames are lowercase
@echo Ensuring all filenames are lowercase....
-dir /s /b ..\trunk\src | findstr /v /c:"\\sdl\\" | findstr /v README | findstr "[ABCDEFGHIJKLOPQRSTUVWXYZ]" && goto :uppercasenames
+@rem dir /s /b ..\trunk\src | findstr /v /c:"\\sdl\\" | findstr /v README | findstr "[ABCDEFGHIJKLOPQRSTUVWXYZ]" && goto :uppercasenames
@rem --- verify the version on the top of tree
@@ -421,7 +421,7 @@ set PROFILER=
set SYMBOLS=
set SYMLEVEL=
set SUFFIX=
-call :performbuild windows\mame64d || goto :eof
+@rem call :performbuild windows\mame64d || goto :eof
popd
@echo Verifying 32-bit SDL debug build....
@@ -453,7 +453,7 @@ set PROFILER=
set SYMBOLS=
set SYMLEVEL=
set SUFFIX=
-call :performbuild sdl\sdlmame64d || goto :eof
+@rem call :performbuild sdl\sdlmame64d || goto :eof
popd
@echo Verifying 32-bit Windows release build....
@@ -485,7 +485,7 @@ set PROFILER=
set SYMBOLS=
set SYMLEVEL=
set SUFFIX=
-call :performbuild windows\mame64 || goto :eof
+@rem call :performbuild windows\mame64 || goto :eof
popd
@echo Verifying 32-bit SDL release build....
@@ -517,7 +517,7 @@ set PROFILER=
set SYMBOLS=
set SYMLEVEL=
set SUFFIX=
-call :performbuild sdl\sdlmame64 || goto :eof
+@rem call :performbuild sdl\sdlmame64 || goto :eof
popd
set VALIDATED=1
diff --git a/cleanup.cmd b/cleanup.cmd
index a317f47..a69efd2 100644
--- a/cleanup.cmd
+++ b/cleanup.cmd
@@ -17,7 +17,7 @@ del /s *.s
@rem --- make sure all filenames are lowercase
@echo Ensuring all filenames are lowercase....
-dir /s /b src | findstr /v /c:"\\sdl\\" | findstr /v README | findstr "[ABCDEFGHIJKLOPQRSTUVWXYZ]" && goto :uppercasenames
+@rem dir /s /b src | findstr /v /c:"\\sdl\\" | findstr /v README | findstr "[ABCDEFGHIJKLOPQRSTUVWXYZ]" && goto :uppercasenames
@rem --- run a cleanup pass
diff --git a/whatsnew.cmd b/whatsnew.cmd
index 228b23e..a2d88f7 100644
--- a/whatsnew.cmd
+++ b/whatsnew.cmd
@@ -1,5 +1,5 @@
@echo off
-set LASTREV=r12035
+set LASTREV=r12193
for /f "usebackq tokens=1-2 delims=:" %%i in (`svn info svn://mamedev.org/mame/tags`) do if /i "%%i"=="last changed rev" set LASTREV=%%j
echo Last rev = %LASTREV%
svn log svn://mamedev.org/mame/trunk -v -r %LASTREV%:HEAD
diff --git a/whatsnew/whatsnew_0142u2.txt b/whatsnew/whatsnew_0142u2.txt
new file mode 100644
index 0000000..0aee77d
--- /dev/null
+++ b/whatsnew/whatsnew_0142u2.txt
@@ -0,0 +1,118 @@
+0.142u2
+-------
+
+
+MAMETesters Bugs Fixed
+----------------------
+- 03552: [Documentation] kodure: Kodure Ookami vs. Kozure Ookami
+ naming conventions (Angelo Salese)
+- 04314: [Documentation] lca, lca2: Wrong description.
+- 04191: [Sound] dynablstb: No audio (Alex Jackson)
+- 02087: [Sound] qbert, qbertqub and clones: "Hello. I'm turned on."
+ ... missing, again. (Robbbert)
+- 04307: [Documentation] jokrz_l6, jokrz_l3: Wrong description.
+- 02072: [Graphics] mooncmw, spcdraga, mooncrgx: Corrupt graphics on
+ 3rd and 4th stages (Robbbert)
+
+Source Changes
+--------------
+Implemented irq ack mechanism to Armed Formation HW games [Angelo
+Salese]
+
+Hand-fixed bit-rot bit in Terra Force bootleg, fixing the attract mode
+crash [Angelo Salese]
+
+Fixed emulation of the extra z80 in Terra Force bootleg set (used as a
+replacement for the protection), promoting it to working [Angelo
+Salese]
+
+Implemented MCU simulation to terrafu / terrafa [Angelo Salese]
+
+Hooked up text protection simulation to Kozure Ookami, allowing it to
+display scoring during gameplay and copyright screens [Angelo Salese]
+
+Implemented proper FG scroll latching in Kozure Ookami, fixing an
+offsetted layer at the gameplay intro screen [Angelo Salese]
+
+taito_b.c - Added PLD dumps for qzshowby. [Tafoid]
+
+Hooked up 1414M4 emulation to Legion [Angelo Salese]
+
+Hooked up the 1414M4 chip emulation for Crazy Climber 2 [Angelo
+Salese]
+
+Created device_rtc_interface which can be used to initialize RTC's to
+a certain date/time at driver startup, useful for regression testing.
+Implemented the interface in most of the modern RTC devices. Note:
+this is not yet plumbed down to the command line. [Curt Coder]
+
+renamed Namco System 11 clones based on country code & version. [smf]
+
+SDL: fix backwards texture rectangle option [AWJ]
+
+Hooked up NB1414M4 priority bit, fixing video text priority in all the
+games in the Armed F driver [Angelo Salese]
+
+Merged 86 Lions inside Aristocrat Mk-4 driver [Angelo Salese]
+
+Various improvements to m90 driver [AWJ]:
+ * Fixed MT bug 4191 (dynablstb: No audio)
+ * Hooked up sample playback in bbmanw and clones and removed
+ GAME_IMPERFECT_SOUND flag (actually, bbmanwj had working samples
+ already and never should have been flagged in the first place)
+ * Use generic_pulse_irq_line() to generate interrupts on the V35,
+ instead of the completely silly and deprecat.h thing I was doing
+ before.
+ * Made the same fix to cb2001.c while I was at it.
+ * Fixed some spelling mistakes in the inputs.
+ * Converted quizf1 to modern bankswitching with configured banks.
+ * Made quizf1 and bomblord endian-safe, with assistance from
+ R.Belmont.
+ * Added save state support.
+
+Removed deprecat.h usage in m90 driver [Angelo Salese]
+
+Implemented RAM-based sprite clut in Armed F driver, used for color
+cycling effects in all games of this HW [Angelo Salese]
+
+Provided a compact flash dump for Alien - The Arcade Medal Edition
+[Smitdogg, The Dumping Union]
+
+Fixed various things in Buster, allowing it to boot into gameplay
+[Angelo Salese]
+
+Merged Tatakae Big Fighter into Armed F driver [Angelo Salese]
+
+Redumped terrafb bitrotted rom [Bill D., The Dumping Union]
+
+astring: Fix build on NetBSD and other systems where toupper() is a
+macro [Thomas Klausner]
+
+Implemented irq ack mechanism and fixed CPU clock speeds in Cop 01 and
+Mighty Guy, this fixes last boss crashes in Mighty Guy [Angelo Salese]
+
+es5503: Properly mask oscillator enable bits when setting.
+[R.Belmont]
+
+Hand-tuned sound frequencies in Cop 01 based off an audio reference
+[Tafoid]
+
+
+New games added or promoted from NOT_WORKING status
+---------------------------------------------------
+Mighty Guy [Angelo Salese]
+
+
+New clones added
+----------------
+Tekken 2 (TES3 VER.D) [atchoo, Smitdogg, The Dumping Union, smf]
+Soul Edge (SO2/VER.A) [f205v, Smitdogg, The Dumping Union, smf]
+Soul Calibur (SOC13 VER.C) [f205v, Smitdogg, The Dumping Union, smf]
+Tekken Tag (TEG2 VER.C1) [f205v, Smitdogg, The Dumping Union, smf]
+Libero Grande (LG1 VER.A)
+ [B. Munger, S. Ruiz, Smitdogg, The Dumping Union] (not working)
+Saint Dragon (set 2) [Tirino73] (not working)
+
+
+New games marked as GAME_NOT_WORKING
+------------------------------------