update whatsnew
This commit is contained in:
parent
30f2d0d5db
commit
e2088f3ea2
|
@ -263,6 +263,21 @@
|
|||
<li>Sync romsets with MAME 0.204 [Barry]</li>
|
||||
<li>Hook up YM2151 to the BurnTimer (optional), as some games need more precision [dink]</li>
|
||||
<li>Rewrite/Modernize driver for Green Beret [iq_132]</li>
|
||||
<li>Fixed Sonic Boom screen flipped [dink]</li>
|
||||
<li>Slight reduction in tile:sprite lag in Flak Attack / MX5000 [dink]</li>
|
||||
<li>Add support for HDD images to FBAlpha [Barry]</li>
|
||||
<li>Remove C++11 dependancies for Killer Instinct [Barry]</li>
|
||||
<li>Add BurnTrackball device, hook-up Cabal, Centipede and Millipede [dink]</li>
|
||||
<li>Fix sound pitch in PsikyoSH games (Gunbird 2) [dink]</li>
|
||||
<li>Update Visual Studio IDE project and support for VS2017 [Kev]</li>
|
||||
<li>Fixed missing "Insert Coin" message in Fuukifg3 games Asura Blade/Buster [dink]</li>
|
||||
<li>Port and create interface for YMF262 FM soundcore [dink]</li>
|
||||
<li>Hook-up YMF262 to Fuukifg3 - fixes missing fm-synth sounds [dink]</li>
|
||||
<li>Hook-up YMF262 to Tecmosys, fixes sound for Deroon DeroDero and Toukidenshou - Angel Eyes [dink]</li>
|
||||
<li>Fixed loop sample stop issue in YMZ280b, which caused glitches in Tecmosys games [dink]</li>
|
||||
<li>Fixed missing half of image in Darkseal's attractmode intro (rowscroll bug) [dink]</li>
|
||||
<li>Fixed music tempo in Darkseal [dink]</li>
|
||||
<li>Fixed some issues compiling w/latest official MingW w/GCC 6.3.0 and 8.2.0 (@osdn) [dink]</li>
|
||||
<li> []</li>
|
||||
</ul>
|
||||
<!-- new drivers -->
|
||||
|
@ -363,6 +378,7 @@
|
|||
<li>Add English translations for Sonic Eraser and Barver Battle Saga to the Megadrive driver [barbudreadmon]</li>
|
||||
<li>Add Tanglewood v1.0 and demo to the Megadrive driver [dink]</li>
|
||||
<li>Add Flight of Pigarus v1.0 by Kagesan to the SMS driver [dink]</li>
|
||||
<li>Added Blaze On (World), making it the new parent [rtw, The Dumping Union]</li>
|
||||
</ul>
|
||||
<!-- clones and updated romsets in drivers -->
|
||||
<h4>Clones and updated romsets in existing drivers</h4>
|
||||
|
@ -401,6 +417,7 @@
|
|||
<li>Add clone of Street Fighter 2 (sf2ea) [Barry]</li>
|
||||
<li>Add clone of Shinobi (unprotected) [Barry, Brian Troha]</li>
|
||||
<li>Add clone of X-Men: Children of the Atom to CPS-2 driver [Barry, Brad Hicks]</li>
|
||||
<li>Added clone of Deroon DeroDero (newer) [Farzeno, The Dumpin Union, arcadez]</li>
|
||||
</ul>
|
||||
|
||||
<h3>v0.2.97.43</h3>
|
||||
|
|
Loading…
Reference in New Issue