whatsnewer
This commit is contained in:
parent
f6314a033a
commit
48bff778d4
|
@ -120,6 +120,7 @@
|
|||
<!-- fixes and features -->
|
||||
<h4>Fixes and new features</h4>
|
||||
<ul>
|
||||
<li>Speed-up the Game List (F6) window considerably [dink]</li>
|
||||
<li>Fixed 16-bit rendering for most games on Konami and Metro hardware [iq_132]</li>
|
||||
<li>Fixed 16-bit RGB555 rendering in Taito F3 [dink]</li>
|
||||
<li>Separate Force 16-Bit Video option between D3D Enhanced blitter and DX9 Alt blitter [Barry]</li>
|
||||
|
@ -176,6 +177,7 @@
|
|||
<li>Use real MCU for Nekketsu Kouha Kunio-kun, Guardian/Get Star, Fairy Land Story, Rumba Lumber, Onna Sansirou - Typhoon Gal, Chack'n Pop, Golden Axe (set 2, US) [Barry]</li>
|
||||
<li>Added BurnRandom() / BurnRandomScan(), a predictable random number generator based on old BSD LCG [dink]</li>
|
||||
<li>Hooked up BurnRandom() to games using rand() to allow for reliable input recordings and states [dink]</li>
|
||||
<li>Enabled Alpha Transparency effects in Mystic Warriors [dink]</li>
|
||||
<li>EEPROM saves path now configurable [Barry]</li>
|
||||
<li>Restore MSVC full optimisation (should see slightly faster performance) [Barry]</li>
|
||||
<li>General source tidy-up/maintenance, and conversion to BurnMalloc/BurnFree [Barry]</li>
|
||||
|
@ -198,6 +200,7 @@
|
|||
<li>Added driver for Assault, Burning Force, Cosmo Gang: The Video, Dragon Saber, Mirai Ninja, Valkyrie no Densetsu, Ordyne, Phelios, Rolling Thunder 2, Marvel Land, Metal Hawk, Kyuukai Douchuuki, Super World Stadium 92 and 93, Steel Gunner, Steel Gunner 2, Dirt Fox, Finest Hour and Lucky and Wild on Namco System 2 Hardware [iq_132, dink]</li>
|
||||
<li>Add driver for Time Soldiers/Battle Field, Sky Soldiers, Sky Adventure, Gang Wars, Super Champion Baseball on Alpha68k II and VI hardware [iq_132, dink]</li>
|
||||
<li>Added driver for Sauro and Tricky Doc [iq_132]</li>
|
||||
<li>Added driver and sound core for Wiping / Rug Rats [iq_132, dink]</li>
|
||||
</ul>
|
||||
<!-- new game additions to existing drivers -->
|
||||
<h4>New additions to existing drivers</h4>
|
||||
|
@ -215,6 +218,7 @@
|
|||
<li>Added clone of The Last Blade (Special 2017, hack) [GSC20017, JacKc, iq_132]</li>
|
||||
<li>Added clone of Street Fighter II: The World Warrior (Japan 911210, CPS-B-17) [ShouTime, Bonky, MetalliC, JacKc]</li>
|
||||
<li>Added clone of Operation Wolf (Japan, SC) [ShouTime, JacKc]</li>
|
||||
<li>Added clone of Operation Thunderbolt (Japan, SC) [ShouTime, JacKc]</li>
|
||||
<li>Added clone of Silk Worm (prototype?) [frsj8112, JacKc]</li>
|
||||
<li>Added clone of Double Dragon (Special 2017, hack) [JacKc, iq_132]</li>
|
||||
<li>Added clone of Palamedes (US) [caius, The Dumping Union, JacKc]</li>
|
||||
|
|
Loading…
Reference in New Issue