mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 08:59:39 +00:00
4848 lines
325 KiB
HTML
4848 lines
325 KiB
HTML
<!DOCTYPE html>
|
||
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<title>FB Alpha - What's New</title>
|
||
<meta charset="UTF-8" />
|
||
<style>
|
||
body {
|
||
font-family: verdana, lucida, sans-serif;
|
||
font-size: 0.8em;
|
||
color: #333333;
|
||
background-color: #CE6A57;
|
||
margin: 0em;
|
||
text-align: center;
|
||
}
|
||
|
||
a:link {
|
||
color: #C03029;
|
||
text-decoration: none;
|
||
}
|
||
|
||
a:visited {
|
||
color: #C03029;
|
||
text-decoration: none;
|
||
}
|
||
|
||
a:hover {
|
||
color: #333333;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
a:active {
|
||
color: #C03029;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
a.active:link {
|
||
color: #C03029;
|
||
text-decoration: none;
|
||
font-weight:bold;
|
||
font-style: italic;
|
||
}
|
||
|
||
a.active:visited {
|
||
color: #C03029;
|
||
text-decoration: none;
|
||
font-weight:bold;
|
||
font-style: italic;
|
||
}
|
||
|
||
a.active:hover {
|
||
color: #333333;
|
||
text-decoration: underline;
|
||
font-weight:bold;
|
||
font-style: italic;
|
||
}
|
||
|
||
a.active:active {
|
||
color: #C03029;
|
||
text-decoration: underline;
|
||
font-weight:bold;
|
||
font-style: italic;
|
||
}
|
||
|
||
h2 {
|
||
color: #C03029;
|
||
font-size: 1.4em;
|
||
margin-top: 1em;
|
||
}
|
||
|
||
h3 {
|
||
color: #FFFFFF;
|
||
font-size: 1.2em;
|
||
margin-top: 3em;
|
||
background-color: #aaaaaa;
|
||
width: 6.0em;
|
||
padding: 0.5em;
|
||
border-radius: 10px;
|
||
text-align: center;
|
||
}
|
||
|
||
h4 {
|
||
color: #C03029;
|
||
font-size: 1.0em;
|
||
}
|
||
|
||
li {
|
||
padding: 0.1em;
|
||
}
|
||
|
||
.outer {
|
||
width: 78em;
|
||
margin: 0em auto;
|
||
text-align: left;
|
||
padding: 0.7em 0.7em 0.7em 0.7em;
|
||
background-color: #FFFFFF;
|
||
border: 0.08em solid #808080;
|
||
margin-top: 1em;
|
||
margin-bottom: 1em;
|
||
}
|
||
|
||
.note {
|
||
color: #C03029;
|
||
padding: 1em;
|
||
background-color: #DDD9D9;
|
||
font-style: italic;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="outer">
|
||
<h2>FB Alpha - What's New</h2>
|
||
<p><a href="https://www.fbalpha.com">https://www.fbalpha.com</a><br />
|
||
<a href="http://neosource.1emu.net/forums">http://neosource.1emu.net/forums</a></p>
|
||
|
||
<h3>v0.2.97.44</h3>
|
||
<!-- fixes and features -->
|
||
<h4>Fixes and new features</h4>
|
||
<ul>
|
||
<li>Fixed crash when selecting Super Speed Race Junior in the Game List [Barry]</li>
|
||
<li>Fixed Use / Select buttons were swapped in Dungeons & Dragons - shadow over mystara [barbudreadmon]</li>
|
||
<li>DAC: Internalized the stream synchronization, driver callbacks no longer required [dink]</li>
|
||
<li>Added ProcessAnalog() to the joyprocess device, for easy analog hookups and scaling during driver development [dink]</li>
|
||
<li>Fixed SCI's analog handling so all the sounds can be selected in service mode [dink]</li>
|
||
<li>Fixed attract mode in Super Hang-on [dink]</li>
|
||
<li>Fixed protection issues (inputs stop responding, etc) after using savestates with Fatal Fury 2 and Super Sidekicks/Tokuten Ou [dink]</li>
|
||
<li>Fixed analog paddle input for Player 2 in VS Block Breaker / Saru-Kani-Hamu-Zou [dink]</li>
|
||
<li>Fixed CPS-2 default button mappings in games with more than 3 buttons [Barry]</li>
|
||
<li>Fixed zipname sort order when parent does not meet filter criteria [Barry]</li>
|
||
<li>Added "headache filter" hack/dip option to Cyvern [dink]</li>
|
||
<li>Make pgm.zip the BIOS set for dmnfrntpcb, svgpcb, thegladpcb [Barry]</li>
|
||
<li>Place favorites at the top of the Kaillera game list for easier game hosting [dink]</li>
|
||
<li>Fixed game list sorting with parent/clone games of different manufacturers when using Hardware checkboxes [dink]</li>
|
||
<li>Fixed roz-glitch on the side of the screen in Valkyrie (Namco System 2) [dink]</li>
|
||
<li>Fixed Player 2 Inputs in Snow Bros. 2 [dink]</li>
|
||
<li>Hooked up proper redraw for Data East DEC-0 games to eliminate frame advances when the system requests a window redraw [dink]</li>
|
||
<li>Hook up i8035 cpu support in the i8039 core [dink]</li>
|
||
<li>Marked Night Slashers as 3 Players, which can be set in the Game Options in Service Mode. The game defaults to 2 players [dink]</li>
|
||
<li>Fixed "Bad Hardware" error on some Arkanoid bootlegs with no mcu [dink]</li>
|
||
<li>Ported GI SP0256 Speech Processor/Synthesizer and hooked up to Hole Land and Sauro [dink]</li>
|
||
<li>Added option to allow selecting a .bmp or .png file to use as the skin when FB Alpha is not playing a game [Barry]</li>
|
||
<li>When using Double Size (windowed), run Popeye, Syvalion and Hole Land single sized as they are double-sized to begin with [dink]</li>
|
||
<li>Fixed Gigas parent set and marked as working [dink]</li>
|
||
<li>Fixed Arcadian/Rapid Hero: "Stage 3" text goes under mothership [dink]</li>
|
||
<li>Fixed slight timing issue in Gunnail [dink]</li>
|
||
<li>Added layer 0, 1 transmasking / category feature to tilemap system [iq_132]</li>
|
||
<li>Added < tilesize column scroll to tilemap system [iq_132]</li>
|
||
<li>Added color effect to 1945kiii sprites [AJR, iq_132]</li>
|
||
<li>Fixed clicking noise in Syvalion @ the robot-chicken boss [dink]</li>
|
||
<li>Fixed glitchy raster effects in Chiki Chiki Boys and Captain Commando on Capcom CPS1 (Draw at VBL instead of end of frame) (1/2) [dink]</li>
|
||
<li>Changed CPS-1/2 to run for 262 scanlines and set refresh rate to 59.63Hz (2/2) [Barry]</li>
|
||
<li>Changed Super Street Fighter 2 Turbo, Hyper Street Fighter 2, Street Fighter 2 Champion Edition and Street Fighter 2 Hyper Fighting to run at a speed that more closely matches the PCB [Barry, RN]</li>
|
||
<li>Fixed in Double Dragon: sprite flickers and crash after the end boss, also improvements for netplay and input recordings [dink]</li>
|
||
<li>Fixed graphics corruption in Streets of Rage 2 stage 3 pirate ship scene [dink]</li>
|
||
<li>Added Action, Run 'n Gun and Strategy genres to the genre filters [dink]</li>
|
||
<li>Endian fixes for the Nec v20-v35 cpu interface, Sega Sys18 Genesis VDP, Raiden II/DX, Zero Team, Dynamite Duke/The Double Dynamites [dink]</li>
|
||
<li>Fixed graphics issues in Konami's Escape Kids [dink]</li>
|
||
<li>Fixed dips in Toaplan's Knuckle Bash [dink]</li>
|
||
<li>Port TMS5110 Speech Synthesizer core to FBAlpha for Bagman [dink]</li>
|
||
<li>Fixed 32/64bit state compatibility issue in Gauntlet [dink]</li>
|
||
<li>Hook up proper redraw in most Sega/Taito drivers, and other misc drivers to improve input recording and netgame synchronization [dink]</li>
|
||
<li>Fixed savestates in Renegade / Kunio Kun [dink]</li>
|
||
<li>Expose registers in the Z80 cpu interface [Barry]</li>
|
||
<li>Auto-map keyboard controls (for Spectrum, etc) [Barry]</li>
|
||
<li>Add "WZ" register support to Z80 core [Kev]</li>
|
||
<li>Slight improvement to Omega Fighter (UPL)'s prot [Kale]</li>
|
||
<li>Tiny VDP fixes from VDP tests to the SMS VDP [Kev]</li>
|
||
<li>Use resnet to calculate Donkey Kong's palette for better looking steel girders [dink]</li>
|
||
<li>Fixed Insector-X, Chuka Taisen and certain The New Zealand Story Clones on Taito's The New Zealand Story Hardware [dink]</li>
|
||
<li>Worked around a video driver bug that caused a blank screen when switching to fullscreen mode at certain resolutions [dink]</li>
|
||
<li>Added CPU_IRQSTATUS_HOLD support and update some buggy opcodes on the m6800 cpu core [dink]</li>
|
||
<li>Fixed 2p inputs for Monster Maulers and Martial Champ [dink]</li>
|
||
<li>Fixed service mode for all games on Konami Mystic Warriors Hardware [dink]</li>
|
||
<li>Sync. romsets with MAME 0.199 [Barry]</li>
|
||
<li>Fixed region dips in Batsugun, Dogyuun, V-Five/Grindstormer [dink]</li>
|
||
<li>OKI MSM6295 API change: MSM6295Exit, MSM6295Reset and MSM6295Update called without chip# param takes care of all open chips [dink]</li>
|
||
<li>Fixed Freeplay and Service Mode in Galaga [dink]</li>
|
||
<li>Fixed dips in Side Arms [dink]</li>
|
||
<li>Fixed Service Mode, Sprite:Sprite alpha, sprite masking, English voices and end boss issues in Dragon Gun [dink]</li>
|
||
<li>Air Buster driver gets a re-write [iq_132, dink (timing)]</li>
|
||
<li>Diver Boy driver gets a re-write [iq_132]</li>
|
||
<li>Hook up sample player for Crazy Climber, Crazy Kong & Crazy Kong pt.2 [dink]</li>
|
||
<li>Re-work 8255ppi to support up to 10 devices [dink]</li>
|
||
<li>Fixed bad sprite colors in Contra [dink]</li>
|
||
<li>Fixed crash in Shadow Dancer at the boss fight at end of level 2 [dink]</li>
|
||
<li>Added alpha transparency effects to Wizard Fire / Dark Seal 2 [dink]</li>
|
||
<li>Fixed screen layout issue and clicky samples in Cabal [dink]</li>
|
||
<li>M6800-series gets multi-cpu support [dink]</li>
|
||
<li>Improved timing for M6800, M6809, M6502 cpu's [dink]</li>
|
||
<li>Added M6809GetPrevPC() to M6809 cpu core [dink]</li>
|
||
<li>Fixed erratic movement when moving fast while using mouse to control Lightgun/analog games [dink]</li>
|
||
<li>Added analog-style paddle inputs to burn_gun device, with velocity [dink]</li>
|
||
<li>Added device for common IREM M52-M62 sound hardware [iq_132]</li>
|
||
<li>Improvements to vector-based drawing [iq_132, dink]</li>
|
||
<li>Added BurnGunDrawTargets() to burn_gun device [dink]</li>
|
||
<li>Added ability to unmap memory in the m6502 cpu core [iq_132]</li>
|
||
<li>Hook up real C-Chip for Operation Wolf and remove the C-Chip simulation code, big thanks to Caps0ff for dumping this! [dink, Caps0ff]</li>
|
||
<li>Work around graphics corruption in the crystal ball in Altered Beast set 8 (parent set) [dink]</li>
|
||
<li>Ported SP0250 speech synth core, for Sega G80 [dink]</li>
|
||
<li>Added multi-cpu support to the i8039 cpu core (for G80 Vector + Sega's Universal Sound Board emulation) [iq_132]</li>
|
||
<li>Fixed some small video issues in Pac-Land [dink]</li>
|
||
<li>Fixed sound issues with Space Invaders [iq_132]</li>
|
||
<li>Added ability to change the sample playback rate in the sample engine [iq_132]</li>
|
||
<li>Upgraded Zodiack driver to use Generic Tilemaps, fixed sound-comms issue, and added bounty2 [iq_132]</li>
|
||
<li>Fixed dips and improved timing in Mr. Do's Castle [dink]</li>
|
||
<li>Improve soundcpu sync in Nostradamus / remove rom patch [dink]</li>
|
||
<li>Added fix for Laser Ghost gun positioning problems []</li>
|
||
<li>Added UI Feature "Show Game list at start-up" under Misc -> Options [dink]</li>
|
||
<li>Un-break Twin Hawk / Daisenpu (regression from C-Chip updates) [dink]</li>
|
||
<li>Hot-fix Sega MasterSystem's Rainbow Islands to work around a crash in the ending sequence (happens on real HW, too) [dink]</li>
|
||
<li>Bank Panic / Combat Hawk driver gets a re-write [iq_132]</li>
|
||
<li>SN76496/SN76489 chip now supports up to 8 chips [dink]</li>
|
||
<li>Added Bitmap Manager with transparent/scroll copy, clipping, prios, and more [iq_132]</li>
|
||
<li>Capcom CPS3: support rowscroll for fg (character) layer, fixes player 2 hit counter in JoJo games. [Haze]</li>
|
||
<li>Capcom CPS3: fixed some gfx glitches in the JoJo games, and possibly others [dink]</li>
|
||
<li>Fixed Pac 'n Pal boot problem [dink]</li>
|
||
<li>Fixed flickery main sprite in Ozma Wars [dink]</li>
|
||
<li>Added per-chip routing and volume to the Pokey chip [dink]</li>
|
||
<li>Slight improvement to Karate Champ's dac [dink]</li>
|
||
<li>Fixed dip issues, cpu sync and other misc issues in GAPLUS / Galaga 3 [dink]</li>
|
||
<li>Added BurnSoundDCFilter() to burn_sound.cpp/h for games with problematic dac/chips [dink]</li>
|
||
<li>Slight improvement to dac sound in Grobda [dink]</li>
|
||
<li>Fix sporatic crashes with Garyo Retsuden and Itazura Tenshi [dink]</li>
|
||
<li>Fix controls in Moonwar and clone [dink]</li>
|
||
<li>Megadrive, set 32column mode defaults (DIPs) to "center" instead of "zoom" [dink]</li>
|
||
<li>Set correct hz rate for Deco Cassette, BurgerTime/Bump 'n Jump and Wardner [dink]</li>
|
||
<li>Fix priority issues in Gradius II [dink]</li>
|
||
<li>Cheat engine: only undo value if cheat is flagged to do so [dink]</li>
|
||
<li>Fix L/R volume issue in MSM5205 sound core [dink]</li>
|
||
<li>Fix soundcpu breaks on state load w/Darius [dink]</li>
|
||
<li>Fix for bad sample address calculation in Irem M90 (Risky Challenge et all) [dink]</li>
|
||
<li>Fix for lost cycles in Z80 interface, causing what gets returned by ZetRun() and ZetTotalCycles() to be different. This affected games where a nmi was used to pull each sample from the z80, namely Darius [dink]</li>
|
||
<li>IREM M72: Improved DAC Synchroniztion, slight sound quality improvement with DAC sounds, huge improvement when coupled with the Z80 cycle fix above. [dink]</li>
|
||
<li>Improvements to the tilemap system: add support for drawing to generic bitmaps, fix bug when setting row/col scroll, disable checks if not in debug for speed, add "dirty" tile drawing manager [iq_132]</li>
|
||
<li>Added Atari EEROM (x2212) device [dink]</li>
|
||
<li>Fix distorted Kanji text in jojoba's (CPS3) service mode [dink]</li>
|
||
<li>Enabled highscore saving for all CPS1/2 [barbudreadmon]</li>
|
||
<li>Add Twins (booleg of Mega Twins) [barry, ClawGrip, Roberto Fresca, Recreativas.org, The Dumping Union]</li>
|
||
<li>Updates to Boulderdash Part 2's sound section to hopefully fix a hang [dink]</li>
|
||
<li>Transfer FBAlpha project to GitHub [Barry]</li>
|
||
<li>Added BurnSoundClear() to burn_sound.h, include burn_sound.h in burnint.h [dink]</li>
|
||
<li>Fix for Driftout titlescreen fade-effect (garbage on screen) [dink]</li>
|
||
<li>Fix Metal Freezer Difficulty DIP [gamez fan]</li>
|
||
<li>Added fix for sound dies in Boulder Dash [dink]</li>
|
||
<li>Fixed some leaky file handles [Kev]</li>
|
||
<li>Fixed Kanji text colors in Super World Stadium '92 / '93 [dink]</li>
|
||
<li>Updated libpng to 1.6.35 [Barry]</li>
|
||
<li>Fixed some GCC 7 warnings and MSYS2 compile [Barry]</li>
|
||
<li>add SEK_REG_PPC to SekDbgGetRegister() [dink]</li>
|
||
<li>Sync romsets with MAME 0.203 [Barry]</li>
|
||
<li>Enable palette viewer for NeoGeo [dink]</li>
|
||
<li>Fix for scrolling issue in last level of Earth Joker [Haze]</li>
|
||
<li>Speed tweaks for Street Fighter 2: Hyper Fighting to more closely resemble PCB [RagingNoob]</li>
|
||
<li>Fix DAC sound in Back Street Soccer [dink]</li>
|
||
<li>Fix sprite masking issue in Undercover Cops: Alpha Renewal [dink]</li>
|
||
<li>Fix end of level player shadow sprite masking issue in The Simpsons [dink]</li>
|
||
<li>Fix input issue in Saturnzi (Saturn), certain moves triggered service mode [dink]</li>
|
||
<li>Fixed Donkey Kong II: Jumpman Returns (dkongx) eeprom and savestates issues [dink]</li>
|
||
<li>M6502Idle(): return cycles idle'd [dink]</li>
|
||
<li>More endian fixes to the 68k cpu interface [dink]</li>
|
||
<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 and savestate issues 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>Sync romsets with MAME 0.205 [Barry]</li>
|
||
<li>Add high score saving to Cyber Lip, Ghost Pilots, Last Resort, Metal Slug X and Nam1975 [Riddler]</li>
|
||
<li>Update FD1089 decryption to use the Sega key format (Update your romsets!) [Barry]</li>
|
||
<li>Fix possible crash in Mazinger Z [dink]</li>
|
||
<li>Fix player 2 inputs in Suna's Ultra Baloon [dink]</li>
|
||
<li>Fix possible crash and savestate issues in TaitoF3 [dink]</li>
|
||
<li>Improve inputs for JoJo and JoJo's Bizarre Adventure [barbudreamon]</li>
|
||
<li>Fix crackly sounds in some Puchi Carat tunes [dink]</li>
|
||
<li>Fix crackly sounds in Xexex's attract mode during lots of explosions (int16/mixing overflow) [dink]</li>
|
||
<li>Fix Tetris the Grand Master 2 - running at half-speed [dink]</li>
|
||
<li>Fix missing text in Magical Crystals Bonus game (prio issue) [dink]</li>
|
||
<li>Fix possible unwanted frame advance while paused in all Kaneko16 games [dink]</li>
|
||
<li>Fix crash loading 1000 Miglia (gtmr) after loading Magical Crystals or Wing Force [dink]</li>
|
||
<li>Fix random crash in Mazinger Z [dink]</li>
|
||
<li>Fix Taito F3 states, missing graphics after state load from a cold-boot [dink]</li>
|
||
<li>Added missing player 2 button #3 to Violence Fight [dink]</li>
|
||
<li>Fix NeoGeo memory cards [Barry]</li>
|
||
<li>Update FD1089 games to use Sega-style format [Barry] *update your romsets!!*</li>
|
||
<li>Improved JoJo/JoJoba inputs [barbudreadmon]</li>
|
||
<li>Fix 1943 bootlegs protection issue (flashing screen) [dink]</li>
|
||
<li>Dragonball Z/Dragonball Z 2, impliment sprite dma - fixes missing/flickering sprites & text, fix service mode (F2) [dink]</li>
|
||
<li>Updated Gauntlet protection, game can now progress past level 28 [iq_132]</li>
|
||
<li>Finished Carnival (Vic Dual WIP) - fix bugs / add sound [dink]</li>
|
||
<li>Neo Geo CD gets dink-style upgrade/fix/rework<ul>
|
||
<li>DAO .bin/cue and TruRip (.ccd/.sub/.img [based on Jan Klaassen's work]) support added</li>
|
||
<li>Seamless per-game savestates</li>
|
||
<li>S.S.RPG, Double Dragon, Last Blade 2 works now</li>
|
||
<li>Fast loading times (even faster with F1/ffwd)</li>
|
||
<li>Dozens of bugs fixed</li>
|
||
<li>Convert your old-style Neo Geo CD .iso + .wav's to .bin/.cue, <a href="http://neo-source.com/index.php?topic=2487.msg26465#msg26465"> <b>>> click for howto <<</b> </a></li>
|
||
<li>Big thanks to Silanda and barbudreadmon for bug reports, ideas, talks and HW tests</li>
|
||
</ul></li>
|
||
<li>Sync romsets with MAME 0.206 [Barry]</li>
|
||
<li>Added driver for Incredible Technologies 32/16bit games [iq_132, dink]</li>
|
||
<li>Hook up analog dials for Pachinko Sexy Reaction 1 & 2 [dink]</li>
|
||
<li>Fix crash issue with Tecmo Bowl when playing via Keyboard [dink]</li>
|
||
<li>Add RESET Line to Z80 cpu interface [dink]</li>
|
||
<li> []</li>
|
||
</ul>
|
||
<!-- new drivers -->
|
||
<h4>New drivers</h4>
|
||
<ul>
|
||
<li>Added driver for Flipper Jack [iq_132]</li>
|
||
<li>Added driver for Espial and Net Wars [iq_132]</li>
|
||
<li>Added driver for Alpine Ski, Bio Attack, Elevator Action, Front Line, Jungle Hunt / Jungle King, Tin Star, Sea Fighter Poseidon, Space Seeker, Space Cruiser, Time Tunnel, Water Ski and Wild Western on Taito's SJ System [iq_132, dink]</li>
|
||
<li>Added driver for One Shot One Kill and Mad Donna [iq_132]</li>
|
||
<li>Added driver for Miss Bubble 2, Bubble Pong Pong [iq_132]</li>
|
||
<li>Added driver for Black Touch '96 [iq_132]</li>
|
||
<li>Added driver for Blockade, Blasto, Hustle, CoMOTION and Mine Sweeper [iq_132, dink]</li>
|
||
<li>Added driver for Space Firebird [iq_132, dink]</li>
|
||
<li>Added driver for Empire City: 1931 / Street Fight [iq_132, dink]</li>
|
||
<li>Added driver for Hole Land [iq_132, dink]</li>
|
||
<li>Added driver for SunA Goindol [iq_132]</li>
|
||
<li>Added driver for Jolly Jogger and Frog & Spiders [iq_132]</li>
|
||
<li>Added driver for SpeedBall [iq_132]</li>
|
||
<li>Added driver for Ping Pong Masters '93 [iq_132]</li>
|
||
<li>Added driver for Bagman, Super Bagman, Botanic, Pickin' and Squash [iq_132]</li>
|
||
<li>Added driver for Tag Team and The Big Pro Wrestling by Technos [iq_132]</li>
|
||
<li>Added driver for ZX Spectrum based games [Barry]</li>
|
||
<li>Added driver for El Fin Del Tiempo (The End of Time) by Niemer [iq_132]</li>
|
||
<li>Added driver for Mat Mania/Exciting Hour/Mania Challenge by Technos [iq_132, dink]</li>
|
||
<li>Added driver for Super Duck [iq_132]</li>
|
||
<li>Added driver for Thunder Ceptor I and II by Namco [iq_132, dink]</li>
|
||
<li>Added driver for D-Day by Olympia [iq_132, dink]</li>
|
||
<li>Added driver for D-Day by Jaleco [iq_132]</li>
|
||
<li>Added driver for Pinball Action [iq_132]</li>
|
||
<li>Added driver for Head On Bootleg on Dedicated Hardware [iq_132]</li>
|
||
<li>Added driver for Stadium Hero [iq_132]</li>
|
||
<li>Added driver for Go 2000 [iq_132]</li>
|
||
<li>Added driver for Tempest [dink]</li>
|
||
<li>Added driver for Defender, Stargate, Joust, Robotron 2084, Blaster, Sinistar, Jin, Splat, Bubbles and Colony 7 on Williams 6809 Hardware [iq_132, dink]</li>
|
||
<li>Added driver for Asteroids, Asteroids Deluxe and Lunar Lander [iq_132, dink]</li>
|
||
<li>Added driver for Shisen Sho / Match It [iq_132]</li>
|
||
<li>Added driver for Moon Patrol by IREM on M52 hardware [iq_132]</li>
|
||
<li>Added driver for Tropical Angel by IREM on M57 hardware [iq_132]</li>
|
||
<li>Added driver for Omega Race [iq_132, dink]</li>
|
||
<li>Added driver for Star Wars and The Empire Strikes Back [iq_132, dink]</li>
|
||
<li>Added driver for 10 Yard Fight on IREM M58 Hardware [iq_132]</li>
|
||
<li>Added driver for Gaelco's Target Hits [iq_132]</li>
|
||
<li>Added driver for Night Driver by Atari [iq_132]</li>
|
||
<li>Added driver for Tank Busters by Valadon Automation [iq_132]</li>
|
||
<li>Added driver for Mirage Youjuu Mahjongden [iq_132]</li>
|
||
<li>Added driver for Sega's VCO Object/Z80-3D hardware (WIP) for Turbo, Subroc-3d, Buck Rogers/Zoom909 *WIP/Unfinished!* [iq_132]</li>
|
||
<li>Added driver for Super Trivia Master and Progressive Music Trivia [iq_132]</li>
|
||
<li>Added driver for Tac/Scan, Star Trek, Zektor, Eliminator and Space Fury on Sega's G80 Vector HW [iq_132, dink]</li>
|
||
<li>Added driver for Atari's Quantum [iq_132]</li>
|
||
<li>Added driver for Atari's Black Widow, Gravitar and Space Duel [iq_132]</li>
|
||
<li>Added driver for Atari's Red Baron and Battle Zone [iq_132, dink]</li>
|
||
<li>Added driver for Atari's Major Havoc [iq_132]</li>
|
||
<li>Added driver for NMK's (Jaleco licensed) Argus, Valtric and Butasan (Pig's and Bomber's) [iq_132, dink]</li>
|
||
<li>Added driver for Konami's Dive Bomber Squad prototype [iq_132]</li>
|
||
<li>Added driver for Atari's Return of the Jedi [iq_132]</li>
|
||
<li>Added driver for Atari's Cloud 9 and Firebeast [iq_132]</li>
|
||
<li>Added driver for Atari's Crystal Castles [dink]</li>
|
||
<li>Added driver for Hydra and Pit Fighter [iq_132]</li>
|
||
<li>Added driver for Badlands [iq_132]</li>
|
||
<li>Added driver for Batman [iq_132]</li>
|
||
<li>Added driver for Blasteroid [iq_132]</li>
|
||
<li>Added driver for Escape from the Planet of the Robot Monsters [iq_132]</li>
|
||
<li>Added driver for Klax [iq_132]</li>
|
||
<li>Added driver for Off The Wall *WIP/Not working* [iq_132]</li>
|
||
<li>Added driver for Ramparts *WIP* [iq_132]</li>
|
||
<li>Added driver for Atari Arcade Classics Prototype [iq_132]</li>
|
||
<li>Added driver for Relief Pitcher [iq_132]</li>
|
||
<li>Added driver for Shuuz [iq_132]</li>
|
||
<li>Added driver for Skull and Crossbones [iq_132]</li>
|
||
<li>Added driver for Thunder Jaws [iq_132]</li>
|
||
<li>Added driver for Toobin' [iq_132]</li>
|
||
<li>Added driver for Vindicators [iq_132]</li>
|
||
<li>Added driver for Xybots [iq_132]</li>
|
||
<li>Finish Midway Wolf Unit emulation, making MK3, UMK3 and Rampage World Tour playable w/sound [Barry, dink, iq_132]</li>
|
||
<li>Added driver for Midway T Unit, working games: MK, MK2 [Barry, dink]</li>
|
||
</ul>
|
||
<!-- new game additions to existing drivers -->
|
||
<h4>New additions / updates to existing drivers</h4>
|
||
<ul>
|
||
<li>Add World Heroes 2 (ALH-006) to the Neo Geo driver [Barry, Razoola]</li>
|
||
<li>Add V-Liner (v0.54, v0.7a and 0.7e) to the Neo Geo driver [Barry, Razoola]</li>
|
||
<li>Add English fan translations of the following Megadrive games: Battle Golfer Yui, Fushigi no Umi no Nadia, Psy-O-Blade, Rent a Hero, Bishoujo Senshi Sailor Moon and Vixen 357 [barbudreadmon]</li>
|
||
<li>Add Streets of Rage 2 Puyo Wars Hack to Megadrive Driver [barbudreadmon]</li>
|
||
<li>Add Star Chaser homebrew game to Megadrive Driver [barbudreadmon]</li>
|
||
<li>Add Shining Tactics Absolute Final Edition (Hack) to Megadrive [barbudreadmon]</li>
|
||
<li>Add English fan translations of the following GameGear games: Lunar - Sanposuru Gakuen, Madou Monogatari I - 3-Tsu no Madoukyuu, Megami Tensei Gaiden - Last Bible S, Phantasy Star Gaiden, Shining Force Gaiden - Final Conflict and Sylvan Tale [barbudreadmon]</li>
|
||
<li>Add Ghost Pilots (prototype) to the Neo Geo driver [Barry, Razoola]</li>
|
||
<li>Add Royal Stone English translation the SMS/GameGear driver [barbudreadmon]</li>
|
||
<li>Add Titan (Pac-Man hack) to the Pac-Man driver [Craig Anstett, CraftyMech, JacKc]</li>
|
||
<li>Add Kabuki-Z to the public builds of FB Alpha - somehow this was overlooked, sorry about that! [dink]</li>
|
||
<li>Add Ikki, Strength and Skill, and Banbam to the Markham driver [iq_132]</li>
|
||
<li>Add Toki no Senshi - Chrono Soldier as parent, older version is actually a prototype [Barry]</li>
|
||
<li>Add support for Neo-Geo Universe BIOS 3.3 [Barry, Razoola]</li>
|
||
<li>Add Neo Geo BIOS (NEO-MVH MV1C, Japan) [Barry, Razoola]</li>
|
||
<li>Add Neo Geo BIOS (sp1-u4, US) [Barry, ack]</li>
|
||
<li>Add Vindicators II to the Gauntlet driver [iq_132]</li>
|
||
<li>Add Street Fighter 2 Red Wave Pt II [Barry, okada yuko]</li>
|
||
<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>Add Blaze On (World), making it the new parent [rtw, The Dumping Union]</li>
|
||
<li>Add Ultimate Mortal Kombat 3 Tournament Edition and Ultimate Mortal Kombat 2 Tournament Edition hacks [dink]</li>
|
||
<li>Add Waku Waku Ultraman Racing to the Sega System 16B driver [Barry]</li>
|
||
<li>Add Kof '98 Plus Final Edition (kof98pfe) & Kof 10th Anniversary (kof10thd) hacks to Neo Geo [barbudreadmon]</li>
|
||
</ul>
|
||
<!-- clones and updated romsets in drivers -->
|
||
<h4>Clones and updated romsets in existing drivers</h4>
|
||
<ul>
|
||
<li>Added clone of Marvel Super Heroes (951024 Brazil) to the CPS-2 driver [Barry, SHVB, The Dumping Union]</li>
|
||
<li>Added clone of Sengoku 3 / Sengoku Densho 2001 (Set 2) to the Neo Geo driver [Barry, Razoola]</li>
|
||
<li>Added clone of Final Fight (900405 Japan) to the CPS-1 driver [Barry, bonky0013, Manimani, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (Level Select bootleg, 920322 USA) to the CPS-1 driver [Barry, hammy, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (920313 USA bootleg sets 8,9 and 10) to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Naughty Boy (bootleg, set 2) [f205v, Matteo, JacKc]</li>
|
||
<li>Added clone of Donkey Kong Junior (US, bootleg?) [unknown, JacKc]</li>
|
||
<li>Added clone of Karate Blazers (Tecmo license) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Last Mission (World revision 8 ) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of The King of Dragons (ETC 910731) [Sergio Galiano, Recre_Piscis, Spain, JacKc]</li>
|
||
<li>Added clone of Knights of Valour 2 Plus - Nine Dragons / Sanguo Zhan Ji 2 Qunxiong Zhengba / Sanguo Zhan Ji 2 Feilong Zai Tian / Sangoku Senki Busyou Souha (ver. M200XX, 200, 100CN) [300wins, Bill D., The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Metal Slug 3 (NGM-2560, earlier) [Razoola, JacKc]</li>
|
||
<li>Added clone of Bubble Memories: The Story Of Bubble Bobble III (Ver 2.5A 1996/02/21) [Arnaldo Abrantes, Pascal Costa, JacKc]</li>
|
||
<li>Added clone of Come-Cocos (Ms. Pac-Man) (Cocamatic bootleg) [Darksoft, JacKc]</li>
|
||
<li>Added clone of Jump Coaster (World) [ShouTime, THe Dumping Union, JacKc]</li>
|
||
<li>Added clone of Hat Trick Hero '95 (Ver 2.6Asia 1994/11/17) [Artemio Urbina, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Strikers 1945 (World, unprotected) [Blackfish, Brizzo, rtw, JacKc]</li>
|
||
<li>Added clone of Raiden DX (Portugal) and Raiden DX (Japan, set 2) [Jorge Silva, Atro, Kravex, JacKc]</li>
|
||
<li>Added clone of Flicky (64k Version, on Up'n Down boardset) [Jon H., The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Ikari Warriors (US, set 2) [Joe Magiera, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of WWF WrestleFest (US) [SpinalFeyd, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Biomechanical Toy (Ver. 1.0.1870) [Jorge Casares, Ruben Casa?a, JacKc]</li>
|
||
<li>Added clone of Masterboy [Barry]</li>
|
||
<li>Added Strahl (World), making Strahl Japan Sets 1 and 2 clones in the NMK16 driver [dink]</li>
|
||
<li>Added clone of Landmaker 2.02O World version [SEGV, Brian Troha]</li>
|
||
<li>Added Hacha Mecha Fighter location test prototype [Mike Moffitt, Osso13]</li>
|
||
<li>Added bootleg of World Cup '90 (twcup90bb) [Barry, Roberto Fresca, Martin Mejia Britez]</li>
|
||
<li>Added clone of Super Street Fighter II - the tournament battle [Barry]</li>
|
||
<li>Added clone of Street Fighter 2 [Barry, Erik Preston]</li>
|
||
<li>Added clone of Street Fighter 2 [Barry, Chris Gleed]</li>
|
||
<li>Added bootleg of Warriors of Fate (wofabl) [Barry]</li>
|
||
<li>Added clone of Street Fighter 2 (sf2ea) [Barry]</li>
|
||
<li>Added clone of Shinobi (unprotected) [Barry, Brian Troha]</li>
|
||
<li>Added 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>
|
||
<li>Added clone of Laser Ghost (Japan) to System 18 [Barry]</li>
|
||
<li>Added 2 bootleg clones of Enduro Racer to the Hang On driver [Barry]</li>
|
||
<li>Added clone of G-LOC R360 (Japan) to the Sega Y-Board driver [Barry]</li>
|
||
<li>Added prototype of Fantasy Zone to the Sega System 16A driver [Barry]</li>
|
||
<li>Added 2 clones of Action Fighter to the Sega System 16A driver [Barry]</li>
|
||
<li>Added 4 clones of Action Fighter to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Fantasy Zone to the Sega System 16A driver [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.43</h3>
|
||
<!-- fixes and features -->
|
||
<h4>Fixes and new features</h4>
|
||
<ul>
|
||
<li>Use real MCU for Tokio [Barry]</li>
|
||
<li>Fix state issues with Slap Fight/Tiger Heli [dink]</li>
|
||
<li>Fix incremental search and sort alphabetically w/"Use Zipnames". [dink]</li>
|
||
<li>Improve incremental search in the game list. This search is when you type at the game list (not the search box) for example: to get to "Super Cobra" really fast, type "superco" - or - "doublew" for "Double Wings". Whatever you are searching for - just leave out the space. If "Use Zipnames" is selected, type in the romset name or a subset of it. [dink]</li>
|
||
<li>Fix a few video bugs and state issues in "The Lost Castle in Dark Mist" [dink]</li>
|
||
<li>Fix dac sounds in Ultimate Mortal Kombat 3 Trilogy hack [dink]</li>
|
||
<li>Fix B-Wings (Alt) set boot issue [dink]</li>
|
||
<li>Fix color issues in Gold Medalist [iq_132]</li>
|
||
<li>Z80 Core, small improvement to vector handling [dink]</li>
|
||
<li>Parents Only option for driver icons (for systems that have problems with driver icons) [dink]</li>
|
||
<li>Create new interface and port eke-eke's high quality ym2612 core from Genplus-gx [dink]<ul>
|
||
<li>Fixes SFX sounds in Streets of Rage 2</li>
|
||
<li>Fixes lead and percussive guitar sounds in Mega Turrican's intro</li>
|
||
</ul></li>
|
||
<li>Fix crash with NBA Jam Tournament Edition on Megadrive [dink]</li>
|
||
<li>Improve 68k timing for Megadrive, fixes... [dink]<ul>
|
||
<li>Graphics issues/corruption in Galahad</li>
|
||
<li>Flickery separator line in VS mode on Sonic 2 and 3</li>
|
||
<li>Fix freeze with Desert Strike on Megadrive</li>
|
||
<li>Overall, probably improves everything</li>
|
||
</ul></li>
|
||
<li>Fix music hangs in Sonic 3 when Sonic is underwater (Z80 timing) [dink]</li>
|
||
<li>Fix PGM Arm7 crash on 64bit systems w/theglad, kov* [dink]</li>
|
||
<li>Sync. romsets with MAME 0.188 [Barry]</li>
|
||
<li>Sync. some romsets with MAME 0.189 [JacKc]</li>
|
||
<li>Fix Robocop2 ending credits scrolltext (8x8 offset masking) [iq_132]</li>
|
||
<li>Fix for replays desynching with games that use SRAM/NVRAM [dink]</li>
|
||
<li>Strikers 1945 Plus music fix [dink]</li>
|
||
<li>Fix Palette Viewer for games with BDF_16BIT_ONLY flag [dink]</li>
|
||
<li>Port Z180 Core from MAME and create FBAlpha-style cpu interface [Barry, iq_132]</li>
|
||
<li>Hook-up Z180 sound-cpu in GHOX [Barry]</li>
|
||
<li>Games using flag BDF_16BIT_ONLY are no longer 1-frame behind emulation, other projects using FBAlpha please take note (see intf/video/vid_interface.cpp) [dink]</li>
|
||
<li>Fix DAC(psg) sounds in Afterburner II Megadrive [dink]</li>
|
||
<li>Added define to log ram usage in src/burn/burn_memory.cpp [iq_132]</li>
|
||
<li>Fixed Archery level in Konami's '88 Games [dink, Gab75]</li>
|
||
<li>Fixed inputs for Nayade Resistance and Crazy Buggy on MSX [dink]</li>
|
||
<li>Hooked up protected versions of Alligator hunt, Touch & Go, Maniac Square in Gaelco2 Hardware [iq_132]</li>
|
||
<li>Fixed Music/SFX pitch in Arbalester, and occasional "Illegal Inst." error when playing w/Keyboard [dink]</li>
|
||
<li>Hook up protection MCU for protected version of Glass [iq_132]</li>
|
||
<li>Fixed palette recalc issue w/some Taito-Z games, fixes weird colors when switching BPP during game [dink]</li>
|
||
<li>Fixed cut-short continue message in Data East's Breakthru [dink]</li>
|
||
<li>Fixed small memory leaks in dynamic Huffman compression [dink]</li>
|
||
<li>Hook up MCU to Tough Turf (U) and Wrestle War, fix Tough Turf (J) [Barry]</li>
|
||
<li>Fixed 2-Player mode in Wonder Boy in Monster Land (System1) [dink]</li>
|
||
<li>Fixed distorted sounds in Time Pilot, Time Pilot '84, Tutanham and Commando Sega [dink]</li>
|
||
<li>Added Single-Screen modes (DIPS) to Gaelco's World Rally 2 and Data East's Backfire! [dink]</li>
|
||
<li>Fixed screen corruption at end of race in Hang-On Jr. / v-scrolling issue in Sega System E [dink]</li>
|
||
<li>Added notaz's BCD fixes to the Musashi 68k cpu core [dink]</li>
|
||
<li>Added i8x41/UPI-41 cpu core [iq_132]</li>
|
||
<li>Sync. romsets with MAME 0.191 [Barry]</li>
|
||
<li>Fixed occasional distorted graphics in Konami's Jail Break when playing w/Keyboard [dink]</li>
|
||
<li>Fixed deroon's inputs (irq timing) [dink]</li>
|
||
<li>New feature for Lord of Gun: shoot any side to reload [dink]</li>
|
||
<li>Added support for Multi/Connected sprites in Toaplan GP9001 emulation, fixes GHOX's Highscore background [dink]</li>
|
||
<li>UI Change, the search box text will be preserved between game loads [dink]</li>
|
||
<li>Fix for Use and Select buttons were erraneously swapped in Dungeons & Dragons - Shadow Over Mystara [dink]</li>
|
||
<li>Fix spritelag issue in Ryu Jin [dink]</li>
|
||
<li>Add missing third button to Life Force (Japan) [dink, gamezfan]</li>
|
||
<li>Improve paddle emulation in Gee Bee, Bomb Bee and Cutie Q [dink]</li>
|
||
<li>Fix sound issues with Phoenix and savestates [dink]</li>
|
||
<li>Fix freeze in Kaitei Takara Sagashi while starting a new game [dink]</li>
|
||
<li>Increase the sound level for all Taito F3 games [dink]</li>
|
||
<li>Small improvement to the search box. Now, for example "namco system 1", "namco system 2" or "taito f3" can be searched for [dink]</li>
|
||
<li>Fix color issues and impliment transmask groups for Mad Gear / Led Storm, fixing level 2+ [dink]</li>
|
||
<li>Fix missing tiles and scrolling issues in Last Duel level 2 [dink]</li>
|
||
<li>Fixed many graphical issues in Magical Crystals [dink]</li>
|
||
<li>Fixed input and sound issues in Zoar [dink]</li>
|
||
<li>Fixed timing issue in Burnin' Rubber / Bump 'n Jump [dink]</li>
|
||
<li>Fixed p3 / p4 inputs in Bucky and Moo Mesa [dink]</li>
|
||
<li>Fixed Kaiser Knuckle 2p Kick buttons [shine]</li>
|
||
<li>Fixed transparency issue in Motos [iq_132]</li>
|
||
<li>Fixed an input issue in CPS3 when opposite directions are pressed [dink]</li>
|
||
<li>Converted 1942 and Gun.Smoke over to the new tilemap system [iq_132]</li>
|
||
<li>Updated the ARM core to fix problems with Deco MLC and Deco 156 games [dink]</li>
|
||
<li>Fix byte, word, and quad-long DMA Transfers in SH-2 [dink]</li>
|
||
<li>Added stereo mode to DAC [dink]</li>
|
||
<li>Added bsmt2k and decobsmt soundcores [iq_132, dink]</li>
|
||
<li>Fixed sounds/sfx in Gouketsuji Gaiden Legends [dink]</li>
|
||
<li>Fixed occasional clicks/pops at the beginning of emulation if the last game played was exited while the msm6295 was playing something [dink]</li>
|
||
<li>Fixed the fog-fadeout in the end-boss scene and other alpha-transparency issues in Moo Mesa [dink]</li>
|
||
<li>Fixed several minor graphic bugs in Hangzo [dink]</li>
|
||
<li>Slight drawing optimization for Robocop 2 and Edrandy [dink]</li>
|
||
<li>Fixed bad fades in Ninja Baseball Batman and occasional tilemap studder in R-Type LEO [dink]</li>
|
||
<li>Enabled High Score saves for most Irem M72 games [dink]</li>
|
||
<li>Fixed k054539 savestates and reverb function [dink]</li>
|
||
<li>Fixed graphics issues in Irem's Major Title making the game fully playable [dink]</li>
|
||
<li>Fixed music issues in Sol Divide [dink, barbudreadmon]</li>
|
||
<li>Added speedhack dip options for Psikyo SH-2 games [barbudreadmon]</li>
|
||
<li>Fixed k054539 pt.2: Use 3 different techniques (ramp to 0, check for bad last sample, slight modification to dpcm table) to get rid of clicky noises in 4bit dpcm sfx/voice samples (Moo Mesa, Bucky O'Hare, Mystic Warriors, Violent Storm, etc.) [dink]</li>
|
||
<li>Fixed alpha effects in Bucky O'Hare title fadeout, and other transitional scene fades (tile layer 3 over/under sprites priority mode) [dink]</li>
|
||
<li>Added Z180 support to BurnTimer [iq_132]</li>
|
||
<li>Rewrite/Modernize drivers for 1943, Commando, Jack and the Giantkiller, Mole Attack, Mr. Flea, Route 16, and Bomb Jack [iq_132]</li>
|
||
<li>Fixed Safari Hunting on SG-1000, thanks to Eke of Genesis Plus GX for info! [dink]</li>
|
||
<li>Fixed palette/color issues in Spelunker 1 and 2 [dink]</li>
|
||
<li>Added proper Draw handler to Irem M62 so paused games don't advance a frame during a window update/redraw [dink]</li>
|
||
<li>Fixed Input Dialog: Populate the combo list with preset name when saving [Barry]</li>
|
||
<li>Fixed broken lines in the boss tank for the M82 version of Air Duel [dink]</li>
|
||
<li>Removed rom patch and added proper protection simulation to Route 16 [iq_132]</li>
|
||
<li>Removed rom patch and added proper protection simulation to Meta Fox [iq_132]</li>
|
||
<li>Fixed Tetrise and Hang-On Jr. dips [dink]</li>
|
||
<li>Slight timing improvement for Kicker / Shaolin's Road [dink]</li>
|
||
<li>Use event semaphores instead of polling for better DirectSound performance and timing [Jan Klaassen]</li>
|
||
<li>Fix another cycle-related issue with ZetRunEnd, fixes sound issues with certain Neo-Geo games [dink]</li>
|
||
<li>Enabled High Score saving for most CPS3 games [barbudreadmon]</li>
|
||
<li>Fixed some palette issues in Super Burger Time [dink]</li>
|
||
<li>Added M6502SetAddressMask() to the M6502 cpu core [iq_132]</li>
|
||
<li>Added cubic resampling interpolater to the samples core [Jan Klaassen]</li>
|
||
<li>Added speedhack dip options for Deco32 games [gamezfan, dink]</li>
|
||
<li>Enabled High Score saving for Raiden [barbudreadmon]</li>
|
||
<li>Updated K054539 pt.3, use cubic resampling for high quality sound [dink]</li>
|
||
<li>Fixed timers in SN76477 sound core [dink]</li>
|
||
<li>Fixed missing cut-scene graphics in Pretty Soldier Sailor Moon [Jan Klaassen]</li>
|
||
<li>Update Namco System 2's soundcore w/cubic resampling for high quality sound [dink]</li>
|
||
<li>Update Gaelco2 soundcore w/cubic resampling and fix crackle/pop!'s at beginning of samples [dink]</li>
|
||
<li>Fixed layer priority masking in Black Tiger [vbt]</li>
|
||
<li>Fixed the MSM6295 sampling rate in Batsugun and Truxton2 [yukaritamura (libretro-fba), dink]</li>
|
||
<li>Add high-quality ICS2115 (pgm) soundcore from Jan, superior sound quality for all PGM games, fixes KOV2 music [Jan Klaassen]</li>
|
||
<li>Update ES5505/6 soundcore w/cubic interp. resampling [dink]</li>
|
||
<li>Increase volume in Gyruss and Monster Slider [dink]</li>
|
||
<li>Fixed sound loss, palette fade bug and sprite clipping issues in Double Wings [dink]</li>
|
||
<li>Added new interface for AY8910, updated all drivers to use it [iq_132]</li>
|
||
<li>Emulated sound cpu and hooked up all sounds in Mario Bros. (mario) [dink]</li>
|
||
<li>Added Sega TeamPlayer support to the Megadrive driver, enabling it for: Columns 3, Gauntlet 4, Mega Bomberman, Street Racer (...more to come..) [dink]</li>
|
||
<li>Fixed player sprite color in Millipede [dink]</li>
|
||
<li>Added speech to Gauntlet I and II - TMS5220 sound core ported to FBA [dink]</li>
|
||
<li>Added save state support to the Irem M90 driver [dink]</li>
|
||
<li>Cleaned up the sound in Donkey Kong to get rid of clicks in some sounds [dink]</li>
|
||
<li>Fixed sound hz in Triple Punch and clones [dink]</li>
|
||
<li>Standardize savestate calls amongst soundcores [iq_132]</li>
|
||
<li>Fixed tilemap and sound synchronization issues in Rohga [dink]</li>
|
||
<li>Hook up sound cpu and fix sprite offsets in Pipi & Bibis / Whoopee!! on Teki Paki hardware [dink]</li>
|
||
<li>Fixed video and audio issues in Risky Challenge, game now playable [dink, iq_132]</li>
|
||
<li>Updated all FM soundcores using the timer system to require a lot less support code per driver (internalized *GetTime and *Synch.Stream) [dink]</li>
|
||
<li>Fix the SRam implimentation on Megadrive [dink]</li>
|
||
<li>Added EA "Four Way Play" support to Megadrive, enabled for General Chaos and Mutant League Hockey [dink]</li>
|
||
<li>Added resampling to the ymf278b sound core, sounds right regardless of user sound rate [dink]</li>
|
||
<li>Added a English fan-translations of the following Megadrive games: Battle Mania Daiginjou, Gleylancer, Tougiou King Colossus, Langrisser II, Phantasy Star II Adventure series games, Pulse Man, Twinkle Tale and Undead Line [barbudreadmon]</li>
|
||
<li>Fixed color issues on Jupiter and occasional missing pixels on Neptune in Gyruss [dink]</li>
|
||
<li>Added CPU_IRQSTATUS_HOLD to hd6309 cpu core [dink]</li>
|
||
<li>Fixed ending scene and movement of the rock-wall dragon boss in Labyrinth Runner/Trick Trap [dink]</li>
|
||
<li>Use a common timer value when starting netgames on Neo-Geo for better netgame sync. [Ponder]</li>
|
||
<li>Added menu option (Misc -> Options) to enable/disable the High Resolution Timer - defaults to ON [dink]</li>
|
||
<li>Added Sync. to DWM option for Windows 7 - 10 windowed mode [dink]</li>
|
||
<li>Street Fighter II' - Champion Edition now runs at the right speed [dink, Barry]</li>
|
||
<li>Fixed crash w/DX9 Blitters when going to the task manager in Win7+ when Auto Pause is off [dink]</li>
|
||
<li>Updates to the uPD7810 cpu core [dink, iq_132]</li>
|
||
<li>uPD7810 core, update some opcodes and add analog port reading for c-chip [dink, iq_132]</li>
|
||
<li>Emulate Taito C-Chip for Superman, Bonze Adventure, Mega Blast, Rainbow Islands / Rainbow Islands Extra and Volfied [dink]</li>
|
||
<li>Use 4-Way inputs for Volfied, making the game playable [dink]</li>
|
||
<li>Fixed a problem where Bonze Adventure wasn't reading the dips [dink]</li>
|
||
<li>Re-work tile:sprite priority system in Taito F2 [dink]<ul>
|
||
<li>Pulirula: fixes tile:sprite priorities and blending effects in level 2</li>
|
||
<li>Liquid Kids: fixes the cut-scene/story between levels</li>
|
||
<li>Metal Black: fixes missing moving letters before the titlescreen appears</li>
|
||
</ul></li>
|
||
<li>Improved DonPachi and DoDonPachi timing to respond to inputs in 2 frames instead of 4 [dink]</li>
|
||
<li>Changed aspect ratio on Tecmo Bowl to look less squished [dink]</li>
|
||
<li>Sync. romsets with MAME 0.197 [Barry]</li>
|
||
<li>Analog input improvement for Konami GT and RF2 [dink]</li>
|
||
<li>Fixed click when paused/dc offset issue in Cheeky Mouse [dink]</li>
|
||
<li>Removed busyloop hacks from M6809, HD6309 and M6805 CPU Cores [dink]</li>
|
||
<li>Update libpng to 1.6.34 [Barry]</li>
|
||
<li>Improved timing in Heavy Unit and Ghosts'n Goblins (revisited) [dink]</li>
|
||
<li>Fixed several bugs in the M6805 cpu core [dink]</li>
|
||
<li>Fixed "BAD HARDWARE" error message in most versions of Arkanoid [dink]</li>
|
||
</ul>
|
||
<!-- new drivers -->
|
||
<h4>New drivers</h4>
|
||
<ul>
|
||
<li>Added driver for Pit n Run and Jump Kun [iq_132]</li>
|
||
<li>Added driver for Glass by OMK/Gaelco [iq_132]</li>
|
||
<li>Added driver for Thunder Hoop 2: TH Strikes Back [iq_132]</li>
|
||
<li>Added driver for Manhattan, Highway Chase, Terranean, Astro Fantasia, Super Astro Fighter, Flash Boy, Lock 'n Chase, on Deco Cassette System hardware [iq_132, dink]</li>
|
||
<li>Added driver for Pata Pata Panic [iq_132]</li>
|
||
<li>Added driver for Pacman - 25th Anniversary Edition and Ms.Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion [iq_132]</li>
|
||
<li>Added driver for Data East's Dream Ball [iq_132]</li>
|
||
<li>Added driver for Heavy Smash and World Cup Volly '95 on Deco 156 hardware [iq_132]</li>
|
||
<li>Added driver for Avengers in Galactic Storm, Stadium Hero '96, Skull Fang, Hoops '96, Dunk Dream '95 and Hoops on Deco MLC hardware [iq_132]</li>
|
||
<li>Added driver for Captain America and The Avengers, Fighter's History, Night Slashers, Tattoo Assassins, and Dragon Gun on Deco 32 hardware [iq_132, dink]</li>
|
||
<li>Added driver for Popper [iq_132]</li>
|
||
<li>Added driver for Mosaic and Golden Fire II [iq_132]</li>
|
||
<li>Added driver for Pipe Dream and Hatris [iq_132]</li>
|
||
<li>Added driver for The Pit, Round Up/Fitter, Dockman/Portman, Super Mouse/Funny Mouse, Desert Dan and Intrepid [iq_132]</li>
|
||
<li>Added driver for 3x3Puzzle and Casanova [iq_132]</li>
|
||
<li>Added driver for Toaplan-1 games: Vimana, Outzone, Same! Same! Same!/FireShark, Demon's World, Zero Wing, Hellfire, Truxton and Rally Bike, replacing the older individual drivers [iq_132]</li>
|
||
<li>Added driver for Konami's Double Dribble [iq_132, dink]</li>
|
||
<li>Added driver for Nibbler, Pioneer Balloon, Fantasy, Vanguard, Sasuke and Commader and Satan of Saturn on RockOla/SNK6502 hardware [iq_132, dink]</li>
|
||
<li>Added driver for Car Jamboree [iq_132]</li>
|
||
<li>Added driver for Metal Clash by Data East [iq_132]</li>
|
||
<li>Added driver for Jibun wo Migaku Culture School Mahjong Hen [iq_132]</li>
|
||
<li>Added driver for Metal Soldier Isaac II [iq_132]</li>
|
||
<li>Added driver for Xyonix [iq_132]</li>
|
||
<li>Added driver and sound core for Flower [iq_132, dink]</li>
|
||
<li>Added driver for Mad Motor Prototype [iq_132]</li>
|
||
<li>Added driver for Monkey Magic [iq_132]</li>
|
||
<li>Added driver for Kangaroo, replacing the old one [iq_132]</li>
|
||
<li>Added driver for Pirate Ship Higemaru, replacing the old one [iq_132]</li>
|
||
<li>Added driver for Cop 01 and Mighty Guy, due to protection issues, Mighty Guy is without sound [iq_132]</li>
|
||
<li>Added driver for Oli-Boo-Chu [iq_132]</li>
|
||
<li>Added driver for Super Cross II [iq_132]</li>
|
||
<li>Added driver for V-Ball [iq_132]</li>
|
||
<li>Added driver for PK Scramble [iq_132]</li>
|
||
<li>Added driver for games on Vic Dual hardware *no sound yet* [iq_132]</li>
|
||
<li>Added driver for Super Speed Race Jr. [iq_132]</li>
|
||
<li>Added driver for American Speedway [iq_132]</li>
|
||
<li>Added driver for Space Stranger / 2 [iq_132]</li>
|
||
<li>Added driver for Crazy Ballon [iq_132, dink]</li>
|
||
<li>Added driver for Clash Road and Fire Battle [iq_132]</li>
|
||
<li>Added driver for Flack Attack / MX5000 by Konami [iq_132, dink]</li>
|
||
<li>Added driver for Master Boy (older/Z80 HW) [iq_132]</li>
|
||
<li>Added driver for Beam Invader *WIP/not working* [iq_132]</li>
|
||
<li>Added driver for Dribling [iq_132]</li>
|
||
<li>Added driver for Dora-Chan [iq_132]</li>
|
||
<li>Added driver for Combat School by Konami [iq_132]</li>
|
||
<li>Added driver for Fast Lane by Konami [iq_132]</li>
|
||
<li>Added driver for Konami's Super Basketball [iq_132]</li>
|
||
<li>Added driver for WarpSpeed *WIP/not working* [iq_132]</li>
|
||
<li>Added driver for Food Fight by GCC/Atari [iq_132]</li>
|
||
<li>Added driver for Data East's 18 Holes Pro Golf [iq_132]</li>
|
||
</ul>
|
||
<!-- new game additions to existing drivers -->
|
||
<h4>New additions / updates to existing drivers</h4>
|
||
<ul>
|
||
<li>Add World Rally 2 [Morten Shearman Kirkegaard, Peter Wilhelmsen, David Haywood, iq_132]</li>
|
||
<li>Add Mortal Kombat II (World) Unlimited Hack by Smoke on Megadrive [dink]</li>
|
||
<li>Add Streets of Rage 2 (USA) Syndicate Wars 2016 Hack by Gsaurus on Megadrive [dink]</li>
|
||
<li>Add Streets of Rage 3 - The Bare Knuckle 3 Project Hack on Megadrive [dink]</li>
|
||
<li>Add Rock n` Roll Racing v15 Hack by Ti [Combone]</li>
|
||
<li>Add several great Sonic 1,2&3 Hacks [Combone]</li>
|
||
<li>Add Mortal Kombat Revelations, Mortal Kombat 3 and Ultimate Hacks [Combone]</li>
|
||
<li>Add Monster World IV English Translation Hack on Megadrive [dink]</li>
|
||
<li>Add Bubble Bobble (prototype on Tokio hardware) [Barry]</li>
|
||
<li>Added DoDonPachi III (World, 2002.05.15 Master Ver) [neohyphengeo productions] to d_pgm.cpp [JacKc]</li>
|
||
<li>Added B.Rap Boys Special (World) [Phill @NES4Life, JacKc]</li>
|
||
<li>Added Super Street Fighter II sound and color improvement hack on Megadrive [Combone]</li>
|
||
<li>Added Mega Cheril Perils homebrew game to Megadrive [dink]</li>
|
||
<li>Added Alex Kidd in Miracle World 2 Hack to Mastersystem [dink]</li>
|
||
<li>Added Dahna - Goddess` Birth (English Hack) to Megadrive [dink]</li>
|
||
<li>Added Masiaka (Demo[scene]) by Resistance 2017 to Megadrive [dink]</li>
|
||
<li>Added Turrican fix/hack by linkuei & helder to Megadrive [dink]</li>
|
||
<li>Added Street Fighter 2 Special Champion Edition color and sound hack on Megadrive [Combone]</li>
|
||
<li>Added FlameWing's BCD Test program to the Megadrive Driver [dink]</li>
|
||
<li>Added Fantasy Zone 2 (Working) and Opa-Opa (not working) to System E driver [dink]</li>
|
||
<li>Removed all garbage/hacks by GSC2007, as they should be avoided like the plague anyway. [n/a]</li>
|
||
<li>Add Riddle of Pythoragas and Slap Shooter to Sega System E [vbt]</li>
|
||
<li>Added Omega to the Freekick driver [dink]</li>
|
||
<li>Add Contra, NES2PCE conversion to PCE [Combone]</li>
|
||
<li>Added several Megadrive game hacks: Teenage Mutant Ninja Turtles - Tournament Fighters Hack, Streets of Rage 2 - Bare Knuckle 3 Boss Edition, Streets of Rage 2 - TMNT Hack, Streets of Rage 3 - Extreme Edition, Golden Axe III - New Character, International Superstar Soccer Deluxe - Real Names+Extras, and UEFA Euro 2004 Portugal (ISSDX Hack) [Combone]</li>
|
||
<li>Added In Your Face [iq_132], created a handcrafted priority prom so the game works (for all emulators!) [dink]</li>
|
||
<li>Added Weka Invaders 1.0 to the Sega Master System driver [dink]</li>
|
||
<li>Added A-Blast to the Seta 2 driver [gamezfan]</li>
|
||
<li>Added Silver Valley by Enrique Ruiz / MIKGAMES to the Sega Master System driver [dink]</li>
|
||
<li>Added Last KM to the Gaelco driver [iq_132]</li>
|
||
<li>Added Sonic 3D Blast: The Director's Cut to the Megadrive driver [dink]</li>
|
||
<li>Added Bioplaything Cop to Gaelco [iq_132]</li>
|
||
<li>Updated kof99ae to 20170909 Final version [JacKc]</li>
|
||
<li>Added Mario Bros. revision G, making it the new parent [dink]</li>
|
||
<li>Added Pier Solar to the Megadrive driver [iq_132]</li>
|
||
<li>Added KOF2002 OMG and Omega hacks to the Neo-Geo driver [barbudreadmon]</li>
|
||
<li>Added KOF98 mix hack to the Neo-Geo driver [iq_132]</li>
|
||
<li>Added Metal Slug 5W hack to the Neo-Geo driver [iq_132]</li>
|
||
<li>Added World Rally 2: Twin Racing (mask ROM version) to d_gaelco.2.cpp [Barry]</li>
|
||
</ul>
|
||
<!-- clones and updated romsets in drivers -->
|
||
<h4>Clones and updated romsets in existing drivers</h4>
|
||
<ul>
|
||
<li>Add clone of Act-Fancer Cybernetick Hyper Weapon [Barry]</li>
|
||
<li>Add clone of Kageki [Barry]</li>
|
||
<li>Add two clones of Return of the Invaders [Barry]</li>
|
||
<li>Added clone of Street Fighter II: The World Warrior (Quicken, bootleg) [Moffitt] to d_cps1.cpp [JacKc]</li>
|
||
<li>Added clone of Street Fighter (World) (protected) [Corrado Tomaselli] to d_cps1.cpp [JacKc]</li>
|
||
<li>Added World clone of Ordyne [Barry]</li>
|
||
<li>Added clone of Carrier Air Wing (USA 901130) [mastercello] to d_cps1.cpp [JacKc]</li>
|
||
<li>Added missing Popeye clones [JacKc]</li>
|
||
<li>Added clone of WWF Superstars (US revision 6) [JacKc]</li>
|
||
<li>Added 1943: Midway Kaisen (Japan) to d_1943.cpp [JacKc]</li>
|
||
<li>Added Chuka Taisen (Japan) (P0-025-A PCB) and correct color proms [pacman70] to d_tzns.cpp [JacKc]</li>
|
||
<li>Added Alligator Hunt (World, protected) [Pablo] to d_gaelco2.cpp [JacKc]</li>
|
||
<li>Added Alligator Hunt (unprotected, set 2) [David Haywood, Peter Wilhelmsen] to d_gaelco2.cpp [JacKc]</li>
|
||
<li>Added Super Athena (bootleg) [Hammy] to d_snk.cpp [JacKc]</li>
|
||
<li>Added Crazy Climber (US set 2) [John of http://www.johnsarcade.com] to d_cclimber.cpp [JacKc]</li>
|
||
<li>Added clone of Beast Busters (Japan, Version 2, J3) [Layer @ jammaplus, JacKc]</li>
|
||
<li>Added clone of Lady Master of Kung Fu (set 2, older) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Athena (bootleg) [Porchy, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Cabal (UK, Joystick) [hammy, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Super Hang-On (Hang-On conversion, Beta bootleg) [Cmonkey, JacKc]</li>
|
||
<li>Added clone of Rod-Land (World, set 2) [frsj8112, JacKc]</li>
|
||
<li>Added clone of Bucky O'Hare (ver AA) [Bill D., The Dumping Union, JacKc]</li>
|
||
<li>Added clone of '99: The Last War (bootleg) [ShouTime, JacKc]</li>
|
||
<li>Added clone of Martial Masters (ver. 102, 101, 101TW) [skate323k137, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Gunbird 2 (set 2) [Hyid Choi, JacKc]</li>
|
||
<li>Added clone of Biomechanical Toy (Ver. 1.0.1878) [Jorge Silva, JacKc]</li>
|
||
<li>Added clone of TH Strikes Back (Non North America, Version 1.0, Checksum 020EB356) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clones of Action Fighter (afightera, afighterb) to Sega System 16A driver [Barry]</li>
|
||
<li>Added clone of Blood Bros. (US) [Bill D., The Dumping Union, JacKc]</li>
|
||
<li>Added clone of West Story (bootleg of Blood Bros., set 2) [Osso, caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Teki Paki (location test) [ShouTime, Mouloud Bessaad, Dulleron, Christian Ricolleau, Marisol Nunez Serrano, Renato Mucciarelli, Jeffrey Gray, John Wilke, Darksoft, Ryan Holtz, Smitdogg, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Galaxian Growing Galaxip / Galaxian Nave Creciente (Recreativos Covadonga Spanish bootleg) [ARPA, Recreativas.org, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Blue's Journey / Raguy (ALH-001) [Razoola, JacKc]</li>
|
||
<li>Added clone of X-Men: Children of the Atom (Brazil 950331) [SHVB, Haze, smf, JacKc]</li>
|
||
<li>Added clone of Four Trax (Asia) [Arzeno Fabrice, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Pretty Soldier Sailor Moon (Ver. 95/03/21) and Pretty Soldier Sailor Moon (Ver. 95/03/22, Europe) [rtw, ShouTime, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of G.I. Joe (Asia, AA) [coolmod, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Knights of Valour 2 / Sangoku Senki 2 (ver. 104, 102, 100HK) [twistedsymphony, JacKc]</li>
|
||
<li>Added clone of Samurai Shodown V / Samurai Spirits Zero (NGM-2700, set 2) [Sugoi Helsinki, JacKc]</li>
|
||
<li>Added clone of Gee Bee (UK) [Andrew Welburn, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Pac-Man (bootleg, Video Game SA) [Arcade Vintage, Recreativas.org, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Turbo Force (World, set 2) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Cadash (Spain, version 1) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Cookie & Bibi 2 (set 2) [Hammy, JacKc]</li>
|
||
<li>Added clone of Pac-Land (Bally-Midway) [Andrea Palazzetti, JacKc]</li>
|
||
<li>Added clone of Ares no Tsubasa (Japan, rev. A) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Ghox (joystick, older) [caius, JacKc]</li>
|
||
<li>Added clone of Opa Opa (Rev A, unprotected) [ShouTime, Charles MacDonald, Smitdogg, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (street fighter 2' 920313 Taiwan) [sampson, JacKc]</li>
|
||
<li>Added clone of Moon Shuttle (US, version A) [ShouTime, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Gigas Mark II (MC-8123, 317-5002) [jacKc]</li>
|
||
<li>Added clone of Tecmo Bowl (World, set 2) [coolmod, JacKc]</li>
|
||
<li>Added clone of Garou - Mark of the Wolves (NGH-2530) [Razoola, JacKc]</li>
|
||
<li>Added clone of Pochi and Nyaa (Ver 2.02) [Razoola, JacKc]</li>
|
||
<li>Added clone of Enduro Racer (YM2151) (mask ROM sprites, FD1089B 317-0013A) [coolmod, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Street Fighter II': Champion Edition (Playmark bootleg) [f205v, maru79, JacKc]</li>
|
||
<li>Added clone of Explosive Breaker (Korea) [Jorge Silva, JacKc]</li>
|
||
<li>Added clone of WWF: Wrestlemania (proto 2.01 06/07/95) [Jorge Silva, JacKc]</li>
|
||
<li>Added clone of Super Cobra (bootleg, set 2) [Belike, JacKc]</li>
|
||
<li>Added clone of Street Fighter II: The World Warrior (Thunder Edition, bootleg, set 2) [coolmod, The Dumping Union, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.42</h3>
|
||
<!-- fixes and features -->
|
||
<h4>Fixes and new features</h4>
|
||
<ul>
|
||
<li>Restore MSVC full optimisation (should see slightly faster performance) [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.41</h3>
|
||
<!-- 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>
|
||
<li>Fixed scfinals coin-up issue with a kludge [dink]</li>
|
||
<li>Fixed missing background layer in Bio-ship Paladin level 2 [dink]</li>
|
||
<li>Fixed an issue with Pururun's sound [dink]</li>
|
||
<li>Massive Taito-F3 video fix-a-thon<ul>
|
||
<li>Arabian Magic: ugly line down the screen at stage start, caused by off-by-one clipping</li>
|
||
<li>Arabian Magic: missing text in the cutscenes</li>
|
||
<li>Puzzle Bobble 4: missing end-of-round you won/lost animations</li>
|
||
<li>Land Maker: missing you won/lost text</li>
|
||
<li>Land Maker: tilemap alignment issues</li>
|
||
<li>Grid Seeker: missing continue screen</li>
|
||
</ul></li>
|
||
<li>Remove unneeded DWM and MDI code, causes issues in Win10 [Barry]</li>
|
||
<li>Updated modern Windows builds to use the Segoe font recommended by Microsoft [Barry]</li>
|
||
<li>Fixed broken background issue in Ashura Blaster [dink]</li>
|
||
<li>Fixed animated background in Universal's Space Raider [dink]</li>
|
||
<li>Added experimental SekBurnUntilInt() code to the 68k core [dink]</li>
|
||
<li>Fixed layer alignments and screensize in Ajax / Typhoon [dink]</li>
|
||
<li>Fix shadow/highlights for 2-cell column vscroll in Megadrive, in particular fixes the intro to Trouble Shooter / Battle Mania [dink]</li>
|
||
<li>Fix Super Real Darwin sprite:tile priorities [dink]</li>
|
||
<li>Fix timing inconsistencies / framerate issues on some Win 10 machines (high precision timer) [dink]</li>
|
||
<li>Fix Galaxian-custom sound that dink broke [Barry]</li>
|
||
<li>Add ability to rotate player digitally in Forgotten Worlds [dink]</li>
|
||
<li>Fix layer priorities in G-Loc (gloc) [Barry]</li>
|
||
<li>Fix cutscene crystal ball in some sets of Altered Beast [Barry]</li>
|
||
<li>Fixed broken sound in Puzzle King (4in1boot) [dink]</li>
|
||
<li>Disabled Force 16-bit emulation by default, can still be enabled by user, but causes issues with some systems, eg, Taito F3 [Barry]</li>
|
||
<li>Made the Enhanced blitter the default for normal builds [Barry]</li>
|
||
<li>Made force flip a default option for the Direct Draw blitter [Barry]</li>
|
||
<li>Set the full-screen resolution to the desktop resolution on first program start [Barry]</li>
|
||
<li>Fixed blue squares in Street Fighter Alpha 2 high score entry screen [Barry]</li>
|
||
<li>Added a message to install the Direct X runtimes if the DLLs are missing when starting the DirectX9 blitters, removed the message that showed at every FB Alpha start [Barry]</li>
|
||
<li>Added ability to choose which monitor (separated for Horizontal and Vertical games) to use for fullscreen in the DirectX 9 blitters [Barry]</li>
|
||
<li>Added alpha transparencies to Raiga Strato Fighter [iq_132]</li>
|
||
<li>Fixed video offset issue in Gundhara [dink]</li>
|
||
<li>Fixed alpha blending and many sprite:tile priority issues in Nitro Ball [dink]</li>
|
||
<li>Fixed MSM6295 Banking in Boogie Wings [dink]</li>
|
||
<li>For debug builds: show negative numbers with the debug counter ('m' and 'n') [dink]</li>
|
||
<li>Fixed the road and sky levels (broken raster effects) in Ed Randy / The Cliffhanger [dink]</li>
|
||
<li>Fixed "stuck" sprites in Pitfall II on Sega System 1 hardware [dink]</li>
|
||
<li>Fixed slow music tempo when sound rate set to 44100 in Contra, Jaleco Megasystem 1 games, Konami's Surprise Attack and several Data East 16-Bit games [dink]</li>
|
||
<li>Fixed strange music tempo in Route 16 [dink]</li>
|
||
<li>Fixed un-smooth scrolling and cut-off end-of-level message in Konami's Surprise Attack [dink]</li>
|
||
<li>Fixed video offset issue in X-Multiply m81 version [dink]</li>
|
||
<li>Ported the Namco C140 sound core to FBAlpha [dink]</li>
|
||
<li>Added resampling to the Konami K054539 Soundcore, now most later Konami games (Xexex, Moo Mesa, Bucky O'Hare, etc) will sound great at any user-selected soundrate [dink]</li>
|
||
<li>Fixed occasional sprite flickering in Mystic Warriors [dink]</li>
|
||
<li>Fixed occasional freeze in Atomic Robo-Kid when playing via keyboard and up+down or left+right is pressed at the same time [dink]</li>
|
||
<li>Fixed music, graphics, timing and color issues in Psychic 5 [dink]</li>
|
||
<li>Added CPU_IRQSTATUS_HOLD support to m6809 cpu core [dink]</li>
|
||
<li>Add watchdog device. Hook it up to Momoko 120% driver as an example. [iq_132]</li>
|
||
<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>Fixed music issues in DJ Boy [dink]</li>
|
||
<li>Fixed a palette issue and possibly(?) fixed a timing issue in Heavy Unit [dink]</li>
|
||
<li>EEPROM saves path now configurable [Barry]</li>
|
||
<li>General source tidy-up/maintenance, and conversion to BurnMalloc/BurnFree [Barry]</li>
|
||
<li>Add support for the new format hiscore.dat file [Barry]</li>
|
||
<li>Fix issue with IPS Manager sometimes saving ini file incorrectly [Barry]</li>
|
||
<li>Added Generate All .dat file function [Barry]</li>
|
||
<li>Added checkbox filters to the HTML debug log, and added ten new output levels [Barry]</li>
|
||
<li>Added extra compile step to link drivers separately to avoid Windows 32KB process limit [Barry]</li>
|
||
<li>Updated the documentation [Barry]</li>
|
||
</ul>
|
||
<!-- new drivers -->
|
||
<h4>New drivers</h4>
|
||
<ul>
|
||
<li>Add driver for Mappy, Dig Dug II, Super Pacman, Pac & Pal, Grobda and The Tower of Druaga [iq_132, dink]</li>
|
||
<li>Add driver for Gaplus / Galaga 3 [iq_132]</li>
|
||
<li>Added driver for Toypop and Libble Rabble on misc. Namco Hardware [iq_132]</li>
|
||
<li>Added driver for Cannon Ball, Magix / Rock and Rock Tris on Yun Sung 8 hardware [iq_132]</li>
|
||
<li>Added driver for US Games trivia [iq_132]</li>
|
||
<li>Added driver for Double Wings on Data East 16-bit Hardware [iq_132]</li>
|
||
<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>
|
||
<ul>
|
||
<li>Added Dottori-Man Jr. to the Dottori Kun driver [hap, JacKc]</li>
|
||
<li>Added Revenger '84 to the EPOS driver [dink]</li>
|
||
<li>Added Ultimate Mortal Kombat Trilogy Hack r.5149 to Megadrive [dink]</li>
|
||
<li>Added Shinobi III M.I.J.E.T. Enhancement Hack to Megadrive [dink]</li>
|
||
</ul>
|
||
<!-- clones and updated romsets in drivers -->
|
||
<h4>Clones and updated romsets in existing drivers</h4>
|
||
<ul>
|
||
<li>Added clone of Gals Panic DX (Asia) [arcade mod bios]</li>
|
||
<li>Added American Horseshoes (Taito-L) - was missing from the .40 release by accident [dink]</li>
|
||
<li>Added clone of Macross II (Korea) [CoolMod, CS, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of The Last Blade (Special 2017, hack from GSC2007) [GSC2007, 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 from GSC2007) [GSC2007, JacKc, iq_132]</li>
|
||
<li>Added clone of Palamedes (US) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added Nebulous Bee, clone of Galaga [JacKc]</li>
|
||
<li>Added clone of Jackal (bootleg, Rotary Joystick) [f205v, The Iron Goat, JacKc]</li>
|
||
<li>Added clone of Rastan Saga (Japan Rev 1) [Michel BLANCO, JacKc]</li>
|
||
<li>Added clone of Captain Silver (Japan, revision 1) [Apocalypse, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Super Street Fighter II to the CPS-2 driver [Barry, idc/Team Avalaunch]</li>
|
||
<li>Added clone of Bucky O'Hare (ver JA) [ShouTime, The Dumping Union, JacKc]</li>
|
||
<li>Added Samurai Shodown IV - Amakusa's Revenge / Samurai Spirits - Amakusa Kourin (Special 2017, hack from GSC2007) [GSC2007, JacKc]</li>
|
||
<li>Updated The King of Fighters '98 (Combo) to Ver. 2017/04/08 [Ivex, JacKc]</li>
|
||
<li>Sync. romsets with MAME 0.187 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.40</h3>
|
||
<h4>Fixes and new features</h4>
|
||
<ul>
|
||
<!-- fixes and features -->
|
||
<li>Added Favorites feature: mark games as favorite from the Game Info window, or right-click in the list. Toggle favorites mode in the "Filters" section [dink]</li>
|
||
<li>Added right-click context menu (Play game, View in Progetto Emma, Game Info and Mark as Favorite) [Barry]</li>
|
||
<li>Added a gear-shifter display for Chequered Flag, Contental Circus, Super Chase, Chase HQ, SCI, Double Axle, Racing Beat, Top Speed, KonamiGT / RF2, OutRun / Turbo Outrun and Power Drift. Can be enabled/disabled in Misc -> Options. [dink]</li>
|
||
<li>Hooked up newly dumped sound-MCU's in Fire Shark, Vimana and Teki Paki, giving these games sound! Thank you CapsOff!! [dink]</li>
|
||
<li>Added bSkipStartupCheck - hidden .ini option for developers or those who never scan their romsets [dink]</li>
|
||
<li>Fixed odd-word/long reads and writes in the m68000 cpu interface which in turn fixes the nasty 68x020 bug that has been plaguing us for ages. This fixes freeze-ups in Asura Buster and other 68ec020-based games. [iq_132/dink]</li>
|
||
<li>Fixed in Asura Buster / Blade: Sprite & tile glitches, music synchronization [dink]</li>
|
||
<li>Fixed several issues which caused FBAlpha to crash when loading romsets with missing roms [dink]</li>
|
||
<li>Fixed Tail 2 Nose missing backgrounds [dink]</li>
|
||
<li>Added TMS32010 cpu core for the Flying Shark/Twin Cobra/Wardner drivers [dink]</li>
|
||
<li>Fixed Demon World sprite and tile offsets, also hooked up TMS32010 cpu and removed the no-TMS32010 hack [iq_132 / dink]</li>
|
||
<li>Fixed Flicky on SG-1000 hw [dink]</li>
|
||
<li>Fixed default eeprom settings for Charlie Ninja [dink]</li>
|
||
<li>Fixed sound in regulusu [dink]</li>
|
||
<li>Fixed Head Panic default settings, game is now playable [dink]</li>
|
||
<li>Fixed broken graphics/corruption in Mille Miglia 2: Great 1000 Miles Rally [dink]</li>
|
||
<li>Increased the Icon limit [dink]</li>
|
||
<li>Fixed P2 Start in Asterix [dink]</li>
|
||
<li>Added 1-bit dac/key clicker, map joy to cursor keys, Swap tape side A/B and lots of games to the MSX driver [dink]</li>
|
||
<li>Improved savestate stability/reliability with the MSX driver [dink]</li>
|
||
<li>Improved the MSM5205 interface w/MSM5205NewFrame() and MSM5205UpdateScanline(), for games that need a 256 interleave. [dink]</li>
|
||
<li>Fixed diagonal movements in Toaplan/Taito's GetStar / Guardian [dink]</li>
|
||
<li>Fixed a crash-scenario w/DonPachi on ARM and 64-bit systems [dink]</li>
|
||
<li>Fixed sound in Speed Spin [iq_132]</li>
|
||
<li>Added encrypted DataEast cpus to the M6502 core [iq_132]</li>
|
||
<li>Fixed service mode, sprite offsets and corrupt tilemaps in G.I.Joe [dink]</li>
|
||
<li>Fixed audio issues, movement issues, slowdowns in Captain Silver [dink]</li>
|
||
<li>Mega-update to the ES5506 core: dynamic resampling, volume functions [iq_132], 5505-interface fix, clipping issues and savestate support [dink]</li>
|
||
<li>Add NEC-V60 CPU Core [iq_132 / Romhack]</li>
|
||
<li>Add UPD-7725 DSP Core [iq_132]</li>
|
||
<li>Fixed sound, video issues and crash issues in Welltris [dink]</li>
|
||
<li>Fixed sound and hooked up proper analogue inputs for Taito's Super Chase [dink]</li>
|
||
<li>Fixed DAC speech and reboot issues in Baraduke / Alien Sector [dink]</li>
|
||
<li>Fixed missing sounds in Pac-Land and Sky Kid [dink]</li>
|
||
<li>Fixed a bug in the M6502 core where it wouldn't save the subtype and instruction handler [dink]</li>
|
||
<li>Added rotation code for Caliber 50 and DownTown [dink]</li>
|
||
<li>Fixed video layer offsets in namcos86 driver, improving video for Rolling Thunder, Hopping Mappy and SkyKid DX [dink]</li>
|
||
<li>Fixed Taito/Toaplan's RallyBike titlescreen [dink]</li>
|
||
<li>Added M6502ReleaseSlice() the the M6502 cpu core interface [dink]</li>
|
||
<li>Add UPD-7810 CPU Core [iq_132]</li>
|
||
<li>Fixed Thunder Cross 2 Japan and Asian versions [dink]</li>
|
||
<li>Fixed dim palette in Lightning Fighters [dink]</li>
|
||
<li>Enhanced the glass effect in Surprise Attack [dink]</li>
|
||
<li>Fixed grapics issues in Konami's Xexex: Sprite masking effect in intro, flashes between scene changes, offset issue in the highscore table, missing effect in Japanese version continue screen [dink]</li>
|
||
<li>Added new tilemap system with all the bells & whistles [iq_132]</li>
|
||
<li>Fixed dips in Dam Busters [dink]</li>
|
||
<li>Fixed gameover animation in Vapor Trail [rb6502]</li>
|
||
<li>Fixed titlescreen raster effect in R-Type Leo [dink]</li>
|
||
<li>Fixed sprite glitching in Shogun Warriors [dink]</li>
|
||
<li>Fixed strangely flipped tiles in Cosmic Cop [dink]</li>
|
||
<li>Ported latest i8051 core with DS5002FP support [dink]</li>
|
||
<li>Added support for 6821 PIA devices [dink]</li>
|
||
<li>Added apan callback support to the K054539 soundchip [dink]</li>
|
||
<li>Fixed service mode in Xexex. Bucky O`Hare and Moo Mesa [dink]</li>
|
||
<li>Fixed tile priority issue in Shackled [dink]</li>
|
||
<li>Re-wrote driver for Shadow Force and added raster effects [iq_132]</li>
|
||
<li>Re-wrote driver for Exed Exes [iq_132]</li>
|
||
<li>Fixed screen priority & graphics issues in Chase HQ, SCI and Night Striker [dink]</li>
|
||
<li>Fixed DIPs for Mars by Artic [dink]</li>
|
||
<li>Added proper MCU emulation on Heavy Barrel with the new i8051 core [dink]</li>
|
||
<li>Fixed Speed Coin - freezes up when the coin breaks if audio set to 48khz [dink]</li>
|
||
<li>timer.cpp: added ability to attach a timer to a NULL cpu for for instances where the main cpu cycles possibly vary [dink]</li>
|
||
<li>Added BDF_GAME_NOT_WORKING flag to burn.h [dink]</li>
|
||
<li>Fixed 8-way movements in Jump Shot [dink]</li>
|
||
<li>System 16 Updates [Barry]<ul>
|
||
<li>Added support for the Sega 315 5195 Memory Mapper chip<ul>
|
||
<li>Hooked up in Sega System 16B driver</li>
|
||
<li>Hooked up in Sega OutRun driver</li>
|
||
<li>Hooked up in Sega System 18 driver</li>
|
||
<li>Added Moonwalker and clones to the Sega System 18 driver now they can be supported</li>
|
||
</ul></li>
|
||
<li>Properly emulate the shadow/hilight palettes in Sega System 16 and associated drivers</li>
|
||
<li>Emulate priority buffer for Y-Board driver when mixing in System 16B sprites</li>
|
||
<li>Added Lock On (Philko) to the Sega System 16B driver</li>
|
||
<li>Fixed tile banking in some Altered Beast sets</li>
|
||
<li>Emulated the I8751 MCU in the parent set of Altered Beast</li>
|
||
<li>Emulated the I8751 MCU in the parent set of Golden Axe</li>
|
||
<li>Emulated the I8751 MCU in the parent set of Body Slam</li>
|
||
<li>Emulated the I8751 MCU in the clone Quartet 2 (8751 317-0010)</li>
|
||
<li>Added 5 bootlegs of SDI to the Sega System 16B driver</li>
|
||
<li>Fixed game ini saving for SDI & clones</li>
|
||
<li>Implemented full controls in Ace Attacker in the Sega System 16B driver</li>
|
||
<li>Fix outrundxj</li>
|
||
<li>Hooked up PPI8255 reads in Major League</li>
|
||
<li>Fix life counter in Space Harrier</li>
|
||
<li>Added support for screen flipping in Sega System 16A/16B drivers - fixes some levels of SDI which rely on it</li>
|
||
</ul></li>
|
||
<li>Added a module for Resister Networks (Palette Generation) [Barry]</li>
|
||
<li>Update lzma sdk to 16.04 [Barry]</li>
|
||
<li>Update libpng to 1.6.28 [Barry]</li>
|
||
<li>Update zlib to 1.2.11 [Barry]</li>
|
||
<li>Synchronize romsets with the latest MAME [Barry]</li>
|
||
<li>Fixed sprite priority issues in Task Force Harrier [dink]</li>
|
||
<li>Fixed alignment issues in Swat Police and Head Panic, x-scroll issues, and added missing flashing sprite effect on ESD16 Hardware [dink]</li>
|
||
<li>Synthesized a proper color palette for Time Limit [dink]</li>
|
||
<li>Improvements/Fixes for Super Kaneko Nova System: [dink]<ul>
|
||
<li>New cpu-based speedhack for most games - dip option</li>
|
||
<li>Fixed Music and SFX in Gals Panic S</li>
|
||
<li>Fixed attract-mode music cut short in VS Block Breaker/Saru Kani</li>
|
||
<li>Fixed garbage on screen when the game starts in VS Block Breaker/Saru Kani</li>
|
||
</ul>
|
||
<li>Updated KonamiBlendCopy() to be faster/more efficient [iq_132]</li>
|
||
<li>Fixed a crash in Donkey Kong 3 Japanese version [dink]</li>
|
||
<li>Fixed Z80's ZetRunEnd(); *revisited*. This fixes slowdown issues with Strikers 1945 Plus [dink]</li>
|
||
<li>Added newer-style VezMapMemory() function to the NEC V20-35 cpu interfaces. [dink]</li>
|
||
<li>Fixed a masking issue in NEC V20-35's read port interface [dink]</li>
|
||
<li>Fixed a blitter issue in Kangaroo, fixed savestates: video banking and lost music [dink]</li>
|
||
<li>Fixed nasty crackling/popping noises in Darius 2 [dink]</li>
|
||
<li>Hooked up shot and explosion samples to Seibu Stinger and Scion[c] [dink]</li>
|
||
<li>Fixed sprite flickering and freeze-ups in Xain'd Sleena [dink]</li>
|
||
<li>Front-End fix: when starting a game from the commandline, only init the blitter once. also don't get stuck in fullscreen when loading fails due to a bad romset [dink]</li>
|
||
<li>Fix some structure alignment issues so drivers can benefit from vectorization/SIMD optimizations present in latest gcc w/ -O3 and other recent compilers [dink, barbudreadmon]</li>
|
||
<li>Fix dipswitch issues in several games thanks to info from the libretro/fba guys [barbudreadmon, dink]</li>
|
||
<li>Fixed Dac and scrolling issues in Konami's Finalizer [dink]</li>
|
||
<li>Fixed a crash issue in Super-X (NTC) when up + down was pressed [dink]</li>
|
||
<li>Default Full Screen depth to 32bpp [dink]</li>
|
||
<li>Fixed DAC DC Offset on some System16 games: Shinobi, Quartet 1 and 2, eliminating pops and clicks [dink]</li>
|
||
<li>Added proper inputs for Wall Crash [dink]</li>
|
||
<li>Add default gun calibrations and fix sprite:tile priority issues in Operation Wolf 3 [dink]</li>
|
||
<li>Reduce the time duration "state loaded/saved" is displayed on the screen [dink]</li>
|
||
<li>Fixed mosaic tile effect on scene transitions in FixEight [dink]</li>
|
||
<li>Fixed sound synchronization issues in Batrider [dink]</li>
|
||
<li>Improvements and Fixes to the Input (re)Recording/Playback feature: [dink]<ul>
|
||
<li>Add Record from Power On option to replay/input recording</li>
|
||
<li>Shift+Backspace to disable/enable the frame counter while recording or playing back recordings</li>
|
||
<li>Fix a nasty bug that caused desynchs in some recordings</li>
|
||
</ul>
|
||
<li>Add original author(s) credit to each driver and core [iq_132]</li>
|
||
<li>Add trackball support to Capcom Bowling and Krazy Bowl [dink]</li>
|
||
<li>Fix crash with Force 16bit Emulation and Megadrive [dink]</li>
|
||
<li>Fix Gun & Frontier sprite lag issue [dink]</li>
|
||
<li>Fix Zero Point 1 and 2 Sprite priorities and sound effects in Zero Point 2 [dink]</li>
|
||
<li>Slight speedup with the search function [tumu]</li>
|
||
<li>Fix Demon World savestates [dink]</li>
|
||
<li>Fix timing issue in D-Con [dink]</li>
|
||
<li>Fix sprite alignment in oisipuzl [dink]</li>
|
||
<li>Fix savestate compatibility between 32bit/64bit systems [barbudreadmon & libretro guys, dink]</li>
|
||
<li>Fix Ghost 'n Goblins savestate banking issue, improve timing [dink]</li>
|
||
<li>Fix timing issue in Toki that occasionally caused tiles in the map-screen to jitter [dink]</li>
|
||
<li>Fix Hit the Ice inputs and graphics issues [dink]</li>
|
||
<li>Fix timing issues in 4 En Raya [dink]</li>
|
||
<li>Fix missing button #3 and video issues in Strategy X [dink]</li>
|
||
<li>Hook up trackball and fix palette issues - U.S. Classic now playable [dink]</li>
|
||
<li>Fix music and banking issues in Funny Bubble [dink]</li>
|
||
<li>Fix soundfx and timing in Tripool [dink]</li>
|
||
<li>Fixed soundcpu communications in Gauntlet, hooked up the Pokey sound generator and savestates [dink]</li>
|
||
<li>Improved M6502 core by properly handling indexed read/writes, fixed pulsing the nmi line with CPU_IRQSTATUS_AUTO [dink]</li>
|
||
<!-- new drivers -->
|
||
</ul>
|
||
<h4>New drivers</h4>
|
||
<ul>
|
||
<li>Konami's The Main Event and Cosmo Police Galivan / Ninja Emaki / UFO Robo Dangar were accidentally left out of the last release, sorry!</li>
|
||
<li>Added driver for Twin Cobra, Flying Shark / Sky Shark / Gulf War II [iq_132]</li>
|
||
<li>Added driver for Wardner [iq_132]</li>
|
||
<li>Added driver for Taito System-L (Fighting Hawk, Raimais, Champion Wrestler, Puzznic, Kuri Kinton, Evil Stone, etc) [iq_132]</li>
|
||
<li>Added driver for Dacholer / KickBoy and Itazura Tenshi [iq_132]</li>
|
||
<li>Add driver for games on SSV hardware: Twin Eagle 2, Vasara I and II, Change Air Blade, Dyna Gear, Survival Arts, Drift Out '94, Mobil Suit Gundam Final Shooting, Ultra-X-Weapons, Storm Blade and more [iq_132]</li>
|
||
<li>Added driver for FireTrap by WoodPlace [iq_132]</li>
|
||
<li>Added driver for games on Metro hardware: Blazing Tornado, Gun Master, Pang Poms, Sky Alert, Puzzli, Mouse Shooter GoGo/Bang Bang Ball/Battle Bubble, Bal Cube, Dharma Doujou [iq_132]</li>
|
||
<li>Added driver for Bogey Manor by Technos on modified Data East hardware [iq_132]</li>
|
||
<li>Added driver for Cloak and Dagger [iq_132 w/dink]</li>
|
||
<li>Added driver for B-Wings and Zaviga [iq_132]</li>
|
||
<li>Added driver for Sigma's Submarine [iq_132]</li>
|
||
<li>Added driver for Macross Plus [iq_132]</li>
|
||
<li>Added driver for Atari's Canyon Bomber [iq_132]</li>
|
||
<li>Added driver for Gaelco's World Rally [iq_132, dink]</li>
|
||
<li>Added driver for Dream World, Cute Fighter, Baryon Future Assault, Rolling Crush, Gaia on SemiCom DreamWorld Hardware [iq_132]</li>
|
||
<li>Added driver for Puzzle Bobble 2, 3 & 4, Gunlock/Rayforce, Bubble Bobble 2 & 3, Gekirindan, Grid Seeker, Twin Cobra II, Recalhorn, Land Maker and a whole bunch more on Taito F3 hardware [iq_132, dink]</li>
|
||
<li>Added driver for Shadow Land, Dragon Spirit, Pac-Mania, Galaga '88, Splatter House and others on Namco System 1 Hardware [iq_132, dink]</li>
|
||
<li>Added driver for Fantasy Land, Galaxy Gunner and Wheels Runner [iq_132, dink]</li>
|
||
<li>Added driver for Susume! / Go Go! Mile Smile and Gyakuten! Puzzle Bancho on Fuuki 16-bit Hardware [iq_132, dink]</li>
|
||
<li>Added driver for Karate Champ by Data East [iq_132, dink]</li>
|
||
<li>Added driver for Shot Rider, Zippy Race / Traverse USA [iq_132, dink]</li>
|
||
<li>Added driver for Konami's Hyper Sports and Road Fighter [iq_132]</li>
|
||
<li>Added driver for Konami's Juno First [iq_132]</li>
|
||
<li>Added driver for Battle Cross and DodgeMan [iq_132]</li>
|
||
<li>Added driver for Shoot Out by Data East [iq_132, dink]</li>
|
||
<li>Added driver for Acrobatic Dog Fight [iq_132, dink]</li>
|
||
<li>Added driver for Tetris, Hang-On Jr. and Transformer on Sega System E hardware [vbt]</li>
|
||
<li>Added drivers for Big Striker bootlegs [iq_132]</li>
|
||
<li>Added driver for Kusayakyuu (Baseball) [iq_132]</li>
|
||
<li>Added driver for Paddle Mania and The Next Space on Alpha 68k I hardware [iq_132]</li>
|
||
<!-- new game additions to existing drivers -->
|
||
</ul>
|
||
<h4>New additions to existing drivers</h4>
|
||
<ul>
|
||
<li>Added Mini Planets (REV02) to the Megadrive driver [dink]</li>
|
||
<li>Added Miss World 2002 [NeoGeo de Ahuizotla, Artemio Urbina, The Dumping Union, JacKc]</li>
|
||
<li>Added Eeekk!! on pacman hardware [iq_132]</li>
|
||
<li>Added Sky Robo and Tatakae! Big Fighter to the armedf driver. Thanks to CapsOff for dumping the impossible protection MCU! [dink]</li>
|
||
<li>Added Hangzo! to the DataEast Rohga driver [iq_132]</li>
|
||
<li>Added Gals Panic S2 (Europe), now its the parent [rtw, JacKc]</li>
|
||
<li>Added Samurai Shodown II (Spacial 2017, hack from GSC2007) [GSC2007, JacKc, iq_132]</li>
|
||
<li>Finished emulation of early Seta games: Caliber 50, ThunderCade, Twin Eagle, DownTown, Meta Fox and Arbalester [dink]</li>
|
||
<li>Added Ken Sei Mogura: Street Fighter II (Japan 940418, Ver 1.00) [Barry]</li>
|
||
<!-- clones and updated romsets in drivers -->
|
||
</ul>
|
||
<h4>Clones and updated romsets in existing drivers</h4>
|
||
<ul>
|
||
<li>Update kof98cb to 20170108 version [JacKc]</li>
|
||
<li>Replaced Mutant Night (mnight) with World version, Kawakus license now mnightj [JacKc]</li>
|
||
<li>Added clone of Burning Fight (prototype, ver 23.3, 910326) [Collin Foust, JacKc]</li>
|
||
<li>Added clone of WWF WrestleFest (World) [Hammy, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Mustache Boy (Italy) [ShouTime, JacKc]</li>
|
||
<li>Added clone of ORIENTAL SOFT 1945k III OPCX1 2000 Version (Korea) [ShouTime, JacKc]</li>
|
||
<li>Added clone of Forgotten Worlds (USA, B-Board 88618B-2, Rev. E) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Vendetta (World, 2 Players, ver. ?) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Sol Divide - The Sword Of Darkness (Korea) [Nomax, The Dumping Union, JacKc, dink]</li>
|
||
<li>Added clone of Raiden (Korea, bootleg) [Tirino73, JacKc]</li>
|
||
<li>Added clone of Real Bout Fatal Fury / Real Bout Garou Densetsu (Korean release) [Brian Hargrove, JacKc]</li>
|
||
<li>Added clone of Flicky (128k Version, 315-5051, larger roms) [system11, JacKc]</li>
|
||
<li>Added clone of Momoko 120% (English text) [Paul Hogger, JacKc]</li>
|
||
<li>Added clone of The NewZealand Story (World, old version) (older PCB) [Porchy, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Dynamite Duke (Japan, 25JUL89) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Fighting Fantasy (Japan revision ?) [Hammy, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of King of the Monsters 2 - The Next Thing (older) [NeoSD, JacKc]</li>
|
||
<li>Added clone of Three Wonders (3wondersha) [Barry]</li>
|
||
<li>Added clone of The King of Fighters '99 - Millennium Battle (Korean release) [Brian Hargrove, JacKc]</li>
|
||
<li>Added clone of Deroon DeroDero (alt set) [arcademodbios, JacKc]</li>
|
||
<li>Added clone of Puzznic (US) [Coolmod, JacKc]</li>
|
||
<li>Added clone of Head Panic (ver. 0702, 02/07/1999) [hammy, Brian Troha, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Red Hawk (Greece) [Abelardator2, JacKc, iq_132]</li>
|
||
<li>Added clone of Dungeons & Dragons: Shadow over Mystara (Japan 960223) [ShouTime, Steven Fairbrother, Smitdogg, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Raiden II (Germany) [Caius, JacKc]</li>
|
||
<li>Update Samurai Shodown II Special to v1.0.0311 [GSC2007, JacKc]</li>
|
||
<li>Added clone of Street Fighter II: The World Warrior (World 910129) [Janniz, JacKc]</li>
|
||
<li>Added clone of Radical Radial (Japan) [ShouTime, JacKc]</li>
|
||
<li>Added clone of Flashgal (set 1, Kyugo logo) [Corrado Tomaselli, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Martial Masters / Xing Yi (V103, 102, 102, China) [kuze, JacKc]</li>
|
||
<li>Added clone of Rastan (World, Earlier code base) [System11, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Street Fighter II - The World Warrior (911210 Japan, rev L) [Bonky0013, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Sonic Blast Man (US) [coolmod, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (UPL bootleg) [Shoutime, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Prehistoric Isle in 1930 (World, bootleg) [The Iron Goat, JacKc]</li>
|
||
<li>Added clone of Knights of Valour - Sangoku Senki (V100, Hong Kong) [Pasky Junk, JacKc]</li>
|
||
<li>Added clone of Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set 4, 921005 Asia) [Unknown, Barry]</li>
|
||
<li>Sync. PGM romsets with MAME 0.184 [JacKc]</li>
|
||
<li>Added clone of Bionic Commandos (bootleg, set 2) [The Dumping Union, JacKc]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.39</h3>
|
||
<h4>Fixes and new features</h4>
|
||
<ul>
|
||
<!-- fixes and features -->
|
||
<li>Shots Factory update: esc to close window, change "All Sprites" to "Layer 1" [dink]</li>
|
||
<li>Fixed Palette Viewer color issues [dink]</li>
|
||
<li>Fixed Clear and ClearLock for Analogue & Mouse in the Input Editor [dink]</li>
|
||
<li>Fixed regression in FB Alpha v0.2.97.38 for E.D.F. : Earth Defense Force (Parent and Clones) [dink]</li>
|
||
<li>Fixed graphics issues for Heavyweight Champ (Japan, FD1094 317-0046 decrypted) in SEGA System16B driver [JacKc]</li>
|
||
<li>Haunted Castle is most likely-probably fixed now (sorry!) [dink]</li>
|
||
<li>Fixed Van Van Car [dink]</li>
|
||
<li>Added nsc8105 mcu support to the m6800 cpu core [dink]</li>
|
||
<li>Fixed road issues with Turbo Outrun [Barry]</li>
|
||
<li>Added i8051 mcu core [iq_132]</li>
|
||
<li>Fixed rowscrolling issues in Caveman Ninja (tree level and ending), Joe and Mac Returns (ending), Mutant Fighter intro [dink]</li>
|
||
<li>Sync. romsets with MAME 0.175 [Barry]</li>
|
||
<li>Fixed sprite issues on the Hacha Mecha Fighter bootleg titlescreen [dink]</li>
|
||
<li>When writing an .avi, don't lose frames when F1 (ffwd) is pressed [dink]</li>
|
||
<li>Added SN76477 soundcore [dink]</li>
|
||
<li>Fixed explosions and missing SFX in Stratovox / Speak and Rescue by hooking up the SN76477 soundcore [dink]</li>
|
||
<li>Fixed sound in Porky [dink]</li>
|
||
<li>Fixed booting & DIP issues with Main Event (SNK) [dink]</li>
|
||
<li>Fixed P2 inputs in Cabal [dink]</li>
|
||
<li>Fixed Gwar (Japanese version) [dink]</li>
|
||
<li>Fixed the apple sprite in Pooyan [dink, Zazzone]</li>
|
||
<li>Fixed the music tempo in Darkseal and used this new fix for Vapor Trail and Crude Buster as well [dink, Gab75]</li>
|
||
<li>Fixed Konami's The Main Event, it had sprite and priority issues (K052109 custom) [dink]</li>
|
||
<li>Fixed Highlight mode in Sunset Riders, fix also needed by Chequered Flag [iq_132, dink]</li>
|
||
<li>Operation Wolf, allow continue by default [dink, gamezfan]</li>
|
||
<li>Added re-recording functionality [blip, dink]</li>
|
||
<li>Split avi files every 2 gig while recording to prevent corrupted video [dink]</li>
|
||
<li>Added selectable 1x, 2x and 3x pixel modes to the avi writer [dink]</li>
|
||
<li>Fixed Warriors of Fate 3rd fire button on clones [gxb]</li>
|
||
<li>Improved the speed of the search function [dink]</li>
|
||
<li>Fixed crash loading a savestate or replay while a different game is running [dink]</li>
|
||
<li>Improved desynch issues with netplay and input recording of Capcom CPS1, CPS2, PGM and certain Cave games [dink]</li>
|
||
<li>Fixed possible crash with Battle Bakraid loading a state when the game isn't running [dink]</li>
|
||
<li>Made the recording icon smaller to be less intrusive while playing games and recording inputs [dink]</li>
|
||
<li>Added an option to display joystick/button movements while playing input recordings. [dink]</li>
|
||
<li>Fixed choppy sound on music fade-outs in DoDonPachi II: Bee Storm [dink]</li>
|
||
<li>Fixed gear shifting in Continental Circus [dink, Gab75]</li>
|
||
<li>Added new feature: Shift+F1 toggles FFWD on/off [dink]</li>
|
||
<li>Temporary work-around to Data East Backfire! to prevent crash [dink]</li>
|
||
<li>Under some circumstances certain macros could not be mapped [dink]</li>
|
||
<li>Fixed "smoke" and "dust" sprites in Super Hangon [dink]</li>
|
||
<li>Fixed crash when dieing in certain situations in Bonze Adventure [dink]</li>
|
||
<li>Fixed gear shifter in Contental Circus, Chase HQ, SCI, Racing Beat, Double Axle and Top Speed [dink]</li>
|
||
<li>Fixed missing SFX and graphics glitches in Top Speed [dink]</li>
|
||
<li>Fixed the adventure world in UFO Senshi Yohko Chan [dink]</li>
|
||
<li>Fixed video issues with savestates for certain Kaneko Supernova games [dink]</li>
|
||
<li>Fixed some broken sprites in Guwange [dink]</li>
|
||
<li>Fixed the big alien in Turbo Force (revisited) [dink]</li>
|
||
<li>Allow movement of the "Scanning ROMs" window [dink]</li>
|
||
<li>Fixed remaining lives issue in Woodpecker [dink]</li>
|
||
<li>Fixed missing line of pixels at the top of the screen in Air Gallete [dink]</li>
|
||
<li>Fixed some missing samples in Seta games w/ X1-010 soundchip [dink]</li>
|
||
<li>Fixed crash issue with X1-010 soundchip and 64bit systems [dink, Gab75]</li>
|
||
<li>Fixed graphics issues in US AAF Mustang and Twin Action in the NMK16 driver [dink]</li>
|
||
<li>Fixed analog controls and shifting in Konami GT / RF2 and Hyper Crash [dink]</li>
|
||
<li>Fixed crash issue with xx-in-1 Megadrive pirate carts [dink]</li>
|
||
<li>Fixed "BAD HARDWARE" issue with Arkanoid [dink]</li>
|
||
<li>Fixed life counter in Zzyzzyxx [dink]</li>
|
||
<li>Fixed dips and possible crash issue on 64bit systems with the Seta2 hunting games [dink]</li>
|
||
<li>Fixed the HUD face icon in Warrior Blade [dink]</li>
|
||
<li>Fixed several graphics issues in Gaiapolis [dink]</li>
|
||
<li>Fixed transparent color issue in Metamorphic Force and Violent Storm [dink]</li>
|
||
<li>Added YM2610 ADPCM samplebanking support for KOF98AE [dink]</li>
|
||
<li>Fixed choppy scrolling on the left side of the screen in Blazing Star [dink]</li>
|
||
<li>Fixed minor graphic glitch in X-Men [dink]</li>
|
||
<li>Fixed Funky Bee and Sky Lancer palette issues [dink]</li>
|
||
<li>Fixed timing issues in Martial Champion, now works but with graphical issues [dink]</li>
|
||
<li>Updated the cheat engine to support more modes: Watch, Wait for Modification, Level Selection and One-Shot [dink]</li>
|
||
<li>Fixed "Break the Statue" text in Metamorphic Force and spotlight on the belly dancer in Violent Storm [dink]</li>
|
||
<li>Fixed oddly-placed black lines and opaque windows in Lethal Enforcers [dink]</li>
|
||
<li>Fixed several bugs in the Konami-scc (K051649) core [dink]</li>
|
||
<li>Updated the Quiz Olympic driver [iq_132]</li>
|
||
<li>Updated the TMS9928a vdp to a newer core/line-based version [dink]</li>
|
||
<li><ul>
|
||
<li>Fixes Magical Tree in SG-1000</li>
|
||
<li>Fixes the Radar screen in Colecovision Defender</li>
|
||
</ul></li>
|
||
<li>Updated the Sunset Riders protection chip emulation, fixes walking on slanted surfaces [Angelo Salese]</li>
|
||
<li>Fixed the sprite offsets in Konami's Vendetta/Crime Fighters [dink]</li>
|
||
<li>Fixed the roms of Moon Alien 2 (Older Version) [JacKc]</li>
|
||
<li>Added configurable clipping to generic tile drawing [iq_132]</li>
|
||
<!-- clones and updated romsets in drivers -->
|
||
</ul>
|
||
<h4>Clones and updated romsets in existing drivers</h4>
|
||
<ul>
|
||
<li>Added clone of Street Fighter II' - Magic Delta Turbo (bootleg set 4 (with YM2151 + 2xMSM5205), 920313 etc) [f205v, maru79, JacKc]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (920313 etc bootleg set 3) [f205v, maru79, JacKc]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (920313 etc bootleg set 4) [f205v, maru79, JacKc]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (920313 etc bootleg set 5) [Janniz, f205v, JacKc]</li>
|
||
<li>Added clone of 1945k III (older, OPCX1 PCB) [system11, iq_132]</li>
|
||
<li>Added clone of Operation Thunderbolt (World, rev 1) [Muddymusic, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Fighting Fantasy world rev. 3 [bmcphail, JacKc]</li>
|
||
<li>Added clone of The NewZealand Story (US, old version) (older PCB) [Alex Cmaylo, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Metamorphic Force (ver AAA) [Abelardo Vidal, JacKc]</li>
|
||
<li>Added clone of Super Street Fighter II X: Grand Master Challenge (Japan 940311) [undamned, ShouTime, JacKc]</li>
|
||
<li>Added clone of Air Gallet (Europe, older) [Artemio Urbina, JacKc]</li>
|
||
<li>Added clone of New Zero Team (V33 SYSTEM TYPE_B hardware) [caius, JacKc]</li>
|
||
<li>Added clone of Teenage Mutant Ninja Turtles (US 4 Players, version H) [The Iron Goat, JacKc]</li>
|
||
<li>Added clone of Gulf Storm (Korea) to the Dooyong driver [system11, JacKc]</li>
|
||
<li>Updated The King of Fighters '99 (15th Anniversary Edition) to 20160827 Build [JacKc]</li>
|
||
<li>Updated The King of Fighters '98 (Combo/Ivex Hack) to 20161004 Build [JacKc]</li>
|
||
<li>Added clone of Street Fighter (Japan, pneumatic buttons) [ShouTime, Smitdogg, Jan Stuhler, Paul Thacker, Sean Sutton, The Dumping Union, JacKc]</li>
|
||
<li>Added 2 new Phoenix clones: Amstar Set 2 and Condor (S C Novar bootleg of Phoenix) [f205v, JacKc]</li>
|
||
<li>Added clone of Bubble Bobble: Ultra (Hack by Penta Penguin) [dink]</li>
|
||
<li>Added clone of Demon's World / Horror Story (set 2) [Sugoi Helsinki, JacKc]</li>
|
||
<li>Added clone of Teenage Mutant Ninja Turtles (Asia 4 Players, version ?) [Abelardo Vidal, The Dumping Union, JacKc]</li>
|
||
<!-- new game additions to existing drivers -->
|
||
</ul>
|
||
<h4>New additions to existing drivers</h4>
|
||
<ul>
|
||
<li>Added Triki Triki (Lover Boy bootleg) [Rafael Alonso (from ARCADE VINTAGE), JacKc]</li>
|
||
<li>Added Mercenario (Commando bootleg) [Rockman, JacKc]</li>
|
||
<li>Added Super Street Fighter II: The Tournament Battle (Japan 931005) [ShouTime, JacKc]</li>
|
||
<li>Added Mutant Warrior ( Altered Beast Datsu bootleg) [The Dumping Union, JacKc]</li>
|
||
<li>Added Shogun Warriors (Korea?) to the Kaneko 16 driver [Barry]</li>
|
||
<li>Added Dai Makai Mura debug edition to the PCE-SGX driver [dink]</li>
|
||
<li>Added Jungler, Tactician, Commando (Sega) & Loco-Motion to the RallyX driver [dink]</li>
|
||
<li>Added Bang!, Snowboard Championship and Touch 'n Go (Korea, Unprotected) to the Gaelco2 driver [dink, iq_132]</li>
|
||
<li>Added '96 Flag Rally to the 1945kiii driver [dink]</li>
|
||
<li>Added Mega Q-Bert to the Megadrive driver [dink]</li>
|
||
<li>Added Sega Master System Brawl to the Megadrive driver [dink]</li>
|
||
<li>Added Bomb on Basic City by vetea to the Megadrive driver [dink]</li>
|
||
<li>Added Bara Buru to the Sega MasterSystem driver [dink]</li>
|
||
<li>Added Data Storm to the Sega MasterSystem driver [dink]</li>
|
||
<li>Added Deluxe 4 U and Deluxe 5 to the ESD16 driver [JacKc]</li>
|
||
<li>Added Super UWOL! SG-1000 to the SG-1000 driver [dink]</li>
|
||
<!-- new drivers -->
|
||
</ul>
|
||
<h4>New drivers</h4>
|
||
<ul>
|
||
<li>Added driver for Parallel Turn [iq_132, dink]</li>
|
||
<li>Added driver for Breakthru and Darwin 4078 [iq_132, dink]</li>
|
||
<li>Added driver for Crazy Climber, Guzzler, Swimmer, River Patrol, Silver Land and Yamato [dink, iq_132]</li>
|
||
<li>Added driver for Zodiack, Mogu Chan, Dogfight, The Bounty, The Percussor. [dink]</li>
|
||
<li>Added driver for Dr. Micro [dink]</li>
|
||
<li>Added driver for Seicross, Radical Radial and Frisky Tom [iq_132]</li>
|
||
<li>Added driver for Calorie Kun [iq_132, dink]</li>
|
||
<li>Added driver for Jr. PacMan [iq_132, dink]</li>
|
||
<li>Added driver for Burger Time, Lock 'n Chase, Bump 'n Jump / Burnin' Rubber, Minky Monkey, Disco no.1 [dink, iq_132]</li>
|
||
<li>Added driver for Metal Freezer [Angelo Salese, iq_132]</li>
|
||
<li>Added driver for Fast Freddie / Fly Boy, Jump Coaster, Boggy '84, Red Robin, Imago [dink, iq_132]</li>
|
||
<li>Added driver for Heavy Unit [iq_132]</li>
|
||
<li>Added driver for Dangar, Galivan and Ninja Emaki [iq_132]</li>
|
||
<li>Added driver fot The Deep [Lucia Elia, iq_132]</li>
|
||
<li>Added driver for Zero Team 2000, New Zero Team and Raiden2DX v33 [iq_132]</li>
|
||
<li>Added driver for Chequered Flag [iq_132]</li>
|
||
<li>Added driver for Naughty Boy, Pop Flamer, Trivia Master/Genius [iq_132, dink]</li>
|
||
<li>Added driver for Cheeky Mouse [dink]</li>
|
||
<li>Added driver for Zodiack, Mogu Chan, Dogfight, The Bounty, The Percussor [dink]</li>
|
||
<li>Added driver for Jaleco's City Connection [iq_132]</li>
|
||
<li>Added driver for Phoenix & Pleiads [iq_132, dink (sound)]</li>
|
||
<li>Added driver for Syusse Oozumou [iq_132]</li>
|
||
<li>Added driver for Aeroboto / Formation Z [iq_132]</li>
|
||
<li>Added driver for Syvalion, Tetristh, Record Breaker and Dynamite League on Taito H hardware [iq_132]</li>
|
||
<li>Added driver for Track and Field / Hyper Olympic, Masters of Kin, Reaktor and Yie Ar Kung-Fu (GX361 conversion) [iq_132, dink]</li>
|
||
<li>Added driver for Gigas, Freekick, Counter Run and Perfect Billiard [vbt]</li>
|
||
<li>Added driver for MSX1-based games [dink]</li>
|
||
<li>Added driver for Konami's Ping Pong [iq_132]</li>
|
||
<li>Added driver for One + Two [iq_132]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.38</h3>
|
||
<h4>Fixes and new features</h4>
|
||
<ul>
|
||
<!-- fixes and features -->
|
||
<li>Fixed BurnSamplesSetLoop() in the sample core [dink]</li>
|
||
<li>Added the Toki devlopers' debug mode to Toki [dink]</li>
|
||
<li>Added several behind-the-scene improvements to the Galaga/Dig-Dug driver [dink]</li>
|
||
<li>Fixed a crash-situation with the Namco sound-core that only seemed to affect 64bit systems [dink, Gab75]</li>
|
||
<li>Capcom CPS3 is now friendly towards slower/embedded systems (Raspberry Pi etc.) [dink]</li>
|
||
<li>Fixed Capcom's The Speed Rumber: broken Boot-up messages, random slowdowns, screen priority issues [dink]</li>
|
||
<li>Fixed music in SD Gundam Psycho Salamander [dink]</li>
|
||
<li>Fixed extra buttons in Olds [iq_132]</li>
|
||
<li>Added default rom paths for SMS & GameGear systems [dink]</li>
|
||
<li>Fixed music in Haunted Castle [dink, SNK_Dude]</li>
|
||
<li>Fixed display of total sets in game selection dialog [Barry]</li>
|
||
<li>Fixed missing tiles in Sand Scorpion due to incorrect 2-D pointer indexing in kaneko_tmap.cpp, possibly improving other games that use this. [dink]</li>
|
||
<li>Fixed missing music in Pass level 3+ [dink]</li>
|
||
<li>Fixed music tempo in Nostradamus [dink]</li>
|
||
<li>Tidy up makefiles and fix for non C++11 compilers [Barry]</li>
|
||
<li>Fixed Skyarmy, sometimes the bridge-piece chinook (heli w/2 props) doesn`t deliver the pieces when at home base. [dink]</li>
|
||
<li>Fixed Oki MSM6295 banking in Shadow Force [dink]</li>
|
||
<li>Fixed a crash issue when using savestates in Taito's Master of Weapon [dink]</li>
|
||
<li>Fixed music in Knuckle Bash 2 [dink]</li>
|
||
<li>Fixed Oops: forgot to mark Air Duel's parent as Working. [dink]</li>
|
||
<li>Fixed missing sprites in ZigZagb [dink, Zazzone]</li>
|
||
<li>Fixed endgame boss & stage 6 boss in Nostradamus [dink, Haze]</li>
|
||
<li>Fixed doorway/scene transitions in Tiger Road [iq_132]</li>
|
||
<li>Fixed graphics issues in Varia Metal [iq_132, dink]</li>
|
||
<li>Added unicode titles and service dips to several Toaplan games [BisonSAS]</li>
|
||
<li>Fixed the analog speed setting in config/games/game.ini was getting clobbered [dink]</li>
|
||
<li>Fixed sprite priority issues in Blood Brothers, most notably in the mine-level [dink]</li>
|
||
<li>Fixed music updated palette handling in Mysterious Stones [dink]</li>
|
||
<li>Fixed the bitmap layer alignment in Chak 'n Pop [dink]</li>
|
||
<li>Added the breakable-background fix to 64th Street [Haze]</li>
|
||
<li>Fixed PCM sounds in Rohga / Wolf Fang [dink]</li>
|
||
<li>Fixed crash in Shadow force in the Laboratory level when the bridge breaks apart [dink, Pityesz]</li>
|
||
<li>Fixed clicking noise when a replayed input ends [dink]</li>
|
||
<li>Fixed many Megadrive games: The Chaos Engine, Ooze, Rock 'n Roll Racing, Outrunners, Buck Rogers, Dragon Slayer I & II, Krusty's Super Funhouse, S.S. Lucifer, The Earth Defense, Super Mario Bros. and Battle City, Klax, Feng Shen Ying Jie Chuan (Chi), Tiny Toon Adventures 3, Back to the Future part III (USA), Mickey Mania and possibly others. [dink]</li>
|
||
<li>Mega Megadrive Overhaul pt.2: [dink]</li>
|
||
<li><ul>
|
||
<li>Added support for mid-frame palette changes (For water effects in Sonic, Rocket Knight Adventures, Burning Force scrolls now..etc.)</li>
|
||
<li>Fixed audio glitches in Doom Troopers and Battle Squadron</li>
|
||
<li>Fixed Mickey Mania Moose level</li>
|
||
<li>Fixed Sonic 3D jittery SEGA logo</li>
|
||
<li>Fixed flickering in Ayrton Senna's Super Monaco GP II and Gunstar Heroes</li>
|
||
</ul></li>
|
||
<li>Enabled Hi-Score saving in most classic/pre-90's Capcom games [dink]</li>
|
||
<li>Added 3x-sized avi output, for 720p/60hz Youtube video uploads [dink, Barry]</li>
|
||
<li>New Rotary-button feature for Midnight Resistance, Heavy Barrel, Ikari/Victory Road and other games in the new SNK 3xZ80 driver, Ikari III, SAR Search and Rescue and Jackal [dink]</li>
|
||
<li><ul>
|
||
<li>When this button is pressed: rotary direction becomes joystick direction</li>
|
||
</ul></li>
|
||
<li>Fixed some screen-related quirks in the legendary classic: Ambush [dink]</li>
|
||
<li>Fixed Donkey Kong III save states [dink]</li>
|
||
<li>Fixed sample engine broken since the last version of FBAlpha [dink]</li>
|
||
<li>Fixed graphics and timing issues in Gradius III [dink]</li>
|
||
<li>Fixed some issues with the cheat engine - some cheats would not disable [dink]</li>
|
||
<li>Fixed coin inputs for Kamen Riders [dink, Gab75]</li>
|
||
<li>Fixed music in Guardians / Denjin Makai II [dink]</li>
|
||
<li>Fixed music in The Punisher (change cps1 qsound cpu to proper 8mhz) [dink]</li>
|
||
<li>Fixed music in Karnov's Revenge [dink]</li>
|
||
<li>Updated lzma lib. to 15.14 [Barry]</li>
|
||
<li>Updated the libpng library to v1.6.21 [Barry]</li>
|
||
<!-- clones and updated romsets in drivers -->
|
||
</ul>
|
||
<h4>Clones and updated romsets in existing drivers</h4>
|
||
<ul>
|
||
<li>Sync. romsets with current MAME [Barry, JacKc]</li>
|
||
<li>Added clone of Sengoku Ace (Japan, set 2) [Alex Cmaylo, JacKc]</li>
|
||
<li>Added clone of Final Fight US [Coolmod, JacKc]</li>
|
||
<li>Added clone of Rolling Thunder (rev 3, alternate?) [caius, JacKc]</li>
|
||
<li>Added clone of 1943 (US) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Out Run (deluxe sitdown) (Enhanced Edition v1.0.3) [JacKc]</li>
|
||
<li>Added clone of Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.1.0) [JacKc]</li>
|
||
<li>Added clone of Lethal Enforcers (ver EAA, 09/09/92 09:44) [caius, JacKc]</li>
|
||
<li>Added clone of Orius (ver UAA) / clone of Xexex [Ryan Holtz, Smitdogg, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Super Street Fighter II Turbo (Hispanic 940223) [Artemio Urbina, JacKc]</li>
|
||
<li>Added clone of Ninja-Kid II / NinjaKun Ashura no Shou (set 4) [system11, JacKc]</li>
|
||
<li>Added clone of Ring of Destruction: Slammasters II (Hispanic 940902) [Raul Delgado, JacKc]</li>
|
||
<li>Added clone of Miss World 96 Nude (alt) [system11, JacKc]</li>
|
||
<li>Added clone of Double Dragon II - The Revenge (US, bootleg) [system11, JacKc]</li>
|
||
<li>Added clone of Pirates (set 2) [caius, JacKc]</li>
|
||
<li>Added clone of Street Fighter II' - Champion Edition (920313 'Taiwan' bootleg with PAL) [rtw, Smitdogg, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Strider (USA, B-Board 90629B-3, Street Fighter II conversion) [system11, JacKc]</li>
|
||
<li>Added clone of Sangokushi III Gaiden: Kakou-On's Revenge DX (hack) [system11, JacKc]</li>
|
||
<li>Added clone of Multi Game '96 (Italy) [system11, JacKc]</li>
|
||
<li>Added clone of Halfway To Hell: Progear Red label (2016-1-17 Red Label Ver) [The Halfway House, JacKc]</li>
|
||
<li>Added clone of Multi Champ (World, older) [f205v, JacKc]</li>
|
||
<li>Added clone of 1000 Miglia: Great 1000 Miles Rally (94/05/26) [caius, JacKc]</li>
|
||
<li>Added clone of 64th. Street - A Detective Story (Japan, set 2) [Corrado Tomaselli, JacKc]</li>
|
||
<li>Added clone of Donkey Kong - Arcade Rainbow (hack) [John Kowlski, JacKc]</li>
|
||
<li>Added clone of Block Block (World 911219 Joystick) [caius, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of The King of Fighters '98 (Anniversary Edition 2016, EGHT hack) [EGCG 2016, JacKc]</li>
|
||
<li>Added clone of The King of Fighters '98 (Combo) to 2016/03/21 version [Ivex, JacKc]</li>
|
||
<li>Added clone of Armed Police Batrider - A Version (Hong Kong) (Mon Dec 22 1997) [Trap15, JacKc]</li>
|
||
<li>Added clone of Batsugun (Korean PCB) [Alex Cmaylo, iq_132]</li>
|
||
<li>Added clone of Last Resort (prototype) [Chris Ransley, JacKc]</li>
|
||
<li>Added clone of Moon Cresta (SegaSA / Sonic) [Roselson (from AUMAP), JacKc]</li>
|
||
<li>Added clone of Major Title 2 (World, alt sound CPU) [Mathieu Patard, JacKc]</li>
|
||
<li>Added clone of Pac-Man (SegaSA / Sonic) [A.R.P.A., JacKc]</li>
|
||
<li>Added clone of Come Come (Petaco SA bootleg of Puck Man) [Manuel Giron, JacKc]</li>
|
||
<li>Added clone of Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bootleg) [Heckler, JacKc]</li>
|
||
<li>Added clone of My Hero (bootleg, 315-5132 encryption) [Andrew Welburn, JacKc]</li>
|
||
<li>Added clone of Toki (US, prototype?) [Kevin Eshbach, JacKc]</li>
|
||
<li>Added clone of Super Bishi Bashi Championship (ver KAB, 3 Players) [Skate, JacKc]</li>
|
||
<li>Added clone of Majestic Twelve - The Space Invaders Part IV (US) [Artemio Urbina, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Major Title 2 (World, set 2) [Porchy, JacKc]</li>
|
||
<li>Added clone of Atomic Robo-kid (Japan) [Alex Cmaylo, JacKc]</li>
|
||
<li>Added clone of Beast Busters (Japan, Version 2) [ShouTime, JacKc]</li>
|
||
<li>Added clone of Mystic Warriors (ver AAB) [Bill D / The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Raiden DX (Japan, set 2) [Alex Cmaylo, JacKc]</li>
|
||
<li>Updated the NeoGeo driver with the latest Unibios [JacKc]</li>
|
||
<!-- new game additions to existing drivers -->
|
||
</ul>
|
||
<h4>New additions to existing drivers</h4>
|
||
<ul>
|
||
<li>Added Fix-it Felix Jr. to the Megadrive driver [dink]</li>
|
||
<li>Added Waimanu: Scary Monsters Saga to SMS driver [dink]</li>
|
||
<li>Added Wing Force to the Kaneko16 driver [dink]</li>
|
||
<li>Added MegaCart support to the Colecovision driver [dink]</li>
|
||
<li>Added Princess Quest (MegaCart), Digger and Quest for the Golden Chalice to the Colecovision driver [dink]</li>
|
||
<li>Added T*GunII, Chase and Papi CommandoMD to the Megadrive driver [dink]</li>
|
||
<li>Added Big's Fishing Derby and Thunderbolt II to the Megadrive driver [dink]</li>
|
||
<li>Added FatalSmarties to the Megadrive driver [dink]</li>
|
||
<li>Added '96 Flag Rally to 1945kiii driver [dink]</li>
|
||
<li>Added Ozma Wars to the Space Invaders driver [iq_132]</li>
|
||
<li>Added Fire Ball (FM Work) to the Legendary Wings driver [iq_132]</li>
|
||
<li>Added Unknown Neo-Geo Vs. Fighter (prototype) [Brian Hargrove, JacKc] to the NeoGeo driver</li>
|
||
<!-- new drivers -->
|
||
</ul>
|
||
<h4>New drivers</h4>
|
||
<ul>
|
||
<li>Added driver for Appoooh [vbt]</li>
|
||
<li>Added driver for Cabal [iq_132, dink]</li>
|
||
<li>Added driver for Fighting Roller [iq_132]</li>
|
||
<li>Added driver for Battle Lane [iq_132]</li>
|
||
<li>Added driver for Alligator Hunt and Maniac Square on Gaelco CG-1V/GAE1-based hardware [iq_132, dink]</li>
|
||
<li>Added driver for Ikari Warriors, Victory Road, TNK3, Guerilla War, Chopper I, Bermuda Triangle, Psycho Soldier, Athena, ASO/Alpha Mission, Fighting Golf, Jumping Cross, HAL21, Vanguard II, Mad Crasher and Marvin's Maze on SNK 3xZ80 hardware [iq_132, dink]</li>
|
||
<li>Added driver for Main Event and Canvas Croquis [iq_132]</li>
|
||
<li>Added driver for Joyful Road / Munch Mobile [iq_132]</li>
|
||
<li>Added driver for Himeshikibu and Android [iq_132]</li>
|
||
<li>Added driver for Beast Busters and Mechanized Attack [iq_132]</li>
|
||
<li>Added driver for Safari Rally [iq_132]</li>
|
||
<li>Added driver for Mr. Jong and Crazy Blocks [vbt]</li>
|
||
<li>Added driver for Lasso, Chameleon, Wai Wai Jockey Gate-In and Pinbo [iq_132]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.37</h3>
|
||
<ul>
|
||
<li>Added clone of Contra (US / Asia, set 3) [system11, iq_132, JacKc]</li>
|
||
<li>Added several fixes for the SDL version of FBAlpha [Dmitry Smagin]</li>
|
||
<li>Fixed all SFX hard-panned to the right in Mars Matrix [dink]</li>
|
||
<li>Added Packetman bootleg [Mooglyguy, Smitdogg, The Dumping Union, iq_132]</li>
|
||
<li>Removed unused dips for Gunforce2/Geostorm [dink]</li>
|
||
<li>Fixed continious distortion in R-Type II level 4 after death while also killing an air-tank [dink]</li>
|
||
<li>Fixed TRUN bit masking (timers start/stop) in TCLS-90 CPU [Rainer Keuchel, dink]</li>
|
||
<li>Fixed PCM audio in Avengers/Buraiken [dink]</li>
|
||
<li>Fixed slight video glitchery on fade outs/cutscene/fast screen changes in Ghost 'n Goblins [dink]</li>
|
||
<li>Added clone of Gradius III (Japan, program code S, split) [system11, JacKc]</li>
|
||
<li>Added 1998 copyright Fantasia 2 version, single ROM difference [system11, JacKc]</li>
|
||
<li>Added clone of G-LOC Air Battle (World) [Arzeno Fabrice, The Dumping Union, JacKc]</li>
|
||
<li>Added 1943: The Battle of Midway (hack of Japan set) [Artemio Urbina, JacKc]</li>
|
||
<li>Correct rom labels for the Stern Electronics license of The End. [caius, JacKc]</li>
|
||
<li>Added clone of Gundhara (Chinese, bootleg?) [system11, JacKc]</li>
|
||
<li>Added clone of Bells & Whistles (Asia, Version M) [rtw, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Dunk Shot (Rev A, FD1089 317-0022) [coolmod, The Dumping Union, JacKc]</li>
|
||
<li>Added Bionic Commandos (bootleg, hack of Japan set) [TeamEurope, MikeMcBike, JacKc]</li>
|
||
<li>Added driver for Centipede and Millipede [dink]</li>
|
||
<li>Added driver for Popeye and Sky Skipper [dink]</li>
|
||
<li>Emulate mosaic-effect in Takeda Shingen / Shingen Samurai Warrior [dink, iq_132]</li>
|
||
<li>Fixed broken sprites in Mikie [dink, WILOWAR]</li>
|
||
<li>Added driver for Wiz, Kung-Fu Taikun, Scion and Stinger [vbt]</li>
|
||
<li>Added clone of Street Fighter Alpha 3 (USA 980616, SAMPLE Version) [Guru, JacKc]</li>
|
||
<li>Added driver for Mr. Do`s Castle, Do! Run Run, Mr. Do`s Wild Ride, Jumping Jack and Kick Rider [dink]</li>
|
||
<li>Added new clones for: Vigilante, Galaxy Force 2, & Super Cobra [Barry]</li>
|
||
<li>Fixed ZetRunEnd(); in the Z80 cpu interface [dink]</li>
|
||
<li>Added correct dump of VA63B.1A for Varth [Caius, The Dumping Union, JacKc]</li>
|
||
<li>Fixed sound-rom loading for Wizard Fire [Barry]</li>
|
||
<li>Added clone of Final Fight (900424 USA) [Bonky0013, JacKc]</li>
|
||
<li>Added driver for Warp Warp [dink]</li>
|
||
<li>Added clone of Oriental Legend (ver. 111, Korean Board) [Darksoft, JacKc]</li>
|
||
<li>Fixed the loud beeping noise when the little guys jump on the enemy in Zupapa [dink]</li>
|
||
<li>Improved inputs in Ladybug and Pac-Man by converting them to 4-Way mode [dink]</li>
|
||
<li>Added driver for Mirax [dink]</li>
|
||
<li>Fixed savestates in Konami's Roc 'n Rope [dink]</li>
|
||
<li>Added driver for Qbert, Qbert's Qubes, Faster Harder More Challenging Qbert and Mad Planets [dink]</li>
|
||
<li>Added driver for China Gate [iq_132]</li>
|
||
<li>Properly clone-ize the Coleco game collection [dink]</li>
|
||
<li>Some timing improvements for Gun.Smoke [dink]</li>
|
||
<li>Improved timing in Commando - fixes some sounds/SFX, and glitching sprites [dink]</li>
|
||
<li>Fixed sprite buffering in Ghosts and Goblins, fixes "jittery gravestones" when walking. Also fixed the boot-up messages [dink]</li>
|
||
<li>Fixed a sprite wrapping issue in Son Son, certain sprites would disapear when they got too close to the edge of the screen [dink]</li>
|
||
<li>Fixed and improved timing in Pirate Ship Higemaru [dink]</li>
|
||
<li>Improved timing in Nemesis & Gradius, fixes glitchy video, proper laser & missile sounds [dink]</li>
|
||
<li>Fixed broken sprites in Lethal Enforcers [dink]</li>
|
||
<li>Added Sega decrypted romsets [Barry]</li>
|
||
<li>Added driver for Chanbara [iq_132]</li>
|
||
<li>Added New parent set for Ken-Go called Lightning Swords [System11, The Dumping Union, JacKc]</li>
|
||
<li>Added Ken-Go (set 2) [caius, JacKc]</li>
|
||
<li>Improved the timing in Snow Bros. Fixes slowdowns and other timing issues notable later in the game.[dink, Zazzone]</li>
|
||
<li>Added .AVI-writer feature from FBAPlus, somewhat re-written and greatly improved. [dink, Gangta, JAVH, bms888]</li>
|
||
<li>Added clone of Wonder Stick (set 2, censored) [Any, The Dumping Union, JacKc]</li>
|
||
<li>Fixed music speed in Dingo [dink]</li>
|
||
<li>Fixed music synchronization and SFX in Caveman Ninja (timer issue) [dink]</li>
|
||
<li>Fixed PCM sample playback in the LastDuel driver [dink]</li>
|
||
<li>Fixed screen priorities in the LastDuel driver [iq_132]</li>
|
||
<li>Added good sprite dump of Led Storm 2011 Rally (US) [Guru, JacKc, iq_132]</li>
|
||
<li>Added new parent of Led Storm Rally 2011 (World) [system11, JacKc]</li>
|
||
<li>Added clone of Joe & Mac Returns (Japan, Version 1.2, 1994.06.06) [rtw, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Sonic 1-FM v1.02 for SMS - info and patches @ http://www.smspower.org/Hacks/SonicTheHedgehog-SMS-FM-Mod [dink]</li>
|
||
<li>Added Changes, Hopper Robo, Battle Cruiser M12, Hoccer and Wanted to the Marine Boy driver [dink]</li>
|
||
<li>Fixed the positional mini-map in Rygar [dink]</li>
|
||
<li>Fixed bg priorities and added volume attenuation to the flstory driver, fixes Onna Sansirou sprite issue, freeze-up at GAME OVER and missing pcm samples [dink]</li>
|
||
<li>Added Rumba Lumber to the flstory driver [dink]</li>
|
||
<li>Added driver for Konami's Jackal [iq_132, dink]</li>
|
||
<li>Fixed music, add savestate support and fix crash on exit in Dynamite Duke [dink]</li>
|
||
<li>Added driver for Taito's Super Rider [iq_132, dink]</li>
|
||
<li>Added System 2 support to the Sega System 1 driver [vbt, dink]</li>
|
||
<li>Fixed sound/music in Regulus [dink]</li>
|
||
<li>Fixed sound/music in Driftout [dink]</li>
|
||
<li>Added new NeoGeo BIOS and fixed various issues in the NeoGeo BIOS [Barry]</li>
|
||
<li>Added clone of Air Duel [dink]</li>
|
||
<li>Added clone of Forgotten Worlds (World, newer) [Bill D, The Dumping Union, Barry]</li>
|
||
<li>Added bootleg of Cadillacs and Dinosaurs to the CPS-1 driver [Barry, Bonky0013]</li>
|
||
<li>Added clone of The Punisher to the CPS-1 driver [Barry, Bonky0013]</li>
|
||
<li>Improved analog controls in Forgotten Worlds [dink]</li>
|
||
<li>Added Moggy Master and Geki oko Punpun to the Master System driver [dink]</li>
|
||
<li>Added clone of Karate Blazers (World, set 2) [caius, JacKc]</li>
|
||
<li>Added Tr-606 drumkit support to Kid Niki, Horizon, Spelunker and Spelunker II. Grab the public domain/royalty-free drumkit @ http://sharesend.com/32ux720g and throw it in "fba dir"\support\samples [dink]</li>
|
||
<li>Fixed Kabuki-Z graphics issues making the game playable [dink]</li>
|
||
<li>Fixed Kozure Ookami & Terra Force and is now fully playable. Also: Added color lookup-table feature to the sprite engine, which improves these games as well as Legion & Armed F. [dink]</li>
|
||
<li>Added Raiders5, Nova2001 & Ninja Kun to the Penguin-Kun Wars driver [vbt w/help from dink & iq_132]</li>
|
||
<li>Added Dig-Dug to the Galaga driver [dink]</li>
|
||
<li>Added Pack 'n Bang Bang to the Kaneko16 driver [dink]</li>
|
||
<li>Added driver for Sky Kid Deluxe, Hopping Mappy, The Return of Ishtar, Genpei ToumaDen, Rolling Thunder & Wonder Momo on Namcos86 hardware [iq_132]</li>
|
||
<li>Improved the sound/music in Finalizer [dink]</li>
|
||
<li>Fixed coin insertion issues in Raiden 2 / DX [dink]</li>
|
||
<li>Fixed player color in Spark Man [gamez fan]</li>
|
||
<li>Fixed palette issue with Congo Bongo [dink]</li>
|
||
<li>Enabled High score saving for a lot of classic games [dink]</li>
|
||
<li>Updated the PGM sound-core (ICS2115) thus improving sound and music on all PGM-based games [iq_132]</li>
|
||
<li>Added port of the Pokey sound-core to FBA and hooked it up to Atari Tetris [dink]</li>
|
||
<li>Added driver for Bomb Bee, Cutie Q, Gee Bee, Kaitei Takara Sagashi, Navarone, and SOS [dink]</li>
|
||
<li>Added driver for Mouser [vbt]</li>
|
||
<li>Added driver for Toki no Senshi - Chrono Soldier [vbt]</li>
|
||
<li>Added driver for UFO Senshi Yohko Chan [dink]</li>
|
||
<li>Added driver for Wonder Boy in Monster Land [vbt]</li>
|
||
<li>Added support for downloading localisation templates from the FB Alpha web-site into FB Alpha [Barry]</li>
|
||
<li>Fixed issue with Dip Switches (increased max from 4 to 8) [Barry]</li>
|
||
<li>Added compiling support for GCC 5.1.0 [Barry]</li>
|
||
<li>Added compiling support for Visual Studio 2015 [Barry]</li>
|
||
<li>Removed sample filename extensions from drivers [Barry]</li>
|
||
<li>Updated lzma lib. to 15.08 [Barry]</li>
|
||
<li>Updated the libpng library to v1.6.18 [barry]</li>
|
||
<li>Synced sets with MAME 0.167 [barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.36</h3>
|
||
<ul>
|
||
<li>Fix Time Pilot '84 palette banking. [iq_132]</li>
|
||
<li>Added clone of Pang (bootleg, set 5) [f205v, Vincenzo Femia, JacKc]</li>
|
||
<li>Added clone of Daioh (prototype) [CoolMod, trap15, iq_132]</li>
|
||
<li>Added clone of Jigoku Meguri (Japan, hack?) [Tormod, JacKc]</li>
|
||
<li>Added driver for Vastar and Planet Probe [iq_132]</li>
|
||
<li>Fixed a handfull of broken games on Sega Master System [dink]</li>
|
||
<li>Added FM sound capability to the Sega Master System, better integration and remove external dependancies [dink, Barry]</li>
|
||
<li>Added ability to use CD-Quality soundtrack from the Sega Saturn version of DonPachi [iq_132, dink]</li>
|
||
<li>Added feature to trim silence at the end of looped samples in the sample playback core [dink]</li>
|
||
<li>Small improvement to the ESP Ra.De virtual mixer [dink]</li>
|
||
<li>Added Trap15's nice sheild warning mod DIP setting for GunNail [Trap15, dink]</li>
|
||
<li>Added clone of Same! Same! Same! NEW VER! (v1.00 by Trap15) [Trap15, JacKc]</li>
|
||
<li>Added clone of Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7 by Trap15) [Trap15, JacKc]</li>
|
||
<li>Added Alex Kidd in Radaxian Rumble, Bruce Lee, DARC, Hong kil Dong and Lambo to the SMS driver [dink]</li>
|
||
<li>Added several fixes for the SDL version of FBAlpha [Dmitry Smagin]</li>
|
||
<li>Added ZetSetSP() and fix ZetSetHL() in the z80 interface [dink]</li>
|
||
<li>Fixed Toki palette recalculation [iq_132, ArcadeTV]</li>
|
||
<li>Added more simulation to Chelnov's MCU [iq_132]</li>
|
||
<li>Fixed null file crash with T7Zipped romsets [Barry]</li>
|
||
<li>Added Metal Slug 2 - Super Vehicle-001/II Turbo(NGM-9410) (slowdown fix) [Trap15]</li>
|
||
<li>Fixed map raster effect rowscroll offset in Ninja Baseball Batman [dink]</li>
|
||
<li>Added clone of Hexion bootleg [System11, iq_132]</li>
|
||
<li>Added clone of Scramble (Centromatic S.A.) Spanish Bootleg [Manuel Giron, JacKc]</li>
|
||
<li>Added clone of Mutant Fighter (World EM-2) [Simon Dennison, JacKc]</li>
|
||
<li>Added clone of Dragon World 3 (ver. 103, Japan) [arcademodbios, JacKc]</li>
|
||
<li>Added clone of Red Hawk (Korea) [system11, JacKc]</li>
|
||
<li>Added clone of Robocop 2 (US v0.10) [Bill D, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Super Puzzle Fighter II Turbo (Euro 960529) [fluxcore, idc/Team Avalaunch, JacKc]</li>
|
||
<li>Added clone of Hot Bubble (Korea) [system11, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Thunder Deity Biography (Chinese hack of Battle Garegga) [caius, JacKc]</li>
|
||
<li>Added clone of Willow (World) [Jets (from Emu-france) and Layer (from Neo-arcadia), JacKc]</li>
|
||
<li>Added clone of Adventure Quiz Capcom World 2 (Japan 920611, B-Board 91634B-2) [Bonky, JacKc]</li>
|
||
<li>Added clone of Battle K-Road (Korean PCB) [Manuel Assoni, JacKc]</li>
|
||
<li>Added clone of X-Men (2 Players ver UAB) [Andrew Welburn, The Dumping Union, JacKc]</li>
|
||
<li>Fixed the eerie/droning background noise in Galaxian and King & Balloon [dink]</li>
|
||
<li>Fixed freeze after character selection in Oriental Legend Super [iq_132]</li>
|
||
<li>Windows 10 support [barry]</li>
|
||
<li>Updated the libpng library to v1.6.17 [barry]</li>
|
||
<li>Synced sets with MAME 0.161 [barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.35</h3>
|
||
<ul>
|
||
<li>Fixed VS Block Breaker / Saru-Kani-Hamu-Zou on Super Kakeko Nova System is now fully working/playable [dink]</li>
|
||
<li>Fixed Ken-Go on Irem m72 hardware [dink]</li>
|
||
<li>Fixed graphics glitching/screen flashing in Mr. Heli / Battle Chopper [dink]</li>
|
||
<li>Fixed bad static/clipping noise on several Neo-Geo games (Art of Fighting, Football Frenzy, etc) with FM Interpolation [dink]</li>
|
||
<li>Fixed unclear/staticy sample/instruments in all games on Irem m72 hardware [dink]</li>
|
||
<li>Fixed sound in Renegade, replacing custom ADPCM with MSM5205 [barry, Alex Jackson]</li>
|
||
<li>Reduced MSVC compiler optimisation level (fixes Tetris Plus 2 and maybe others) [barry]</li>
|
||
<li>Fixed Thunder Dragon 2 sprite priorities and missing instruments/sounds [dink]</li>
|
||
<li>Fixed background glitching in level 2 of R-Type Leo [dink]</li>
|
||
<li>Fixed Turbo Force sprite priorities [dink]</li>
|
||
<li>Fixed broken music in Hammer Away level 2+, including a fix to the rf5c68 pcm core buffer handling [dink]</li>
|
||
<li>Fixed distorted music in Air Duel after the level 1 boss [dink]</li>
|
||
<li>Fixed Karnov - broken after updating to the latest Musashi core [dink]</li>
|
||
<li>Fixed Vapor Trail running too slow (vblank timing) [dink]</li>
|
||
<li>Fixed Land Stalker (Megadrive), hang after character selection [dink]</li>
|
||
<li>Fixed SFX and music in Bucky O'Hare, improve synchronization [dink, iq_132]</li>
|
||
<li>Fixed Sega GP Rider hang at start [dink]</li>
|
||
<li>Fixed highlights in Mystic Warriors and other konamigx games [iq_132]</li>
|
||
<li>Added driver for SunA 8-bit games: Hard Head, Hard Head 2, Super Ranger, Sparkman and Star Fighter [iq_132]</li>
|
||
<li>New Game Info feature, with history.dat support, pcb, marquee, in-game, boss, marquee, flyer, pcb and more [Barry]</li>
|
||
<li>Add Aetherbyte Santatlantean to the PC Engine driver [dink]</li>
|
||
<li>Misc. Konami driver cleanups [iq_132]</li>
|
||
<li>Preserve NEC v25/v35 decode pointer on state load/save, fixes savestate issues with Ken-go and other V25/V35 games that use encryption [dink]</li>
|
||
<li>Added driver for Tecmo Bowl [iq_132]</li>
|
||
<li>Fixed MSM5205 sound in Tecmo Bowl [barry]</li>
|
||
<li>Added driver for Zaxxon, Super Zaxxon and Congo Bongo [vbt, iq_132]</li>
|
||
<li>Added Fantasy Zone Time Attack bootleg to the Sega System-16B driver [Barry]</li>
|
||
<li>Fixed Battle Bakraid crash in level 5 at the first mid-boss [dink]</li>
|
||
<li>Added Battle Garegga Zakk version [dink]</li>
|
||
<li>Added clone of Dungeons & Dragons - Shadow Over Mystara (960208 Asia) [ArcadeHacker, The Dumping Union, JacKc]</li>
|
||
<li>Fixed warped record tempo effect in Exed Exes and Vulgus [dink]</li>
|
||
<li>Fixed music and flipped screen-on-coinup issue in Terra Cresta [dink]</li>
|
||
<li>Fixed music in the game Blue Print [dink]</li>
|
||
<li>Added game Grasspin to the Blue Print driver [dink]</li>
|
||
<li>Added driver for Gulf Storm, The Last Day, Pollux, Blue Hawk, Sadari, Flying Tiger, Gun Dealer '94, Super-X, R-Shark and Pop Bingo on Dooyong hardware [iq_132]</li>
|
||
<li>Added Uncle Poo to the Jack and the Giantkiller driver [dink]</li>
|
||
<li>Added clone of Capcom World 2 (920611 Japan, alt) [Bonky0013, manimani, JacKc]</li>
|
||
<li>Added driver for Konami's Finalizer [iq_132]</li>
|
||
<li>Added clone of Battle K-Road (alternate sound) [Manuel Assoni, JacKc]</li>
|
||
<li>Slightly improved the music/sfx in Wyvern-F0 [dink]</li>
|
||
<li>Sync the Psychic5 driver romsets with MAME [JacKc]</li>
|
||
<li>Added driver for Konami's Rock 'n Rage [iq_132]</li>
|
||
<li>Added driver for Konami's Blades of Steel [iq_132]</li>
|
||
<li>Added driver for Konami's Jail Break [iq_132]</li>
|
||
<li>Added game Come Back Toto on Snow Bros. / Hyper-Pac hardware [system11, David Haywood]</li>
|
||
<li>Preserve AY8910 port handler pointers on state load/save, fixes savestate stability issues [dink]</li>
|
||
<li>Added driver for Konami's Battlantis [iq_132]</li>
|
||
<li>Fixed slowdowns/sprite flicker/crash on exit in several Dataeast Dec8 games [dink]</li>
|
||
<li>Added Birdie Try to the Dataeast Dec0 driver [gamezfan, dink]</li>
|
||
<li>Fixed the music tempo fluxuations in Vapor Trail and Crude Buster [dink]</li>
|
||
<li>Fixed mis-aligned sprite:bg layer in Vapor Trail [dink]</li>
|
||
<li>Fixed slowdowns in Air Buster [dink]</li>
|
||
<li>Improved the sound in 1942 [dink]</li>
|
||
<li>Fixed music in Pocket Gal Deluxe [dink]</li>
|
||
<li>Added driver for Konami's Labyrinth Runner / Trick Trap [iq_132]</li>
|
||
<li>Added driver for Konami's Iron Horse [iq_132]</li>
|
||
<li>Sega SG-1000 driver improvements - add games to the clone tree, fixed most non-working games [dink]</li>
|
||
<li>Hooked up Analogue steering for Konami GT, Red Force and Hyper Crash [dink]</li>
|
||
<li>Fixed lost irq state in the 68k core with savestates, fixes Gradius II's savestates [dink]</li>
|
||
<li>Added PuzzLove to the Silver Millenium driver [iq_132]</li>
|
||
<li>Added driver for Konami's Circus Charlie [iq_132]</li>
|
||
<li>Added clone of Side Arms - Hyper Dyne (US, 861202) [system11, JacKc]</li>
|
||
<li>Fixed graphics issues in Marine Boy level 4+ [dink]</li>
|
||
<li>Correct rom names for the Pang / Buster Bros. sets. [Bad A Billy, Smitdogg, Tormod, The Dumping Union, JacKc]</li>
|
||
<li>Hook up filters to Pooyan and fix music [dink]</li>
|
||
<li>Added driver for Konami's Tutanham [iq_132]</li>
|
||
<li>Added driver for Roc 'n Rope [iq_132]</li>
|
||
<li>Added driver for MegaZone [iq_132]</li>
|
||
<li>Added driver for Time Pilot/Space Pilot [iq_132]</li>
|
||
<li>Added driver for Time Pilot '84 [iq_132]</li>
|
||
<li>Fixed music, sound and sprite flickering in Gyruss [dink]</li>
|
||
<li>Standardized IRQ status and RAM/ROM mapping amongst the cpu cores [iq_132]</li>
|
||
<li>Added ability to output to MONO in the sn76496 sound core [iq_132]</li>
|
||
<li>Fixed occasional missing explosion sound trigger in Galaga [dink]</li>
|
||
<li>Added Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT hack) [JacKc]</li>
|
||
<li>Fixed the alignment of the text layer in Pac-Land [dink]</li>
|
||
<li>Added the ability to change the samplerate of the MSM6295 at any time [iq_132]</li>
|
||
<li>Added driver for Legend of Makai, P-47, Kick Off, Takeda Shingen, Ninja Kazan, Astyanax, Hachoo!, Jitsuryoku!! Pro Yakyoo, Plus Alpha, Saint Dragon, RodLand, Phantasm, Avenging Spirit, Earth Defense Force, 64th Street, Soldam, Big Striker, Chimera Beast, Cybattler, Hayaoshi Quiz Ouza Ketteisen and Peek-a-Boo! on Jaleco Megasys1 hardware [iq_132]</li>
|
||
<li>Added CPU_IRQSTATUS_HOLD (like _AUTO but with long ACK) to the Z80 interface [dink]</li>
|
||
<li>Added the Sky Army tuturial driver [iq_132]</li>
|
||
<li>Added clone of Asura Buster - Eternal Warriors (Japan) (ARCADIA review build) [ShouTime, JacKc]</li>
|
||
<li>Added clone of Super Spacefortress Macross II / Chou-Jikuu Yousai Macross II (GAMEST review build) [ShouTime, JacKc]</li>
|
||
<li>Added driver for Sega Master System and Game Gear [dink]</li>
|
||
<li>Added blending effects to the tecmo16 driver to fix Riot's intro [iq_132]</li>
|
||
<li>Added clone of Gemini Wing (World, bootleg) [f205v, Tirino73, JacKc]</li>
|
||
<li>Added stereo capability and reset function to the SN76496 sound core [dink]</li>
|
||
<li>Added driver for Pandora's Palace on Konami GX328 hardware [iq_132]</li>
|
||
<li>Added preliminary driver for games on Alpha 68K hardware [barry]</li>
|
||
<li>Fixed various issues in the localisation templates [barry]</li>
|
||
<li>Added support to the interface for a third YM2203 [barry]</li>
|
||
<li>Added dat file support for Sega Master System and Game Gear [barry]</li>
|
||
<li>Added filter to Game Selection dialog for Game Gear [barry]</li>
|
||
<li>Updated the libpng library to v1.6.16 [barry]</li>
|
||
<li>Synced sets with MAME 0.159 [barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.34</h3>
|
||
<ul>
|
||
<li>Ported Musashi 3.32 from MAME 0.128 [barry]</li>
|
||
<li>Minor fixes to new Musashi port [dink]</li>
|
||
<li>Fixed TLCS90 core, calculate the timer period based on the clock [dink]</li>
|
||
<li>Fixed: the Z80 Vector should be reset to default on every reset Z80 Core [iq_132]</li>
|
||
<li>Fixed buzzing sounds in the DAC [iq_132]</li>
|
||
<li>Added multiple chip support to the YM3812 interface [barry]</li>
|
||
<li>Added driver for Alien Invader [iq_132]</li>
|
||
<li>Added driver for Knuckle Joe [iq_132]</li>
|
||
<li>Added driver for Mario Bros. [iq_132]</li>
|
||
<li>Added driver for Samurai Nihon-Ichi, VS Gong Fight, Mission 660, Go Go Mr. Yamaguchi, Nunchackun, and Lady Master of Kung Fu [iq_132]</li>
|
||
<li>Added driver for Capcom's Side-Arms, Turtle Ship, Dyger, Twin Falcons and Whizz [iq_132, dink]</li>
|
||
<li>Added driver for Space Invaders [iq_132]</li>
|
||
<li>Added driver for Tetris Pro. 2 [iq_132]</li>
|
||
<li>Added driver for XX Mission by UPL [iq_132]</li>
|
||
<li>Added Hammer Away to the Sega System 18 driver [barry, haze, Atro, _rm_ aka Ricardo Marques, 1up aka Daniel "casebres"]</li>
|
||
<li>Added clone of Darius to the Darius driver [barry, JacKc]</li>
|
||
<li>Added clone of Cobra Command (Japan, bootleg) to the Data East DEC8 driver [f205v, JacKc]</li>
|
||
<li>Added clone of Ninja Kid 2 - JT-104 to the Ninja Kid II driver [JacKc]</li>
|
||
<li>Added clone of Dragon World II (V100H, Hong Kong) to the PGM driver [iq_132, JacKc, rtw]</li>
|
||
<li>Added protection routines to Dragon World II (V100H, Hong Kong) in the PGM driver and marked as working [iq_132]</li>
|
||
<li>Added clone of Raiden II to the driver [rtw, Smitdogg, Kranser, Mucci, Dullaron, B2K24, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Dunk Shot to the Sega System 16B driver [JacKc, ShinobiZ & COY]</li>
|
||
<li>Added clones of Cadash to the Taito Asuka driver [ShouTime, JacKc]
|
||
<li>Added clone of Teenage Mutant Hero Turtles to the Teenage Mutant Ninja Turtles driver [JacKc, caius]</li>
|
||
<li>Added clone of Battle Bakraid - Unlimited Version (China) (Tue Jun 8 1999) to the Topalan-2 driver [JacKc, Bill D, The Dumping Union]</li>
|
||
<li>Added clone of Vigilante to the Vigilate driver [iq_132, JacKc, system11]</li>
|
||
<li>Added clone of Xain'd Sleena to the driver[f205v, JacKc]</li>
|
||
<li>Added clone of Magic Bubble to the Yun Sung 16 driver [iq_132, JacKc, caius, The Dumping Union]</li>
|
||
<li>Added prototypes of Zombie Raid to the Zombie Raid driver [JacKc, iq_132]</li>
|
||
<li>WIP: Get sound working in Donkey Kong 3 - hook up the NES APU [iq_132]</li>
|
||
<li>Fixed sprite corruption in Alien Syndrome when playing with the keyboard and up+down or left+right is pressed at the same time [dink]</li>
|
||
<li>Fixed music playback speed in Arbalester [dink]</li>
|
||
<li>Fixed occasional loud weird buzzing noise (DAC) in Armed Formation [dink]</li>
|
||
<li>Fixed ymf278b sound in Asura Buster/Asura Blade [dink]</li>
|
||
<li>Fixed Battle Shark, Space Gun and Night Striker - hang on level 2+ [dink]</li>
|
||
<li>Black Tiger and F1 Dream: Lower SFX volume so the music can be heard better, add BurnYM2203SetPSGVolume macro to burn_ym2203.h [dink]</li>
|
||
<li>Fixed colors in Cuebrick [Alex Jackson]</li>
|
||
<li>Fixed Escape Kids Crashes during the boot sequence [dink]</li>
|
||
<li>Small music mixing improvement in ESP Ra.De [the shmup kings, dink]</li>
|
||
<li>Fixed choppiness in Gaiapolis on older pc's [dink]</li>
|
||
<li>Fixed Gradius 3 in 16-bit color modes [Gamez Fan, iq_132]</li>
|
||
<li>Fix misc. timing issues with Gradius 3 that appeared after the introduction of the new Musashi 68k core [barry, dink]</li>
|
||
<li>Fixed Drumroll fade-in in Gradius 3 [dink]</li>
|
||
<li>Fixed gun inputs in Konami's Lethal Enforcers, add a hack/gun-reload button [dink]</li>
|
||
<li>Fixed Layer alignment in Metamorphic Force, it improves the intro and first boss graphical effects [iq_132]</li>
|
||
<li>Fixed Moo Mesa and Xexex music out-of-key at 44100hz sample rate [dink]</li>
|
||
<li>Fixed the ear-piercing sounds in Nostradomus and Magical Cat Adventure [dink]</li>
|
||
<li>Fixed too much slowdown in Nostradamus, needs a little helping boost [dink]</li>
|
||
<li>Fixed Operation Thunderbolt: gunshot sfx can only be heard in the left speaker [dink]</li>
|
||
<li>Fixed music tempo/warped-record effect in Pang [dink]</li>
|
||
<li>Fix Psychic 5 default DIP settings [dink]</li>
|
||
<li>Fixed FB Alpha GFX Loading routine for Punch-Out!! and added correct color PROMs set for Super Punch-Out (Japan)!! [JacKc]
|
||
<li>Fixed Sand Scorpion won't boot after Raiden II/DX [dink]</li>
|
||
<li>Fixed crash in Soko Nuke [dink]</li>
|
||
<li>Fixed graphical issues/corruption in Konami's Special Project Y (spy) [iq_132]</li>
|
||
<li>Fixed flickering status for players 2, 3 and 4 in Sunset Riders [dink]</li>
|
||
<li>Fixed Surprise Attack by Konami now runs at the right speed [dink]</li>
|
||
<li>Fixed music tempo/warped record effect in Trojan, Avengers, Section-Z, fix PCM/MSM5205 samples in Trojan [dink]</li>
|
||
<li>Fixed the sounds in Konami's Yie Ar Kung-Fu and Mikie - some SN76489A soundchip commands were getting skipped because the chip updates needed to be interlaced [dink]</li>
|
||
<li>Fixed Double Dragon II on Megadrive [dink]</li>
|
||
<li>Fixed Gargoyles and Ex-Mutants in Megadrive (TAS Callback with new Musashi) [barry]</li>
|
||
<li>Add Oh Mummy and Lego Batman to Megadrive, fix crash on Z80 <-> 68K communications [dink]</li>
|
||
<li>Fixed more Megadrive games where PAL auto-detection fails, if you already have settings saved for these games, then set dips to default in the dialog [JacKc]</li>
|
||
<li>Fixed crash in Samurai Showdown 5 and Garou with Alpha blend effects enabled [dink]</li>
|
||
<li>New feature: auto-hide crosshair after 4 seconds for lightgun games [dink]</li>
|
||
<li>Added 8x8 .blde support to Neo-Geo [iq_132]</li>
|
||
<li>Added Alpha Blending/Transparency support to PGM - supports Nebula/Kawaks-style blend (.bld) files [iq_132]</li>
|
||
<li>Misc. documentation updates to Neo-Geo driver [JacKc]
|
||
<ul>
|
||
<li>Identified and documented more sets (MVS and AES version) with different Cx and/or Px layout</li>
|
||
<li>Added redumped p1/p2 to fightfeva [DsNo]</li>
|
||
<li>s1 redump by DsNO has one byte diff at 0: 00 11 compared to MAME dump (probably a bitrot)</li>
|
||
</ul></li>
|
||
<li>Updated the libpng library to v1.6.15 [barry]</li>
|
||
<li>Synced sets with MAME 0.156 [barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.33</h3>
|
||
<ul>
|
||
<li>Added driver for Sand Scorpion (this was actually in last release but missed the what's new) [iq_132]</li>
|
||
<li>Added hack of Samurai Shodown V to the Neo Geo driver [iq_132, JacKc]</li>
|
||
<li>Fixed collisions in Zero Team, game is now working and enabled in release builds [gamez fan, dink]</li>
|
||
<li>Note: Zero Team, Raiden II and Raiden DX need the insert-coin button to be held down a little longer than usual</li>
|
||
<li>Fixed sound in Shaolins Road driver [dink]</li>
|
||
<li>Fixed tilemap scrolling in Shaolins Road driver [barry]</li>
|
||
<li>Fixed service mode in Violent Storm [iq_132]</li>
|
||
<li>Fixed some Megadrive games where PAL auto-detection fails, if you already have settings saved for these games, then set dips to default in the dialog (Comix Zone, Jimmy White's Whirlwind Snooker, and Robocop v Termininator) [barry]</li>
|
||
<li>Fixed bug with incomplete translation templates [barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.32</h3>
|
||
<ul>
|
||
<li>Added proper saving of cpu registers/variables to M6800/6801/6803/HD63701 core [dink]</li>
|
||
<li>Added support for NMK004. Special thanks to Trap15! [Trap15, Haze, iq_132]</li>
|
||
<li>Standardized CPU related functions [iq_132]</li>
|
||
<li>Fixed delta calculation and proper sample size checking in the MSM6295 core, fixes missing samples in some NMK004 games (and possibly others) [dink]</li>
|
||
<li>Fixed mixing distortion/crackles in K054539 sound core [dink]</li>
|
||
<li>Improved the quality of the voice samples in the K053260 sound core (The Simpsons and possibly other Konami games) [AWJ]</li>
|
||
<li>Added driver for DJ Boy [iq_132]</li>
|
||
<li>Added driver for Konami's Asterix [iq_132]</li>
|
||
<li>Added driver for Konami's Bishi Bashi and Super Bishi Bashi Championship Minigames[iq_132]</li>
|
||
<li>Added driver for Konami's Dragonball Z and Dragonball Z 2 - Super Battle hardware [iq_132]</li>
|
||
<li>Added driver for Konami's G.I. Joe [iq_132]</li>
|
||
<li>Added driver for Konami's Lethal Enforcers [iq_132]</li>
|
||
<li>Added driver for Konami's Mystic Warriors (and other games on the hardware) [iq_132]</li>
|
||
<li>Added driver for Konami's Shaolins Road [iq_132]</li>
|
||
<li>Added driver for Konami's Wild West C.O.W.-Boys of Moo Mesa and Bucky O'Hare [iq_132]</li>
|
||
<li>Added driver for Konami's Yie-Ar Kung Fu [iq_132]</li>
|
||
<li>Added driver for Konami's Xexex [iq_132]</li>
|
||
<li>Added driver for Raiden II, Raiden DX, X Se Dae Quiz and Zero Team [iq_132]</li>
|
||
<li>Added driver for Colecovision games [iq_132, dink]</li>
|
||
<li>Added driver for Sega SG-1000 games [iq_132, dink]</li>
|
||
<li>Added Shogun Warriors and B.Rap Boys to Kaneko16 driver [iq_132]</li>
|
||
<li>Added Candory (James Greenhalgh) to the Pacman driver [iq_132]</li>
|
||
<li>Added bootleg of Street Fighter II - The World Warrior to the Capcom CPS-1 driver [barry, any, JacKc]</li>
|
||
<li>Added bootleg of Varth to the CPS-1 driver [Barry, Caius]</li>
|
||
<li>Added clone of 19XX: The War Against Destiny to the Capcom CPS-2 driver [system11, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Mega Man: The Power Battle to the Capcom CPS-2 driver [Asure, JacKc]</li>
|
||
<li>Added clone of Super Street Fighter II: The New Challengers to the Capcom CPS-2 driver [palindrome, JacKc]</li>
|
||
<li>Added clone of Secret Agent to the DataEast driver [ShouTime, The Dumping Union, JacKc]</li>
|
||
<li>Added hack of Donkey Kong to the Donkey Kong driver [Clay Cowgill, JacKc]</li>
|
||
<li>Added clone of Fantasia to the Gals Panic [system11, JacKc]</li>
|
||
<li>Added clone of The Simpsons to the Konami Simpsons driver [Ben76, JacKc]</li>
|
||
<li>Added clone of Vendetta to the Konami Vendetta driver [caius, JacKc]</li>
|
||
<li>Added hack of The King Of Fighters '98 to the Neo Geo driver [JacKc]</li>
|
||
<li>Added hack of The King of Fighters '99 to the Neo Geo driver [JacKc]</li>
|
||
<li>Added hack of The King Of Fighters 2000 to the Neo Geo driver [JacKc]</li>
|
||
<li>Added clone of Robo Army to the Neo Geo driver [JacKc]</li>
|
||
<li>Added clone of Search Eye to the NMG5 driver [system11, The Dumping Union, JacKc]</li>
|
||
<li>Added clone of Ms. Pac-Man to the Pacman driver [elnaib (AUMAP), JacKc]</li>
|
||
<li>Added clone of Oriental Legend / Xi You Shi E Zhuan to the PGM driver [bytestorm, JacKc]</li>
|
||
<li>Added clone of Bonze Adventure (World, Prototype) to the Taito Asuka driver [Silvio Grazini, iq_132]</li>
|
||
<li>Added clone of Growl to the Taito F2 driver [barry]</li>
|
||
<li>Added clone of Jumping to the Taito Misc driver [barry]</li>
|
||
<li>Added clone of F-1 Dream to the Tiger Road driver [JacKc]</li>
|
||
<li>Added clone of Dr. Toppel's Adventure to the TNZS driver [caius, f205v, JacKc]</li>
|
||
<li>Added The Mojon Twins': UWOL Quest for Money to the Megadrive driver [dink]</li>
|
||
<li>Added SMB4MD 1.4.2 aka Super Mario Bros. port to the Megadrive driver [dink]</li>
|
||
<li>Added Atherbyte's Reflectron to the PCEngine driver [dink]</li>
|
||
<li>Added proper protection simulation to 1943 [iq_132]</li>
|
||
<li>Fixed The Irritating Maze [iq_132, JacKc]</li>
|
||
<li>Fixed boblbobl2 [Darq, iq_132]</li>
|
||
<li>Fixed Tail2Nose [iq_132]</li>
|
||
<li>Fixed and tweaked IREM M92 driver to get Ninja Baseball Batman running perfectly [iq_132, dink]</li>
|
||
<li>Fixed IRQ timing in Mustache Boy, now he runs at the right speed [dink]</li>
|
||
<li>Fixed skewed backgrounds in In the Hunt on IREM M92 [dink]</li>
|
||
<li>Fixed Kero Kero Keroppi's Let's Play Together (USA) [csmart, iq_132]</li>
|
||
<li>Fixed Robocop 2 Driving level and sprite offset [iq_132, dink]</li>
|
||
<li>Improvements to Data East's BackFire in single-screen mode [iq_132]</li>
|
||
<li>Konami driver-update - fixed sprite-priority problems and clipping. Added shadows. Affects Vendetta, Escape Kids, TMNT2 and more [iq_132]</li>
|
||
<li>Fix sprite flipping in the Konami K053247 core [iq_132]</li>
|
||
<li>Fixed text layer in Kotetsu Yousai Strahl [iq_132]</li>
|
||
<li>Fixed flickering score and player status in Sunset Riders [dink]</li>
|
||
<li>Fix statusbar and power-up message clipping in Bioship Paladin [dink]</li>
|
||
<li>NMK16 driver fixups: missing score line in tdragon, hachamfb and VanDyke, clipped text in Strahl [dink]</li>
|
||
<li>Tweaked the IRQ timing in the NMK16 driver to fix the Life-bar in VanDyke [dink]</li>
|
||
<li>Fixed missing top line in the game statusbar for Acrobat Mission, Air Attack, S.S. Mission (NMK16) [dink]</li>
|
||
<li>Fix and hook-up the seibusound device to the NMK16 bootlegs Thunder Dragon (tdragonb) and US AAF Mustang (mustangb) [iq_132]</li>
|
||
<li>Fixed missing sound in Galaga and Rally-X [barry]</li>
|
||
<li>Fixed music tempo in Raiden [iq_132, dink]</li>
|
||
<li>Fixed music in Air Duel on IREM M72 Hardware [dink]</li>
|
||
<li>Fixed sound in Dragon Master [iq_132]</li>
|
||
<li>Fixed clicks when firing and slow music tempo in S.S. Mission [dink]</li>
|
||
<li>Fixed Dolmen and Twin Action: sound banking issues (music disappears on level2+) [dink]</li>
|
||
<li>Fixed occasional hung sound in Green Beret [dink]</li>
|
||
<li>Added proper Seibu Sound device to Toki [iq_132]</li>
|
||
<li>Fixed sound panning in Cyber Tank [dink]</li>
|
||
<li>Updated kof99ae driver to 20140801 version [JacKc]</li>
|
||
<li>Megadrive timing and other improvements [barry, dink]</li>
|
||
<li>Megadrive window drawning fix (missing line in Streets of Rage) [barry]</li>
|
||
<li>Fixed Psy-O-Blade on Megadrive [iq_132]</li>
|
||
<li>Added protection patch for Puggsy on Megadrive [dink]</li>
|
||
<li>Fixed Megadrive Ghouls`n Ghosts (Euro, USA, Kor, Rev. A) (md_ghouls) and Ghouls`n Ghosts (Euro, USA) (md_ghouls1) [dink]</li>
|
||
<li>Fixed X-Men 2 and Moonwalker on Megadrive [dink, Freddy]</li>
|
||
<li>Fixed Alien Soldier (PAL) on Megadrive won't boot, is wrongly detected as NTSC [dink]</li>
|
||
<li>Fixed broken reset with some Megadrive games, get rid of the garbage line at the bottom of the screen [dink]</li>
|
||
<li>PCEngine sound-core and timing improvements [dink, barry]</li>
|
||
<li>Increased screen size by 2 pixels for PCEngine Side-Arms Hyperdyne [dink]</li>
|
||
<li>Fixed savestates for IREM M62 Hardware - Kung-Fu Master, The Battle Road, Lode Runner I - IV, LotLot, Kid Niki, Spelunker, Youjyuden and Horizon [dink]</li>
|
||
<li>Fixed savestates for Pac-Land, Sky Kid, Dragon Buster [dink]</li>
|
||
<li>Fixed savestates and Music for Baraduke, Alien Sector and Metro-Cross [dink]</li>
|
||
<li>Added more powerful BurnLoad function for loading roms [iq_132]</li>
|
||
<li>Added Alpha Blending/Transparency support to Neo Geo, CPS-1 and CPS-2 - supports Nebula/Kawaks-style blend (.bld) files [iq_132]</li>
|
||
<li>Added user configurable path for blend files and global enable/disable option [barry]</li>
|
||
<li>Added a shiny new Auto-Fire feature! [dink]</li>
|
||
<li>Input editor feature: clear input and clear-lock checkbox [dink]</li>
|
||
<li>Added option to disable support folder creation on creation [barry]</li>
|
||
<li>Added default rom paths for consoles to the folder creation startup routine [JacKc, barry]</li>
|
||
<li>Savestate Undo improvement: display an error message if there is nothing to be undone, don't undo the last savestate [dink]</li>
|
||
<li>Added ability to input-map Pause, FFWD, Save/Load/Undo States [dink]</li>
|
||
<li>Game selection dialog search box can now search hardware/system text (eg, NMK) [dink]</li>
|
||
<li>Tidy-up source code fixing compile warnings and portability issues [barry]</li>
|
||
<li>Updated the libpng library to v1.6.13 [Barry]</li>
|
||
<li>Synced sets with MAME 0.155 [barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.31</h3>
|
||
<ul>
|
||
<li>Added driver for Psychic 5 [Barry, iq_132]</li>
|
||
<li>Added clone of Toki to the driver [JacKc]</li>
|
||
<li>Preliminary savestate support for the Megadrive driver [dink]</li>
|
||
<li>Fixed an issue with the Enhanced D3D blitter [dink]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.30</h3>
|
||
<ul>
|
||
<li>Ported K005289 sound core from MAME [iq_132]</li>
|
||
<li>Ported MSM5232 sound from MAME and updated Fairyland Story to use it [iq_132]</li>
|
||
<li>Fixed mixing in the MSM5232 core [Barry]</li>
|
||
<li>Ported NES APU core from MAME [iq_132]</li>
|
||
<li>Ported T5182 device from MAME [iq_132]</li>
|
||
<li>Ported TMS34061 video chip from MAME [iq_132]</li>
|
||
<li>Ported VLM5030 sound core from MAME [iq_132]</li>
|
||
<li>Added support for new modules to debug tracking [Barry]</li>
|
||
<li>Fixed interpolation for the YM2203 interface [Barry, dink]</li>
|
||
<li>Fixed a pointer overwrite issue in the M68K driver on savestate load [dink]</li>
|
||
<li>Fixed blank game screen when the system returns from Hibernation [dink]</li>
|
||
<li>Fixed loss of Music & SFX on savestate load with games using the YM2151 sound chip [dink]</li>
|
||
<li>Fixed savestates with multiple chips and fix for setting singular channel volume in K007232 core [dink, iq_132]</li>
|
||
<li>Fixed savestates in Irem GA20 sound core [iq_132]</li>
|
||
<li>Fixed bug in generic sprite zoom drawing routines [iq_132]</li>
|
||
<li>Fixed idle skip (timers) & crash with FAST_OP_FETCH in SH-2 CPU core [dink]</li>
|
||
<li>Added driver for Choplifter (unprotected, working) and Choplifter (bootleg, working) to Sega System1 (Parent ROM NW) [vbt]</li>
|
||
<li>Added driver for Mighty Warrior, Steel Force & Twin Brats on Elettronica Video-Games S.R.L hardware [iq_132]</li>
|
||
<li>Added driver for Capcom Bowling [iq_132]</li>
|
||
<li>Added driver for Fire Barrel/Air Assault, Dream Soccer '94, Kick for the Goal & World PK Soccer on Irem M107 hardware [iq_132]</li>
|
||
<li>Added driver for The Lost Castle In Darkmist [iq_132]</li>
|
||
<li>Added driver for Mikie/Shinnyuushain Tooru-kun (Konami) [iq_132]</li>
|
||
<li>Added driver for Mustache Boy [iq_132]</li>
|
||
<li>Added driver for Nemesis/Gradius, Salamander/Lifeforce, Twinbee, Galactic Warriors, Konami GT, Red Fighter, Black Panther, City Bomber, Kitten Kaboodle/Nyan Nyan Panic & Hyper Crash on Konami GX400 hardware [iq_132]</li>
|
||
<li>Added driver for Punch Out [iq_132]</li>
|
||
<li>Added driver for Kaneko Super Nova hardware (Cyvern, Sengeki Striker, Puzzloop, Guts'N, Jan Jan Paradise 1 & 2, Sen-Know, VS. Block Breaker) [iq_132, dink]</li>
|
||
<li>Added driver for Tail 2 Nose [iq_132]</li>
|
||
<li>Added driver for Wyvern F-0 [iq_132]</li>
|
||
<li>Added driver for Xain'd Sleena/Solar Warrior [iq_132]</li>
|
||
<li>Added driver for Exzisus (Taito) [iq_132]</li>
|
||
<li>Added driver for Ninja-Kid II, Mutant Night, Ark Area, Atomic Robo-kid, Omega Fighter & Omega Fighter Special on UPL Hardware [iq_132]</li>
|
||
<li>Added TLCS90 CPU Core [iq_132]</li>
|
||
<li>Hooked-up the TLCS90 audiocpu core to Arcadian/Rapid Hero enabling Music & SFX [iq_132]</li>
|
||
<li>Enable stereo Music & SFX in Thunder Cross 2 by default (delete your old config/games/thndrx2.nv, if available) [iq_132 & dink]</li>
|
||
<li>Updated the protection emulation for Uballoon and Alien Challenge [iq_132]</li>
|
||
<li>Added Crouching Poney Hidden Dragon (DEMO) (Le Cortex) to the Neo Geo driver [iq_132, JacKc]</li>
|
||
<li>Added SDI - Strategic Defense Initiative (Japan, old, System 16A, FD1089B 317-0027) [JacKc]</li>
|
||
<li>Added Dolem to the NMK16 driver [iq_132]</li>
|
||
<li>Fixed PCB version of Spectral vs Generation [iq_132, rtw, David Haywood]</li>
|
||
<li>Added bootleg of 1942 to the driver [JacKc]</li>
|
||
<li>Added clone of 4 En Raya to the driver [JacKc, Unigame]</li>
|
||
<li>Added clone of Black Tiger to the driver [JacKc, Bonky0013, iq_132]</li>
|
||
<li>Added clone of Bubble Bobble to the driver [JacKc, Bisboch and Aladar]</li>
|
||
<li>Added clone of Commando to the driver [JacKc, Kevin Eshbach]</li>
|
||
<li>Added clone of Crude Buster to the driver [JacKc, system11]</li>
|
||
<li>Added bootleg of Cadillacs and Dinosaurs to the CPS-1 driver [JacKc, Bonky0013, The Dumping Union]</li>
|
||
<li>Added clone of Final Fight to the CPS-1 driver [JacKc, Smitdogg, The Dumping Union]</li>
|
||
<li>Added bootleg of Final Fight to the CPS-1 driver [JacKc]</li>
|
||
<li>Added clone of Nemo to the CPS-1 driver [muddymusic]</li>
|
||
<li>Added clone of Street Fighter II to the CPS-1 driver [JacKc, Tormod, Layne, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II to the CPS-1 driver [JacKc, Yohji, Kevin Eshbach, bodger319, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II to the CPS-1 driver [JacKc, Kevin Eshbach, Bill D., Layne, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II to the CPS-1 driver [JacKc, Any, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II - champion edition to the CPS-1 driver [JacKc, Andrew Welburn, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter II - champion edition to the CPS-1 driver [JacKc, iq_132, Barry]</li>
|
||
<li>Added clone of Street Fighter II - champion edition to the CPS-1 driver [JacKc, Drakon]</li>
|
||
<li>Added clone of Street Fighter II - champion edition to the CPS-1 driver [JacKc, Barry, any]</li>
|
||
<li>Added clone of Street Fighter II - champion edition to the CPS-1 driver [JacKc, any]</li>
|
||
<li>Added bootleg of 1944 - the loop master to the CPS-2 driver [JacKc]</li>
|
||
<li>Added rent version of 19XX to the CPS-2 driver [Barry, JacKc, Tormod]</li>
|
||
<li>Added clone of Armored Warriors to the CPS-2 driver [JacKc, system11, The Dumping Union]</li>
|
||
<li>Added bootleg of Cyberbots: Fullmetal Madness to the CPS-2 driver [JacKc, Yohji, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Dungeons & Dragons: Tower of Doom to the CPS-2 driver [JacKc, tormod, The Dumping Union]</li>
|
||
<li>Added bootleg of Mighty! Pang to the CPS-2 driver [JacKc]</li>
|
||
<li>Added clone of Street Fighter Alpha to the CPS-2 driver [JacKc, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of X-Men Vs. Street Fighter to the CPS-2 driver [JacKc, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter III to the CPS-3 driver [JacKc, Layne, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Street Fighter III to the CPS-3 driver [JacKc, Smitdogg]</li>
|
||
<li>Added clone of Street Fighter III to the CPS-3 driver [JacKc, Bonky0013]</li>
|
||
<li>Added bootleg of Robocop to the DEC-0 driver [JacKc, any]</li>
|
||
<li>Added clone of Donkey Kong to the driver [JacKc, Matt Ziolkowski, Rob Rings]</li>
|
||
<li>Added clone of Donkey Kong Jr to the driver [JacKc, Chris Psaros]</li>
|
||
<li>Added clone of Funky Jet to the driver [JacKc, Arzeno Fabrice, The Dumping Union]</li>
|
||
<li>Added clone of Dragon Bowl to the Gaiden driver [iq_132, JacKc]</li>
|
||
<li>Added clone of Galaxian to the driver [JacKc, DamagedGoods]</li>
|
||
<li>Added clone of Galaxian to the driver [JacKc, Roselson from AUMAP]</li>
|
||
<li>Added bootleg of Scramble to the Galaxian driver [JacKc, Basilio Garcia]</li>
|
||
<li>Added clone of Fantasia to the Gals Panic driver [JacKc, system11]</li>
|
||
<li>Added two clones of Miss World '96 (Nude) to the Gals Panic driver [JacKc, system11]</li>
|
||
<li>Added clone of New Fantasia to the Gals Panic driver [JacKc, system11]</li>
|
||
<li>Added two clones of Gals Hustler to the Gals Panic driver [iq_132]</li>
|
||
<li>Added bootleg of Gun Smoke to the driver [JacKc, Felipe Sanches]</li>
|
||
<li>Added clone of Cookie & Bibi to the Hyper Pacman driver [JacKc, any, David Haywood]</li>
|
||
<li>Added bootleg of Snow Bros. to Hyper Pacman driver [Barry, JacKc, The Dumping Union, David Haywood]</li>
|
||
<li>Added clone of Ikari III to the Ikari III driver [JacKc, DsNo, jysx012]</li>
|
||
<li>Added clone of Bomber Man World to the Irem M90 driver [JacKc, Artemio Urbina, The Dumping Union]</li>
|
||
<li>Added clone of The Berlin Wall to the Kaneko 16 driver [JacKc, system11]</li>
|
||
<li>Added clone of Trojan to the Legendary Wings driver [JacKc, any]</li>
|
||
<li>Added clone of Pang to the Mitchell driver [JacKc, any]</li>
|
||
<li>Added clone of Last Blade to the Neo Geo driver [JacKc]</li>
|
||
<li>Added support for Universe BIOS 3.1 to the Neo Geo driver [Razoola, iq_132, Jackc]</li>
|
||
<li>Added clone of Multi 5 / New Multi Game 5 to the NMG5 driver [JacKc, system11]</li>
|
||
<li>Added clone of Guardian Storm to the NMK16 driver [JacKc, Shoutime]</li>
|
||
<li>Added clone of Rapid Hero to the NMK16 driver [Barry, JacKc, Brian Troha, system11]</li>
|
||
<li>Added clone of Spectrum 2000 to the NMK16 driver [iq_132]</li>
|
||
<li>Added clone of Pacman to the Pacman driver [JacKc, AUMAP]</li>
|
||
<li>Added clone of DoDonPachi Dai-Ou-Jou to the PGM driver [JacKc, djvinc]</li>
|
||
<li>Added clone of Happy 6-In-1 to the PGM driver [JacKc, rtw, iq_132]</li>
|
||
<li>Added clone of Ketsui Kizuna Jigoku Tachi to the PGM driver [JacKc, Artemio Urbina]</li>
|
||
<li>Added clone of Knights of Valour Super Heroes Plus / Sangoku Senki Super Heroes Plus to the PGM driver [JacKc, XingXing]</li>
|
||
<li>Added clone of Knights of Valour: Quan Huang San Guo Special / Sangoku Senki: Quan Huang San Guo Special to the PGM driver [JacKc]</li>
|
||
<li>Added clone of Knights of Valour 2 - Nine Dragons to the PGM driver [JacKc, 69mustang, iq_132]</li>
|
||
<li>Added clone of Excelsior to the Playmark driver [JacKc, Bonky0013, The Dumping Union]</li>
|
||
<li>Added clone of Bouncing Balls to the Pushman driver [JacKc, system11, The Dumping Union]</li>
|
||
<li>Added clone of Fire Shark to the Same Same driver [JacKc, ShouTime, The Dumping Union]</li>
|
||
<li>Added bootleg of Altered Beast to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Altered Beast to the Sega System 16B driver [JacKc, Chris Hardy, Andreas Naive]</li>
|
||
<li>Added clone of Cotton to the Sega System 16B driver [JacKc, Charles MacDonald, ShouTime, The Dumping Union]</li>
|
||
<li>Added clone of Dynamite Dux to the Sega System 16B driver [Barry, JacKc]</li>
|
||
<li>Added clone of E-Swat to the Sega System 16B driver [Barry, JacKc]</li>
|
||
<li>Added clone of Out Run to the Sega Out Run driver [JacKc]</li>
|
||
<li>Added clone of Turbo Out Run to the Sega Out Run driver [JacKc, Charles MacDonald, ShouTime, The Dumping Union]</li>
|
||
<li>Added clone of After Burner II to the Sega X-Board driver [JacKc, Andrew Welburn, The Dumping Union]</li>
|
||
<li>Added clone of Strike Fighter to the Sega Y-Board driver [JacKc, ShouTime, The Dumping Union]</li>
|
||
<li>Added Yukiwo to the Taito B driver [iq_132, Unigame, David Haywood, JackC]</li>
|
||
<li>Added clone of Cadash to the Taito F2 driver [JacKc, Unigame]</li>
|
||
<li>Added clone of Chase HQ to the Taito Z driver [JacKc, any]</li>
|
||
<li>Added clone of Enforce to the Taito Z driver [JacKc, Barry]</li>
|
||
<li>Added clone of Racing Beat to the Taito Z driver [JacKc, ShouTime]</li>
|
||
<li>Added two bootlegs of World Cup '90 to the driver [JacKc, any]</li>
|
||
<li>Added clone of Zero Wing to the driver [JacKc, System11, The Dumping Union]</li>
|
||
<li>Added clone of Double Dragon II - The Revenge (bootleg) to the Double Dragon driver [Barry]</li>
|
||
<li>Added clone of Saulabi Spirits / Jin Saulabi Tu Hon (Korean release of Samurai Shodown II, set 2) from Winkawaks 1.63 [JacKc]</li>
|
||
<li>Added clone of Passing shot: Center Court (prototype, MC-8123B) to the Sega 16B driver [Alan Meades, Porchy, JacKc]</li>
|
||
<li>Added clone of The King of Fighters '96 (Anniversary Edition 2.0.0296, EGHT hack) to the Neo Geo driver [JacKc]</li>
|
||
<li>Fixed Gauntlet by going back to the previous Slapstic implementation [Barry]</li>
|
||
<li>Fixed crash in Oriental Legends Super intro [iq_132]</li>
|
||
<li>Updates to PGM protection routines [iq_132, rockywall, Creamy Mami, JacKc, iq_132]</li>
|
||
<li>Various PGM updates/fixes [iq_132]</li>
|
||
<li>CPS-3 sound updates [iq_132, Captain CPS-X]</li>
|
||
<li>Small improvement to the MSM6295 core [iq_132]</li>
|
||
<li>Various sound clipping fixes [dink]</li>
|
||
<li>Sound tweaks/improvements for Legendary Wings, Armed Formation & Puzzle de Bowling [dink]</li>
|
||
<li>Updated the YMF278b soundchip driver, notably improving the Music & SFX in Tengai [dink]</li>
|
||
<li>Small update to FM.C sine initialization table improves the clarity of some FM sound emulations [dink]</li>
|
||
<li>Fixed clipping/distortion with PCM sample playback in Enduro Racer [dink]</li>
|
||
<li>Moved the YM2608 internal ROM to an external file (ym2608.zip) [Barry]</li>
|
||
<li>PC Engine update [iq_132]</li>
|
||
<li>Fixed Battle Garegga savestate load crash [dink]</li>
|
||
<li>Fixed sound desync in Tengai and tile corruption in Samurai Aces on savestate load [dink]</li>
|
||
<li>Added savestate capability to Irem M72 driver - R-Type, R-Type II, Ninja Spirit, Mr. Heli, X-Multiply, Dragon Breed, Hammerin' Harry, Cosmic Cop, Legend of Hero Tonma, Air Duel [dink]</li>
|
||
<li>Fixed savestate load crash for Aero Fighters, Sonic Wings, Turbo Force, Spinal Break and Karate Blazers [dink]</li>
|
||
<li>Fxied savestate load crash for Raiden [dink]</li>
|
||
<li>Added savestate capability to NMK16 driver - Bombjack Twin, Thunder Dragon 2, Twin Action, US AAF Mustang, Stagger (RedHawk), Guardian Storm, Fire Hawk, GunNail, Saboten Bombers, Super Spacefortress Macross [dink]</li>
|
||
<li>Added savestate capability to Kangaroo driver [dink]</li>
|
||
<li>Fixed palette issues on savestate load with DataEast Act Fancer [dink]</li>
|
||
<li>Fixed stuck noise at the end of short samples in games that use the Toaplan samples hack. FireShark, SameSameSame!, Ghox, Vimana and TekiPaki [dink]</li>
|
||
<li>Fixed Toaplan samples hack and savestates, and added loading samples status [dink]</li>
|
||
<li>SFX lost after savestate load in NMK004 games, Super Spacefortress Macross and possibly others [dink]</li>
|
||
<li>Probable fix for Toaplans FixEight hang on savestate load [dink]</li>
|
||
<li>Various NMK16 fixes [dink]</li>
|
||
<li>Fixed crash on savestate load for Visco/Taito Galmedes [dink]</li>
|
||
<li>New gun rotation method for Heavy Barrel and Midnight Resistance & fix for Heavy Barrel level transistion after level 2 [dink]</li>
|
||
<li>Fixed savestates for games that use the SN76496 soundchip [dink]</li>
|
||
<li>Fixed savestates for Pacman S2650 games [dink]</li>
|
||
<li>Fixed savestate load crash and sound/music volume in The New Zealand Story new pcb [dink]</li>
|
||
<li>Fixed speed issue in Contra [dink]</li>
|
||
<li>Fixed tilemaps in Contra [Barry]</li>
|
||
<li>Fixed Ash No Joe save states [iq_132]</li>
|
||
<li>Fixed The New Zealand savetates [dink]</li>
|
||
<li>Reorganised some inputs to support kaillera (Contra, Double Dragon I - III, TMNT, Sunset Riders, M.I.A., Green Beret) [dink]</li>
|
||
<li>Windows savestate enhancements - shift-F8 for savestate undo, 10 levels of undo for each slot [dink]</li>
|
||
<li>Show savestate messages (prev/next slot, load & save) while paused [dink]</li>
|
||
<li>Fix savestates for YM2151, UPD7759 and clipping/distortion in UPD7759 [dink]</li>
|
||
<li>Added savestate support to Toki driver [dink]</li>
|
||
<li>Added savestate support to Donkey Kong driver [dink]</li>
|
||
<li>Fixed missing music in Sol Divide [dink]</li>
|
||
<li>Fixed sound effects and cutscene/music timing in Gun Smoke [dink]</li>
|
||
<li>Fixed reset causes crash in Wonder Planet, Karnov and Chelnov - Atomic Runner [dink]</li>
|
||
<li>Fixed reset in The Berlin Wall [dink]</li>
|
||
<li>Fixed sound effects and music in GunNail [dink]</li>
|
||
<li>Fixed music in Spinal Breakers (Z80 banking issue) [dink]</li>
|
||
<li>Fixed corrupted graphics in the last couple levels of Spinal Breakers [iq_132]</li>
|
||
<li>Added savestate cability to Fairyland Story [dink]</li>
|
||
<li>Save all screens when saving states with multiple TC0100SCN chips, fixes savestates for Darius II, Ninja Warriors and Rastan 3 - Warrior Blade [dink]</li>
|
||
<li>Impoved analog controls in Afterburner [dink]</li>
|
||
<li>Fixed speed in Joe & Mac Returns [dink]</li>
|
||
<li>Fix for the graphical glitches on the volcano level in Caveman Ninja [dink]</li>
|
||
<li>Fixed sprite priority and colours in Psycho-nics Oscar [dink]</li>
|
||
<li>Improved Irem M92 driver savestates [dink]</li>
|
||
<li>Interleave the CPUs in Battle Shark to avoid game crashing on level 2 [Barry]</li>
|
||
<li>Fixed music in Masked Riders Club Battle Race and Mad Shark [dink]</li>
|
||
<li>Fixed music in War of Aero - Project MEIOU [dink]</li>
|
||
<li>Fixed sample banking issues with Eight Forces, Blandia and Gundhara [dink]</li>
|
||
<li>Fixed pallete after loading savestate in Gaelco driver [dink]</li>
|
||
<li>Fixed savestates in The Main Event driver [dink]</li>
|
||
<li>Fixed wrong sounds and music in Green Beret [dink]</li>
|
||
<li>Fixed sprite priority issue in Konami's Ajax/Typhoon [Barry]</li>
|
||
<li>Fixed sfx volume fluxuations in Ajax driver [dink]</li>
|
||
<li>Added third button to Warriers of Fate: Sangokushi II [dink]</li>
|
||
<li>Fixed loud crashing noise in Scramble! and Super Cobra [dink]</li>
|
||
<li>Fixed NMK16 sprite rendering [iq_132]</li>
|
||
<li>Fixed graphics issues in Guardian/Tiger Heli/Slap Fight [iq_132]</li>
|
||
<li>Added Performan (Toaplan/Dataeast) to the Slap Fight driver [iq_132]</li>
|
||
<li>Fixed cheats in Z80 based games [iq_132]</li>
|
||
<li>Fixed sound effects in Task Force Harrier [dink]</li>
|
||
<li>Fixed 32bpp is now possible with the Enhanced (Direct3D) blitter [dink]</li>
|
||
<li>Fixed text layer alignment in Task Force Harrier [iq_132]</li>
|
||
<li>Improved analog controls in Night Striker [dink]</li>
|
||
<li>Savestate improvements for some Toaplan drivers [dink]</li>
|
||
<li>Fixed Boogie Wings, Diet Go Go, Crude Buster, Darkseal, Funky Jet, Rohga Armor Force, Super Burger Time, Tumble Pop and Vapor Trail on Deco16 Hardware to run at the proper speed [dink]</li>
|
||
<li>Fixed occasional stuck sprite in OutZone [dink]</li>
|
||
<li>Fixed Haunted Castle sound banking [iq_132]</li>
|
||
<li>Fixed tilemaps in Midnight Resistence, Hippodrome and Robocop [Barry]</li>
|
||
<li>Big Endian fixes for The Gladiator and Killing Blade [lantus]</li>
|
||
<li>Avoided use of deprecated function in libpng</li>
|
||
<li>Microsoft Visual Studio 2013 support [Barry]</li>
|
||
<li>Update System Info adding Windows 8.1 support to detection routines and simply CPU detection routines [Barry]</li>
|
||
<li>Fixed deselecting all hardware in the game selection dialog [Barry]</li>
|
||
<li>Fixed Neo Geo macro buttons [Barry]</li>
|
||
<li>Fixed & improved reliability of Neo Geo savestates [dink]</li>
|
||
<li>Started eradicating use of BurnDrvGetText in drivers [Barry]</li>
|
||
<li>Updated the libpng library to v1.6.12 [Barry]</li>
|
||
<li>Synced sets with MAME 0.154 [Barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.29</h3>
|
||
<ul>
|
||
<li>Ported PIC16C5X core from MAME [iq_132]</li>
|
||
<li>Updated PIC16C5X core and fixed a bug in RAM/ROM handline [Barry]</li>
|
||
<li>Added driver for Dragon Master [iq_132]</li>
|
||
<li>Added driver for various games on Playmark hardware [Barry]</li>
|
||
<li>Added clone of Ambush to the driver [Barry]</li>
|
||
<li>Added clone of Bomb Jack to the driver [Barry]</li>
|
||
<li>Added Bubble Bobble Lost Cave v1.1 to the Bubble Bobble driver [Barry, Bisboch, Aladar]</li>
|
||
<li>Added bootleg of Cadillacs and Dinosaurs to the CPS-1 driver [JacKc, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Final Fight to the CPS-1 driver [JacKc, any]</li>
|
||
<li>Added clone of Forgotten Worlds to the CPS-1 driver [JacKc, system11]</li>
|
||
<li>Added bootleg of Pang 3 to the CPS-1 driver [JacKc, Bonky0013]</li>
|
||
<li>Added clone of Pang 3 to the CPS-1 driver [Barry, JacKc, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Saturday Night Slam Masters to the CPS-1 driver [Barry, any, The Dumping Union]</li>
|
||
<li>Added various clones and bootlegs of Street Fighter II to the CPS-1 driver [Barry, iq_132, JacKc, Brian Troha, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Three Wonders to the CPS-1 driver [Bonky0013, JacKc]</li>
|
||
<li>Added bootleg of Three Wonders to the CPS-1 driver [Barry, JacKc, any]</li>
|
||
<li>Added clone of Hyper Street Fighter II to the CPS-2 driver [JacKc, f205v]</li>
|
||
<li>Added clone of Street Fighter II Alpha to the CPS-2 driver [JacKc, Razoola]</li>
|
||
<li>Added clone of Super Street Fighter II Tournament Battle to the CPS-2 driver [Artemio Urbina, David Haywood, JacKc]</li>
|
||
<li>Added clone of Super Street Fighter II Turbo to the CPS-2 driver [JacKc]</li>
|
||
<li>Added bootleg of Commando to the driver [JacKc, Kevin Eshbach]</li>
|
||
<li>Added clone of Galaxian to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Galaxian to the Galaxian driver [Barry, any]</li>
|
||
<li>Added bootleg of Moon Cresta to the Galaxian driver [JacKc, Ricky2001 (from AUMAP)]</li>
|
||
<li>Added clone of Moon Cresta to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Moon Cresta to the Galaxian driver [Barry, Roselson (from AUMAP)]</li>
|
||
<li>Added two clones of Scramble to the Galaxian driver [Barry, Basilio Garcia]</li>
|
||
<li>Added clone of Scramble to the Galaxian driver [Barry, Roselson (from Aumap)]</li>
|
||
<li>Added Star Fighter (bootleg of Moon Cresta) to Galaxian driver [Barry, David Haywood, RevisionX]</li>
|
||
<li>Added Time Fighter to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Uni War S to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Uni War S to the Galaxian driver [Barry, Basilio Garcia]</li>
|
||
<li>Added clone of Ghouls 'n Ghosts to the driver [JacKc, f205v, RanaElia]</li>
|
||
<li>Added clone of Snow Bros. to the Hyper Pacman driver [JacKc, The Dumping Union]</li>
|
||
<li>Added clone of Karnov to the driver [JacKc, Smitdogg, The Dumping Union]</li>
|
||
<li>Added bootleg of Pang to the Mitchell driver [Barry]</li>
|
||
<li>Added clone of Mysterious Stones to the driver [Barry, Ricky2001 (from AUMAP)]</li>
|
||
<li>Added NeoGeo 2-Player Tetris to the Neo Geo driver [Barry, Fred/Front, Crim/Stephen]</li>
|
||
<li>Added Neo Galaga demos to the Neo Geo driver [Barry, Fred/Front, Cristiano Bei/www.iocerom.com]</li>
|
||
<li>Added clone of Guardian Storm to the NMK-16 driver [JacKc, Brian Troha, The Dumping Union]</li>
|
||
<li>Added clone of Guardian Storm to the NMK-16 driver [Barry, The Dumping Union, David Haywood]</li>
|
||
<li>Added clone of Guardian Storm to the NMK-16 driver [JacKc, iq_132, Barry, David Haywood]</li>
|
||
<li>Added bootleg of Crush Roller to the Pacman driver [any]</li>
|
||
<li>Added clone of Pacman to the Ms. Pacman driver [Barry]</li>
|
||
<li>Added clone of Pacman to the Pacman driver [Barry]</li>
|
||
<li>Added clone of Demon Front to the PGM driver [JacKc, R. Mucciarelli, Layne, Smitdogg, The Dumping Union]</li>
|
||
<li>Added many clones of Do Don Pachi II to the PGM driver [JacKc, Barry]</li>
|
||
<li>Added clone of Knights of Valour Super Heroes to the PGM driver [JacKc, XingXing]</li>
|
||
<li>Added clone of Oriental Legend Special to the PGM driver [JacKc]</li>
|
||
<li>Added clone of Rally-X to the driver [JacKc, any]</li>
|
||
<li>Added clone of Hang-On to the Sega Hang-On driver [JacKc, cmonkey]</li>
|
||
<li>Added bootleg of Teddy Boy Blues to the Sega System 1 driver [JacKc, any]</li>
|
||
<li>Added clone of Wonder Boy III to the Sega System 16A driver [Barry, Chris Hardy, Charles MacDonald, Brian Troha]</li>
|
||
<li>Added clone of Alien Syndrome to the Sega System 16B driver [Barry, Arzeno Fabrice, hap, Charles MacDonald]</li>
|
||
<li>Added clone of D.D. Crew to the Sega System 18 driver [JacKc, Porchy, The Dumping Union]</li>
|
||
<li>Added clone of Wing Shooting Chamionship to the Seta-2 driver [JacKc, Brian Troha, The Dumping Union]</li>
|
||
<li>Added clone of Silk Road to the driver [Barry]</li>
|
||
<li>Added clone of Super Chase - Criminal Termination to the driver [JacKc, Porchy, The Dumping Union]</li>
|
||
<li>Added clone of Continental Circus to the Taito-Z driver [Barry, Brian Troha, ShouTime, The Dumping Union]</li>
|
||
<li>Added clone of WWF Superstars to the driver [Barry, Brian Troha]</li>
|
||
<li>Added clone of WWF Wrestlefest to the driver [JacKc, Simon Dennison, Brian Troha]</li>
|
||
<li>Added clone of X-Men to the driver [JacKc, Brian Troha]</li>
|
||
<li>Added clone of Bomb Kick to Yun Sung 16 driver [JacKc, ANY, David Haywood]</li>
|
||
<li>Added a preliminary driver for Sega Master System hardware (port of Dega), enabled in debug builds only [kev]</li>
|
||
<li>Optimised the Taito TC0100SCN rendering routines, particuarly helps multi-screen games [Barry]</li>
|
||
<li>Added sound sample support to various Toaplan drivers [Barry, ThunderMAME]</li>
|
||
<li>Added Fire button to Sangokushi II: San Jian Sheng sets [Barry, money_114]</li>
|
||
<li>Added filter support to Scorpion and SF-X [Barry]</li>
|
||
<li>Endian fixes for palette in Oh My God!, Hyper Pacman and Konami drivers [Twinaphex]</li>
|
||
<li>Various fixes from visual studio leak detector [Wizard Coder, kev]</li>
|
||
<li>Fixed some GUI memory leaks [Captain CPS-X]</li>
|
||
<li>Applied libretro patch [Twinaphex]</li>
|
||
<li>Updated the zlib library to v1.2.8 [Barry]</li>
|
||
<li>Updated the libpng library to v1.6.2 [Barry]</li>
|
||
<li>Synced sets with MAME 0.149 [Barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.28</h3>
|
||
<ul>
|
||
<li>Added Ganbare Marin-kun to the CPS-1 driver [Barry, smitdogg, The Dumping Union]</li>
|
||
<li>Added Ghost Muncher to the Galaxian driver [Barry, Robbbert, Misfitmame]</li>
|
||
<li>Added Bubble Bobble Lost Cave to the Bubble Bobble driver [Barry, Bisboch, Aladar]</li>
|
||
<li>Added bootleg of Carrier Air Wing to the CPS-1 driver [Barry, JacKc, Bonky0013]</li>
|
||
<li>Added various bootlegs of Street Fighter II Champion Edition to the CPS-1 driver [Barry, JacKc, bonky0013]</li>
|
||
<li>Added clone of The Punisher to the CPS-1 driver [JacKc, Artemio Urbina]</li>
|
||
<li>Added clone of Marvel vs. Capcom to the CPS-2 driver [Barry, ranger_lennier, Yohji, Tormod, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of X-Men Children of the Atom to the CPS-2 driver [Barry, Bonky0013]</li>
|
||
<li>Added clone of Bagman to the Galaxian driver [Barry, Robbbert, Misfitmame]</li>
|
||
<li>Added clone of Frogger to the Galaxian driver [Barry, Robbbert, Misfitmame]</li>
|
||
<li>Added clone of Galaxian to the Galaxian driver [Barry, Robbbert, Misfitmame]</li>
|
||
<li>Added clone of Moon Cresta to the Galaxian driver [Barry, Robbbert, Misfitmame]</li>
|
||
<li>Added clone of Scramble to the Galaxian driver [Barry, Robbbert, Misfitmame]</li>
|
||
<li>Added clone of Triple Punch to the Galaxian driver [Barry, lucaelia, Siftware]</li>
|
||
<li>Added clone of Fantasia to the Gals Panic driver [JacKc, Brian Troha, The Dumping Union]</li>
|
||
<li>Added clone of Ghosts 'n Goblins to the driver [JacKc, Antonio Gonzalez Jr., tafoid]</li>
|
||
<li>Added clone of Haunted Castle to the Konami driver [JacKc, Andrew Welburn, Phil Bennett]</li>
|
||
<li>Added clone of Sunset Riders to the Konami driver [JacKc, hap, Dave F]</li>
|
||
<li>Added clone of Sunset Riders to the Konami driver [JacKc, Any, The Dumping Union]</li>
|
||
<li>Added clone of Thunder Zone to the Konami driver [JacKc]</li>
|
||
<li>Added clone of King of Fighters '97 to the Neo Geo driver [iq_132, smitdogg]</li>
|
||
<li>Added Time's UP! Demo to the Neo Geo driver [Barry, NGF Dev. Inc, Fred/FRONT]</li>
|
||
<li>Added clone of Ms Pacman to the Pacman driver [JacKc, hap]</li>
|
||
<li>Added three clones of Knights of Valour Superheroes to the PGM driver [JacKc, Joerg Hartenberger, iq_132, smitdogg]</li>
|
||
<li>Added some Ketsui Arrange versions to the PGM driver [JacKc]</li>
|
||
<li>Added clone of Puzzli 2 to the PGM driver [Tormod, Smitdogg, The Dumping Union, JackC, iq_132]</li>
|
||
<li>Added clone of Speed Rumbler to the driver [iq_132, Corrado Tomaselli, JacKc]</li>
|
||
<li>Added clone of Superman to the Taito-X driver [Barry, JacKc, Brian Troha, Dave France, The Dumping Union]</li>
|
||
<li>Added clone of Zero Point to the Unico driver [JacKc, Takahiro Nogi, hap]</li>
|
||
<li>Simulated the protection in Metal Slug X and removed a nasty patch [iq_132]</li>
|
||
<li>Emulated the protection in Lord of Gun and removed a nasty patch [iq_132]</li>
|
||
<li>Emulated protection in Street Fighter II Rainbow Edition (set 1 and 2) and removed a nasty patch [iq_132]</li>
|
||
<li>Emulated protection in Street Fighter II Mega sets and removed a nasty patch [iq_132]</li>
|
||
<li>Emulated protection in Dinosaur Hunter and removed a nasty patch [iq_132]</li>
|
||
<li>Emulated protection in some Warriors of Fate bootlegs and removed nasty patches [iq_132]</li>
|
||
<li>Fix kov command CC (fixes game stage 6) [iq_132]</li>
|
||
<li>Fixed graphics banking in Port Man [Barry, Robbbert]</li>
|
||
<li>Added support for the digital volume slider in CPS-2 test screens, also added support for single board games with no digital slider [Barry]</li>
|
||
<li>Added the Turbo mode dip switch to Street Fighter II Alpha Magic F [Barry, MAME]</li>
|
||
<li>Identified various Street Fighter II Champion Edition bootlegs and game them more descriptive names and descriptions, eliminating the sf2m* naming convention [Barry]</li>
|
||
<li>Improved emulation of bootleg hardware in King of Dragons bootleg [Barry]</li>
|
||
<li>Added variants to the Time Keeper module [Barry]</li>
|
||
<li>Changed UniBIOS 3.0 to the free version release [JacKc]</li>
|
||
<li>Big-endian fixes for some Data East drivers [MagicSeb]</li>
|
||
<li>Updated the ZET and VEZ CPU interfaces [iq_132]</li>
|
||
<li>Improved CPS-2 rom loading [Barry]</li>
|
||
<li>Fixed Japanese Romanization of some game titles [JacKc]</li>
|
||
<li>Improved Visual Studio version reporting and added Windows 8 support to the System Info module [Barry]</li>
|
||
<li>Updated Visual Studio makefile to support Visual Studio 2012, and fixed some related issues [Barry]</li>
|
||
<li>Added support for targeting Windows XP using Visual Studio 2012 via a makefile flag [Barry]</li>
|
||
<li>Updated GCC makefile to 4.7.1 and fixed warnings [Barry]</li>
|
||
<li>Updated the dat file writer to give each dat file a seperate id to ClrMAME gives each a separate profile [Barry]</li>
|
||
<li>Applied libretro patch [Twinaphex]</li>
|
||
<li>Matched the Megadrive sets to MESS 0.147u4 [Barry]</li>
|
||
<li>Synced sets with MAME 0.147u4 [Barry, JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.27</h3>
|
||
<ul>
|
||
<li>Sound Improvements
|
||
<ul>
|
||
<li>Tidied sound chip interfaces, adding support for volume and left/right selection for individual routes. Updated all drivers to support. Many drivers sound much better with these updates [Barry]</li>
|
||
<li>Fixed an issue with multiple YM2203 chips that resulted in static noise in the sound output [Barry]</li>
|
||
<li>Added pan support to Taito drivers that use panning with the YM2610 sound chip [Barry]</li>
|
||
<li>Added pan support to the Darius driver [Barry]</li>
|
||
<li>Added support for an RC filter, and added support to the Galaxian Konami sound based drivers [Barry]</li>
|
||
<li>Fixed various drivers that rendered the MSM5205 sound too fast when the sample rate was greater than 22050Hz [Barry]</li>
|
||
<li>Applied a YM2413 fix from MAME [Barry]</li>
|
||
<li>Added support for a selectable number of voices in the Namco sound module (fixes sound in the Baraduke, Pac Land and Sky Kid drivers [Barry]</li>
|
||
<li>Added multiple chip support to the Sega PCM module, updated Super Monaco Grand Prix to support the extra sound board [Barry]</li>
|
||
<li>Added support for the MSM6585 chip to the MSM5205 core [iq_132]</li>
|
||
<li>Added multiple chip support to the Y8950 interface, and hooked up in the Cybertank driver [Barry]</li>
|
||
<li>Small speedup in the DAC core [iq_132]</li>
|
||
</ul></li>
|
||
<li>Standardised some CPU interfaces [iq_132]</li>
|
||
<li>Improved Atari slapstic emulation, and updated the Gauntlet driver to support it [iq_132]</li>
|
||
<li>Added driver for Atari Tetris [iq_132]</li>
|
||
<li>Added driver for Cybertank [iq_132]</li>
|
||
<li>Hooked up analog inputs in the Cybertank driver [Barry]</li>
|
||
<li>Added driver for games on Donkey Kong hardware [iq_132]</li>
|
||
<li>Tidied Donkey Kong driver to build with current FB Alpha, and fixed some bugs and crashes [Barry]</li>
|
||
<li>Added driver for Konami Test Board (GX800) [iq_132]</li>
|
||
<li>Added Bang 2 Busters to the Neo Geo driver [lantus]</li>
|
||
<li>Added Treasures of the Carribean to the Neo Geo driver [lantus]</li>
|
||
<li>Added Last Survivor to the Sega X-Board driver [Barry, JacKc, ShouTime, Charles MacDonald, Aaron Giles, 9ofzeven, TrevEB, Dr. Spankenstein, ghoolster, Surgeville, Tormod, Tjaberg, Waremonger]</li>
|
||
<li>Added Racing Beats to the Taito Z driver [Barry]</li>
|
||
<li>Added bootleg of 1943 to the driver [Barry, JacKc, bonky0013]</li>
|
||
<li>Added clone of Arkanoid to the driver [Barry]</li>
|
||
<li>Added bootleg of Pang! 3 to the CPS-1 driver [JacKc, porchy]</li>
|
||
<li>Added some bootlegs of Street Fighter II to the CPS-1 driver [Barry, JacKc, smitdogg]</li>
|
||
<li>Added clone of Super Street Fighter II to the CPS-2 driver [JacKc]</li>
|
||
<li>Added two clones of Thunder Zone to the Data East drivers [ShouTime, JacKc]</li>
|
||
<li>Added two clones of Dynamite Duke to the driver [JacKc, Arzeno Fabrice]</li>
|
||
<li>Added clone of War of the Bugs or Monsterous Manouvers in a Mushroom Maze to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Jumping Pop to the driver [Barry, The Dumping Union]</li>
|
||
<li>Added clone of Parodius to the Konami driver [Barry, Andrew Welburn, The Dumping Union]</li>
|
||
<li>Added King of Gladiators Plus to the Neo Geo driver [JacKc]</li>
|
||
<li>Added homebrew WW2 Demo to the Neo Geo driver [Barry]</li>
|
||
<li>Added homebrew Spiderman Intro demo, and added alt sets of TMNT and Dark Wing Duck intro sets to the Neo Geo driver [Barry]</li>
|
||
<li>Added clone of Ketsui Arrange to the PGM driver [JacKc]</li>
|
||
<li>Added clone of Raiden to the driver [Barry, JacKc]</li>
|
||
<li>Added two clones of Fantasy Zone II (System 16C version) to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Turbo Outrun to the Sega Outrun driver [JacKc]</li>
|
||
<li>Added clone of AB Cop to the Sega X-Board driver [JacKc]</li>
|
||
<li>Added clone of GP Rider to the Sega X-Board driver [Barry]</li>
|
||
<li>Added clone of Deer Hunter to the Seta 2 driver [JacKc]</li>
|
||
<li>Added clone of Drift Out to the Taito F2 driver [JacKc, Hammy]</li>
|
||
<li>Added clone of Rygar to the Tecmo driver [JacKc, smitdogg]</li>
|
||
<li>Added clone of Pipi & Bibis / Whoopee!! to the Toaplan 2 driver [Barry, Antonio Gonzalez Jr.]</li>
|
||
<li>Added bootleg of Toki to the driver [Barry, skiltz]</li>
|
||
<li>Added clone of Trojan to the driver [JacKc]</li>
|
||
<li>Fixed bugs in 4 Fun in 1 and Ghostmuncher Galaxian in the Galaxian driver, promoting them to working [Barry]</li>
|
||
<li>Changed Fantastic to use the proper PROM dump in the Galaxian driver, fixing the game colours [Barry]</li>
|
||
<li>Changed Super Bond to use the proper PROM dump in the Galaxian driver, fixing the game colours [Barry]</li>
|
||
<li>Various PGM improvements [iq_132, JacKc]</li>
|
||
<li>Fixed a graphics glitch in the Super Monaco Grand Prix title screen [Barry]</li>
|
||
<li>Fixed issue with Top Speed crashing on driver init [Barry]</li>
|
||
<li>Big-endian fixes for the Cybertank driver [lantus]</li>
|
||
<li>Big-endian fixes for the Sega System 16A and Tecmo drivers [lantus]</li>
|
||
<li>Big-endian fix for Street Fighter II: Magic Delta Turbo sprite x position [lantus]</li>
|
||
<li>Applied various libretro patches [Twinaphex]</li>
|
||
<li>Updated the zlib library to v1.2.7 [Barry]</li>
|
||
<li>Updated the libpng library to v1.5.12 [Barry]</li>
|
||
<li>Matched the Megadrive sets to MESS 0.146u5 [Barry]</li>
|
||
<li>Synced sets with MAME 0.146u5 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.26</h3>
|
||
<ul>
|
||
<li>Added two clones of Arkanoid to the Arkanoid driver[Barry, f205v]</li>
|
||
<li>Added Gigaman 2 to the CPS-2 driver, adding ability to disable Q-Sound in the CPS-2 drivers [Barry]</li>
|
||
<li>Added Phoenix clone of Street Fighter Alpha to the CPS-2 driver [JacKc]</li>
|
||
<li>Added Phoenix clone of Super Street Fighter II Turbo to the CPS-2 driver [JacKc]</li>
|
||
<li>Added bootleg of Dragon Ninja to the DEC-0 driver [Barry, f205v]</li>
|
||
<li>Added bootleg of Cobra Command to the DEC-8 driver [Barry, f205v]</li>
|
||
<li>Added clone of Driving Force to the Galaxian driver [Barry, Team Europe]</li>
|
||
<li>Added clone of Moon Cresta to the Galaxian driver [JacKc, Andy Welburn]</li>
|
||
<li>Added clone of F-X to the Kyugo driver [Barry, f205v]</li>
|
||
<li>Added Oxygene's NeoGeo 3D! demo to the Neo Geo driver [Barry]</li>
|
||
<li>Added clone of Guardian Storm to the NMK16 driver [JacKc, B. Ståhl, Smitdogg, The Dumping Union]</li>
|
||
<li>Added clone of Knights of Valour 2 to the PGM driver [JacKc, XingXing]</li>
|
||
<li>Added clones of Flicky (alt graphics roms for 128k sets) to the Sega System 1 driver [Barry, f205v]</li>
|
||
<li>Improvements to Street Fighter 2: Magic Delta Turbo which now works correctly [Barry]</li>
|
||
<li>Fixed missing sounds in games based on Final Crash or Street Fighter 2: Magic Delta Turbo sound [Barry]</li>
|
||
<li>Added support for missing priority mode writes in knightsb, knightsb4, the punipic sets, and wofb [Barry]</li>
|
||
<li>Changed knights and knightsb4 to get the sprite mask values from work RAM [Barry]</li>
|
||
<li>Changed the Daimakai bootleg to use the bootleg Sprite RAM it writes, and get the sprite priority masks from work RAM [Barry]</li>
|
||
<li>Changed the punipic sets to get the scroll layer RAM offsets and sprite priority masks from work RAM [Barry]</li>
|
||
<li>Changed wofb, and other wof sets that don't write the registers to get the sprite priority masks from work RAM [Barry]</li>
|
||
<li>Hooked up the EEPROM in the dino, punipic and wof bootleg sets that don't read dip switches [Barry]</li>
|
||
<li>Updated the EPOS driver, adding sound for Dealer and implementing the watchdog [iq_132]</li>
|
||
<li>Tidied the Phoenix sets in the CPS-2 driver [Barry, based on info from Pythagoras]</li>
|
||
<li>Fixed some unicode titles [JacKc, XingXing]</li>
|
||
<li>Added Hyllian's Data Dependent Triangulation 3X to the softFX blitters [Hyllian, msbhvn]</li>
|
||
<li>Optimised the xBR filters [Hyllian, Barry]</li>
|
||
<li>Sync some sets and titles with latest MAME SVN [JacKc]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.25</h3>
|
||
<ul>
|
||
<li>CPS-1 Updates, most of the bootlegs now work well and without patches to hack them to work like the originals (brief, incomplete summary below) [Barry, JacKc, bonky_0013, f205v]
|
||
<ul>
|
||
<li>Added some Street Fighter II M bootlegs</li>
|
||
<li>Street Fighter II - Champion Edition (Turbo Hack) now works</li>
|
||
<li>Added an alternate set for Street Fighter II - Champion Edition (Turbo Hack)</li>
|
||
<li>Street Fighter II - Champion Edition (M1 bootleg) now works</li>
|
||
<li>Added support for the dumped Street Fighter II - Champion Edition (Koryu bootleg) graphics roms</li>
|
||
<li>Added Street Fighter II: Magic Delta Turbo (some issues with row-scroll)</li>
|
||
<li>Added an alternate set for Street Fighter II: Magic Delta Turbo</li>
|
||
<li>Added an alternate set for Street Fighter II - Hyper Fighting (bootleg)</li>
|
||
<li>Added a new bootleg of Captain Commando to the driver</li>
|
||
<li>Added new bootlegs of Knights of the Round to the driver</li>
|
||
<li>Daimakai (bootleg) now works</li>
|
||
<li>Carrier Air Wing (bootleg) now works</li>
|
||
<li>King of Dragons (bootleg) now works</li>
|
||
<li>Added Final Crash to the driver</li>
|
||
<li>Emulated the alternative sprite system used in Final Crash and hooked it up in other bootlegs that use it</li>
|
||
<li>Emulated the alternative sound system used in Final Crash and added it to Carrier Air Wing (bootleg) as well</li>
|
||
<li>Emulated the alternative sound system used in Street Fighter: Magic Delta Turbo and added it to a Captain Commando bootleg and Knights of the Round bootleg as well</li>
|
||
<li>Improved sprite list end detection</li>
|
||
<li>Added optional end of sprite list detection, fixes some more of the bootleg sets</li>
|
||
<li>All Warriors of Fate bootlegs now work properly or at least well</li>
|
||
<li>Added some more Warriors of Fate bootlegs</li>
|
||
<li>All the PIC sets now work, without sound obviously due to no good dump of the PIC data being available</li>
|
||
<li>Tidied the driver</li>
|
||
<li>Removed the CPS Changer region hacks</li>
|
||
</ul></li>
|
||
<li>Updated the ARM7 core to avoid out of page range accesses [iq_132]</li>
|
||
<li>Added driver for Silver Millenium [iq_132]</li>
|
||
<li>Added bootleg of Dragon Ninja to the DEC-0 driver [Barry]</li>
|
||
<li>Added bootleg of Kung Fu Master to the Irem M62 driver [JacKc, bonky_0013]</li>
|
||
<li>Added clone of Super Triv to the Jack the Giantkiller [JacKc]</li>
|
||
<li>Added Neo Castlevania demo to the Neo Geo driver [Barry]</li>
|
||
<li>Added Neo Thunder homebrew game to the Neo Geo driver [iq_132]</li>
|
||
<li>Added NGF Transparency demo to the Neo Geo driver [Barry]</li>
|
||
<li>Added Dragon World: Pretty Chance to the PGM driver (debug builds only) [iq_132]</li>
|
||
<li>Added Ketsui Arrange to the PGM driver [iq_132]</li>
|
||
<li>Added clone of Wonder Boy to the Sega System 1 driver [JacKc]</li>
|
||
<li>Added clone of Rastan to the Misc Taito driver [Barry]</li>
|
||
<li>Added clone of Rastan to the Misc Taito driver [JacKc]</li>
|
||
<li>Tidied the Funky Bee driver [iq_132]</li>
|
||
<li>Tidied the Meijinsen [iq_132]</li>
|
||
<li>Tidied the PGM driver [iq_132]</li>
|
||
<li>Improved protection simulation for some PGM sets [iq_132]</li>
|
||
<li>Fixed sprites alignment in Knights of Valour [iq_132]</li>
|
||
<li>Fixed a crash in PGM rendering code [iq_132]</li>
|
||
<li>Improved sound in the PGM driver [lantus]</li>
|
||
<li>Fixed a crash in the Hunchback sets in the Galaxian driver [Barry]</li>
|
||
<li>Improvements to the Black Tiger driver [iq_132, issues reported by JacKc]</li>
|
||
<li>Fixed savestates in the CPS-3 driver [Twinaphex]</li>
|
||
<li>Fixed a potential crash in the EEPROM module [Twinaphex]</li>
|
||
<li>Fixed custom-sized tile rendering in the generic tiles module [iq_132]</li>
|
||
<li>Big-endian fixes for the ARM CPU interface [lantus]</li>
|
||
<li>Big-endian fixes for the CPS-1, Data East, Neo Geo, Sega and Silver Millenium drivers [lantus]</li>
|
||
<li>Big-endian fix for the Pskiyo 4 driver [Twinaphex]</li>
|
||
<li>Added BRAM support to the PC-Engine driver [kev]</li>
|
||
<li>Added some unicode titles [JacKc]</li>
|
||
<li>Added BDF_CLONE to sfiii3u [iq_132, reported by DsNo]</li>
|
||
<li>Tidied the SNES driver a bit [kev]</li>
|
||
<li>Added SoftFX xBR filters [msbhvn, Hyllian, Barry]</li>
|
||
<li>Fixed a UI issue with unidentified CDs [Barry]</li>
|
||
<li>Rename endian.h to burn_endian.h [Barry]</li>
|
||
<li>Improve portability by checking defines before defining them [Twinaphex]</li>
|
||
<li>Updates to libsnes [Squarepusher2]</li>
|
||
<li>Synced sets with MAME 0.145u7 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.24</h3>
|
||
<ul>
|
||
<li>Rewrote the DAC core, improving performance and timing [iq_132]</li>
|
||
<li>Updated the Mogura and The FairyLand Story drivers to use the new DAC core [iq_132]</li>
|
||
<li>Updated the Armed Formation, King & Balloon, Irem M72 and M90, Route16, Sega System 16A, SunA16, Terra Cresta, The New Zealand Story, Vigilante drivers to use the new DAC core [Barry]</li>
|
||
<li>Fixed the new DAC core with GCC 3.4.5 [Barry]</li>
|
||
<li>Updated Z80 cycle counting, improving accuracy [iq_132]</li>
|
||
<li>Added cycle counting to the I8039 CPU core [iq_132]</li>
|
||
<li>Updated PGM driver making Bee Storm - DoDonPachi II and Demon Front playable [iq_132]</li>
|
||
<li>Added Fantasic and Kong to the Galaxian driver [Barry]</li>
|
||
<li>Added Arange Mode hack of DoDonPachi to the Cave driver [JacKc]</li>
|
||
<li>Added clone of 1941 to the CPS-1 driver [Bonky0013, JacKc, Techmotour]</li>
|
||
<li>Added clone of King of Dragons to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Street Fighter II: Champion Edition to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of UniWar S to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Deer Hunting to the Seta2 driver [Barry]</li>
|
||
<li>Added clone of Super Chase to the Taito driver [Barry]</li>
|
||
<li>Added clone of Arkanoid 2 to the The New Zealand Story driver [Barry]</li>
|
||
<li>Added 1945 Part 2 (hack of Battle Garegga) to the Toaplan-2 driver [Barry]</li>
|
||
<li>Fixed sound samples in the Kageki driver [Barry]</li>
|
||
<li>Fixed sample sounds in King & Balloon [Barry]</li>
|
||
<li>Fixed 68000 CPU speed in Best of the Best driver [iq_132, reported by Cmart]</li>
|
||
<li>Updated dip switches in the Side Pocket driver [Barry]</li>
|
||
<li>Changed CPS-1 sprite timing for bootlegs/hacks that render the sprites in reverse order [Barry, identied by manliodp]</li>
|
||
<li>Big-endian fixes for Data East, various Misc, and PGM drivers [lantus]</li>
|
||
<li>Added Unicode title for 1945 Part 2 [JacKc]</li>
|
||
<li>Added support for <i>insane</i> cheat file lengths [Barry, reported by money_114]</li>
|
||
<li>Fixed issue with the load progress dialog not being killed when loading unavailable sets [Barry, reported by BisonSAS]</li>
|
||
<li>Fixed crash if SampleInit is called without a sample list [iq_132]</li>
|
||
<li>Removed sek.h and zet.h from burnint.h, and added to drivers where necessary [Barry]</li>
|
||
<li>Synced sets with MAME 0.145u5 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.23</h3>
|
||
<ul>
|
||
<li>Added clone of Caveman Ninja to the Data East drivers [JacKc, Corrado Tomaselli]</li>
|
||
<li>Added bootleg of Side Pocket to the Data East drivers [Barry, Corrado Tomaselli]</li>
|
||
<li>Allowed Neo Geo drivers to disable the watchdog reset, and used it to fix Neo Pong v1.0 which is now added to release builds [Barry]</li>
|
||
<li>Changed the game selection dialog back to the old size and updated the dialog to be resizable [Barry]</li>
|
||
<li>Fixed issue with disappearing preview images in game selection dialog when switching back to the window [Barry]</li>
|
||
<li>Applied latest libsnes patches [Themaister]</li>
|
||
<li>Standardised revision info in game titles [Barry]</li>
|
||
<li>Made inclusion of png.h in burner.h optional in makefile via INCLUDE_LIB_PNGH flag [Barry]</li>
|
||
<li>Updated the helpfile with the game selection dialog changes [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.22</h3>
|
||
<ul>
|
||
<li>Added support for 7z files for roms and samples [Barry]</li>
|
||
<li>Added driver for Act Fancer [iq_132]</li>
|
||
<li>Added driver for Gals Pinball [iq_132]</li>
|
||
<li>Added driver for Momoko 120% [iq_132]</li>
|
||
<li>Added clone of Final Fight to the CPS-1 driver JacKc, Bonky0013</li>
|
||
<li>Added clone of Forgotton Worlds to the CPS-1 driver [JacKc, Bonky0013]</li>
|
||
<li>Added clone of Street Fighter II to the CPS-1 driver [JacKc, Bonky0013]</li>
|
||
<li>Added clone of Street Fighter II: Champion Edition to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Puzz Loop 2 to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Super Street Fighter 2 X to the CPS-2 driver, and added support for the graphic rom format it uses [Barry]</li>
|
||
<li>Added clone of Vampire Hunter to the CPS-2 driver [Barry, JacKc]</li>
|
||
<li>Added clone of Jojo's Venture to the CPS-3 driver [Barry]</li>
|
||
<li>Added clone of Jojo's Bizarre Adventure to the CPS-3 driver [JacKc]</li>
|
||
<li>Added bootleg of Eyes [iq_132]</li>
|
||
<li>Added clone of X-Men to the Konami drivers [JacKc, Bonky0013]</li>
|
||
<li>Added Super Bubble Pop to the Neo Geo driver (player 1 inputs don't work, hence debug only builds) [Barry, iq_132, JacKc]</li>
|
||
<li>Added PCB version of Demon Front to the PGM driver (non-working, debug builds only) [JacKc]</li>
|
||
<li>Added clone of Altered Beast to the Sega System 16B driver [Barry]</li>
|
||
<li>Added bootleg of Silk Worm to the Tecmo driver [JacKc, Bonky0013]</li>
|
||
<li>Changed CPS-1/2 palette handling to be more accurate, should fix some glitches [Barry]</li>
|
||
<li>Changed CPS-2 video timing to use the values in MAME that have come from hardware measurements [Barry]</li>
|
||
<li>Improved CPS-2 sprite list end detection [Barry]</li>
|
||
<li>Moved the CpsGetObj() call, fixing sprite lag in Super Street Fighter II and clones [manliodp]</li>
|
||
<li>Fixed IRQ generation in the Irem M72 drivers, fixing video timing in Dragon Breed [Barry]</li>
|
||
<li>Fixed sound in the Irem M72 drivers [Barry]</li>
|
||
<li>Minor CPS-3 update with a small speedup [iq_132]</li>
|
||
<li>Update the Mysterious Stones driver [iq_132]</li>
|
||
<li>Removed duplicate set of Super Monaco Grand Prix [Barry]</li>
|
||
<li>Added savestate support to the the OPL based sound cores (YM3812, YM3526 and Y8950) and interfaces [Barry]</li>
|
||
<li>Removed previous attempt and added savestate support to the YM2413 core and interface [Barry]</li>
|
||
<li>Added savestate support to the DEC-8 driver [Barry]</li>
|
||
<li>Tidied and fixed Data East savestates where necessary [Barry]</li>
|
||
<li>Fixed Sengoku 3 Unicode title (string wasn't terminated) [Barry]</li>
|
||
<li>Moved the Pocket Gal Deluxe driver to the Data East filter [iq_132]</li>
|
||
<li>Big-endian fixes for the new CPS-1/2 palette code, CPS-2 raster interrupts, Konami drivers and devices, PGM driver, some Misc drivers, Sega FD1089, Seta drivers, and Toaplan games that use the V25 CPU for sound [lantus]</li>
|
||
<li>Fixed some invalid BRF_NODUMP definitions [Barry]</li>
|
||
<li>Overhauled the cheat system [iq_132]</li>
|
||
<li>Added overrides to allow drivers to exclude addresses from cheat searching, and used it to prevent a crash when searching for cheats in CPS Q-Sound games [Barry]</li>
|
||
<li>Tidied the game selection dialog a bit, and changed the behaviour of "show available" to allow showing available and/or unavailable sets [Barry]</li>
|
||
<li>Fixed TurboGrafx 16 games displaying as MVS cartridge hardware in the game selection dialog [iq_132]</li>
|
||
<li>Added a Ctrl+W shortcut to close the current game [Barry]</li>
|
||
<li>Made the cliprect for the OSD shortmsg wider, allowing more text to be displayed [Barry]</li>
|
||
<li>Prevented the 68K debugger opening if the 68k interface is not in use [iq_132]</li>
|
||
<li>Disabled menu item for 68k debugger if the 68k interface is not in use, and renamed the menu item to "Invoke 68k debugger" [Barry]</li>
|
||
<li>Removed definition of LSB_FIRST in epx.cpp since it is now defined (or not) in the makefile [Barry]</li>
|
||
<li>Fixed issue with definition of LSB_FIRST in makefile.mingw [Barry]</li>
|
||
<li>Added libsnes target files [Themaister, twinaphex]</li>
|
||
<li>Fixed some memory leaks and possible memory leaks [kev]</li>
|
||
<li>Identified and fixed some out of bounds array issues [kev, iq_132]</li>
|
||
<li>Updated the zlib library to v1.2.6 [Barry]</li>
|
||
<li>Updated the libpng library to v1.5.8 [Barry]</li>
|
||
<li>Matched all sets to MAME 0.145u3 [Barry]</li>
|
||
<li>Matched the Megadrive sets to MESS 0.145u1 [Barry]</li>
|
||
<li>Changed PC-Engine driver to be auto-generated from the MESS software list [Barry]</li>
|
||
<li>Matched the PC-Engine sets to MESS 0.145u1 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.21</h3>
|
||
<ul>
|
||
<li>Updated the H6280 core and interface to support multiple CPUs [iq_132]</li>
|
||
<li>Added multiple-CPU support to debug tracking in the H6280 core and interface [Barry]</li>
|
||
<li>Updated Final Romance 2 in the Neo Geo driver to use Razoola's updated version [Barry]</li>
|
||
<li>Tidied World Cup '90 driver and fixed video timing and save states [Barry]</li>
|
||
<li>Fixed negative sound samples causing an app crash in some PC-Engine games [lantus]</li>
|
||
<li>Big-endian fixes for Capcom CPS-1/2/3, Cave, Irem, Psikyo and Megadrive drivers [lantus]</li>
|
||
<li>Big-endian fixes for the NEC CPU core [lantus]</li>
|
||
<li>Fixed excessive CPU usage when FB Alpha isn't doing anything [Barry]</li>
|
||
<li>Fixed non-Ascii output in the gamelist translation template export [doomking]</li>
|
||
<li>Hopefully fixed gamelist translation on Chinese systems [Barry]</li>
|
||
<li>Changed gamelist localisation to use the system codepage by default [Barry]</li>
|
||
<li>Some small localisation fixes [Barry, reported by Benjamin Siskoo]</li>
|
||
<li>Reduced the OSD text size to fit in the cliparea [Barry]</li>
|
||
<li>Fixed dat file writing from the command-line and added command-line options for PC-Engine dats, as found by MSVC SYMBOL build [Barry]</li>
|
||
<li>Fixed bug in game selection dialog with not allocating enough memory for gamenames when scanning sets [Barry]</li>
|
||
<li>Updated the default rom path to be the last path again (ie, 20 instead of 8) [Barry]</li>
|
||
<li>Updated helpfile with command-line changes [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.20</h3>
|
||
<ul>
|
||
<li>Fixed a possible crash when scanning roms (seemed to affect x64 builds) [Barry]</li>
|
||
<li>Updated dat handling to support PC-Engine console (completely forgot for the last release) [Barry]</li>
|
||
<li>Updated help file [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.19</h3>
|
||
<ul>
|
||
<li>Fixed the issue in the H6280 core [Barry]</li>
|
||
<li>Updated H6280 core with some fixes from MAME versions newer than the original core port [iq_132]</li>
|
||
<li>Added H6280 support to the YM3812 core [Barry]</li>
|
||
<li>Ported C6280 sound core from MAME for PC-Engine driver [iq_132]</li>
|
||
<li>Added a driver for PC-Engine/TurboGrafx 16/SuprGrafx console hardware [iq_132]</li>
|
||
<li>Added driver for Blomby Car [Barry]</li>
|
||
<li>Added driver for Jackie Chan [iq_132]</li>
|
||
<li>Added driver for Side Pocket [Barry]</li>
|
||
<li>Added driver for games on Terra Cresta hardware [Barry]</li>
|
||
<li>Added clone of Street Fighter III 3rd Strike to the CPS-3 driver [Barry]</li>
|
||
<li>Added Boulder Dash, Hippodrome Midnight Resistance and Sly Spy to the DEC0 driver [Barry]</li>
|
||
<li>Added Heavy Metal to the Sega System 1 driver [Barry]</li>
|
||
<li>Fixed non-bootleg version of Robocop, and added all clones to the DEC0 driver [Barry]</li>
|
||
<li>Fixed Caveman Ninja and Edward Randy in the DECO 16 drivers and enabled in release builds [Barry]</li>
|
||
<li>Added full sound to all the DECO16 drivers now that the H6280 core works [Barry]</li>
|
||
<li>Fixed crash when loading in the Konami Twin16 driver [Barry]</li>
|
||
<li>Fixed loading of UPD7759 samples in Gradius2 in the Konami Twin16 driver [Barry]</li>
|
||
<li>Fixed Naname de Magic! in the Oh My God! driver and enabled in release builds [Barry]</li>
|
||
<li>Fixed missing ADPCM sounds in Superman in the Taito X driver [Barry]</li>
|
||
<li>Updated PC-Engine driver to use the same zip names as the MESS software lists, similar to the Megadrive support (see help file for more info) [Barry]</li>
|
||
<li>Fixed row and column scroll in the DEC-0 driver, and added support for Tile Ram Banking [Barry]</li>
|
||
<li>Reverted the CPS-2 VBlank IRQ timing change from the last version, it broke raster effects [Barry]</li>
|
||
<li>Fixed savestates in the Batrider driver [Barry]</li>
|
||
<li>Fixed savestates in the Cave drivers where necessary [Barry]</li>
|
||
<li>Added savestate support to the Double Dragon driver [Barry]</li>
|
||
<li>Fixed savestates in the News driver [Barry]</li>
|
||
<li>Fixed savestates in the Sega System 1 driver where necessary [Barry]</li>
|
||
<li>Fixed savestates in the Sega System 16 and similar drivers where necessary [Barry]</li>
|
||
<li>Added savestate support to the HD6309 interface [Barry]</li>
|
||
<li>Fixed savestates in the I8039 core [Barry]</li>
|
||
<li>Fixed savestates in the DAC sound core [Barry]</li>
|
||
<li>Fixed savestates in the Q-Sound sound core [Barry]</li>
|
||
<li>Added savestate support to the RF5C68PCM sound core [Barry]</li>
|
||
<li>Fixed savestates in the SegaPCM sound core [Barry]</li>
|
||
<li>Fixed savestates in the SN76496 sound core [Barry]</li>
|
||
<li>Fixed bug in the YM2151 interface when enabling FM interpolation [Barry]</li>
|
||
<li>Added volume control to the SN76496 core and normalised sound in drivers which were too loud [Barry]</li>
|
||
<li>Added support for up to 20 rom paths, with the last ten being supplementary [Barry]</li>
|
||
<li>Added filter for PC-Engine to game selection dialog [Barry]</li>
|
||
<li>Added support to disable __fastcall in the vez interface via the FASTCALL makefile flag [Barry]</li>
|
||
<li>Added support for localising the gamelist (see the help file for more information) [Barry]</li>
|
||
<li>Readded Captain CPS's game selection dialog icon support [Barry, CaptainCPS]</li>
|
||
<li>Fixed various localisation issues [Barry, reported by Benjamin Siskoo]</li>
|
||
<li>Updated the help file [Barry]</li>
|
||
<li>Split makefile.rules into makefile.burn_rules and makefile.burner_win32_rules [Barry]</li>
|
||
<li>Reorganised the tree to work around the Windows CreateProcess 32Kb limit [Barry]</li>
|
||
<li>Tidied the tree enough for FB Alpha to compile on Ubuntu 11.10 (linking fails) [kev]</li>
|
||
<li>Added old code from an unreleased PSP port, including the MIP A68K module [kev]</li>
|
||
<li>Added the required D3D headers from previous SDKs to the dec/vc/include folder [Barry]</li>
|
||
<li>Fixed some warnings thrown up by symbol builds in different compilers [Barry]</li>
|
||
<li>Fixed some dialog initial path issues [Barry]</li>
|
||
<li>Matched all sets to MAME 0.144u6 [Barry]</li>
|
||
<li>Matched the Megadrive sets to MESS 0.144u5 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.18</h3>
|
||
<ul>
|
||
<li>Added driver for Lemmings [iq_132]</li>
|
||
<li>Added support for trackball in Lemmings [Barry]</li>
|
||
<li>Added driver for Pac-Land [iq_132]</li>
|
||
<li>Added driver for games on Psikyo4 hardware [iq_132]</li>
|
||
<li>Added driver for games on Rabbit Punch hardware [iq_132]</li>
|
||
<li>Added a preliminary driver for SNES hardware, enabled in debug builds only [kev]</li>
|
||
<li>Changed CPS-3 driver to use MAME flash dumps, and added verification for CPS-3 driver back to ROM_VERIFY dat [Barry, suggested by Haze]</li>
|
||
<li>Added preliminary Puzzli2 protection simulation and removed the patches from the PGM driver [iq_132]</li>
|
||
<li>Delayed the VBlank IRQ in the CPS-2 driver to part through the VBlank period, fixes disappearing text in the Dungeons & Dragons games [Barry]</li>
|
||
<li>Added sound to fantzonep in the Sega System 16A driver [Barry]</li>
|
||
<li>Improved IRQ timing in Sega System Y driver [Barry]</li>
|
||
<li>Reduced the volume of some CPS-2 games that were too loud [Barry]</li>
|
||
<li>Fixed sound in Konami drivers which weren't generating enough IRQs per frame to drive the sound [Barry]</li>
|
||
<li>Fixed a bug in the K052360 sound core, fixes Parodius booting [Barry]</li>
|
||
<li>Fixed inputs in Dream Land in the Bubble Bobble driver [Barry]</li>
|
||
<li>Fixed Rambo III in the Taito B driver [Barry]</li>
|
||
<li>Fixed default dips in Yes/No Sinri Tokimeki Chart in the Taito F2 driver [Barry]</li>
|
||
<li>Tidied the CPS-1, CPS-2, Galaxian, Irem, Konami, Neo Geo, Sega and Taito drivers [Barry]</li>
|
||
<li>Changed the Zet interface to initialise a single CPU at a time, updated all affected drivers [iq_132]</li>
|
||
<li>Made sure the BurnYM2151 handlers are NULLed on exit [Barry]</li>
|
||
<li>Incorporated endian fixes from FBANext for various CPU cores and interfaces, as well as the CPS-3, Neo Geo, Psikyo, Sega, Taito and Toaplan drivers [Barry, FBANext by Lantus]</li>
|
||
<li>Added support for various MAME graphics decoding macros [iq_132]</li>
|
||
<li>Added some Unicode titles to the PGM driver [JacKc]</li>
|
||
<li>Fixed various localisation issues [Barry, reported by Benjamin Siskoo]</li>
|
||
<li>Changed default of the "Don't change Num Lock status" option to on [Barry]</li>
|
||
<li>Added SDL audio, input and video plugins so I can re-port to SDL [kev]</li>
|
||
<li>Moved the burner/win32 folder to burner/platform/win32 [kev]</li>
|
||
<li>Changed interface directory layout [kev]</li>
|
||
<li>Changed the path handling to be more portable (changed // to \) [kev]</li>
|
||
<li>Updated unzip.c to the latest version [kev]</li>
|
||
<li>Improved the gamelist filter functionality and added support for Capcom (Other), Data East, Seta, SNES and Technos filters, updating relevant drivers [Barry]</li>
|
||
<li>Moved any Irem, Kaneko, Sega, Taito or Toaplan drivers in the misc filters to the relevant filter [Barry]</li>
|
||
<li>Moved Konami drivers from misc to the Konami filter [iq_132]</li>
|
||
<li>Added defines for _XBOX headers and plugins in the burner and interface folders [Barry]</li>
|
||
<li>Reduced the optimisation levels for GCC 3.4.5 to match other GCC builds, fixed some warnings that are now generated by GCC 3.4.5 [Barry]</li>
|
||
<li>Matched all sets to MAME 0.144u4 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.17</h3>
|
||
<ul>
|
||
<li>Fixed various localisation issues [Barry, reported by Benjamin Siskoo]</li>
|
||
<li>Fixed some dipswitch descriptions in Boogie Wings and Major Title 2 [doomking]</li>
|
||
<li>Fixed CRC error in CPS Changer version of Warriors of Fate [pmc2]</li>
|
||
<li>Fixed Unicode title for Japanese versions of Dynasty Wars [kof2112]</li>
|
||
<li>Fixed Unicode title for Japanese versions of Warriors of Fate [DsNo]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.16</h3>
|
||
<ul>
|
||
<li>Added driver for Super Locomotive [iq_132]</li>
|
||
<li>Added clone of Warriors of Fate to the CPS-1 driver [Barry]</li>
|
||
<li>Added Bygone to the Legend of Kage driver [iq_132]</li>
|
||
<li>Added colour PROMs to Birdiy in Pacman driver [iq_132]</li>
|
||
<li>Fixed spriteram2 mapping and sprite rendering in Birdiy in Pacman driver [Barry]</li>
|
||
<li>Added correct dumps to kovsgqyz and kovsgqyza in the PGM driver [iq_132]</li>
|
||
<li>Added clone of kovsgqyz to the PGM driver [iq_132]</li>
|
||
<li>Fixed character selection screen in kovsgqyz and clones in the PGM driver [iq_132]</li>
|
||
<li>Improved PGM sprite rendering [iq_132]</li>
|
||
<li>Added PGM sprite generator to makefiles [Barry]</li>
|
||
<li>Made V3021 RTC an external device, seperate from the PGM driver [iq_132]</li>
|
||
<li>Removed Street Fighter II' - champion edition (street fighter 2' 920803 USA, alt) as it is a bad dump [Barry]</li>
|
||
<li>Fixed some input and dip switch issues in the Bank Panic driver [Barry]</li>
|
||
<li>Added a debug device tracking module and updated all device, sound and CPU modules to support it [Barry]</li>
|
||
<li>Tidied all drivers in the cave, cps-3, megadrive, pgm, psikyo and toaplan folders, and updated to use Burn Memory module, as well as correcting any issues reported by debug tracker [Barry]</li>
|
||
<li>Updated M6502 CPU core interface to allocate memory rather than use an array [iq_132]</li>
|
||
<li>Updated Vez CPU core interface to allocate memory rather than use an array, and added support for auto-acknowledging IRQs [iq_132]</li>
|
||
<li>Fixed crash when taking screenshots of vertical or flipped games using blitters other than the D3D enhanced blitter [Barry]</li>
|
||
<li>Added option to DirectDraw blitter to force flipping as it isn't usually detected as available, see help file for more information [Barry]</li>
|
||
<li>Fixed issue with string translation in localisation templates [Barry, doomking]</li>
|
||
<li>Fixed issue with exporting localisation templates in GCC builds [Barry, doomking]</li>
|
||
<li>Converted all the outstanding hard-coded strings I could see to translatable strings, let me know if you see any untranslatable strings [Barry]</li>
|
||
<li>Tidied the string resource ids to minimise future impact on translators [Barry]</li>
|
||
<li>Updated help file [Barry]</li>
|
||
<li>Matched all sets to MAME 0.144u3 [Barry]</li>
|
||
<li>Matched the Megadrive sets to MESS 0.144u3 [Barry]</li>
|
||
<li>Updated the libpng library to v1.5.6 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.15</h3>
|
||
<ul>
|
||
<li>Fixed missing menu in Windows XP [CaptainCPS, doomking]</li>
|
||
<li>Fixed Neo Geo CD dialog game scanning timeout [CaptainCPS]</li>
|
||
<li>Better organised the Neo Geo menu items [CaptainCPS]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.14</h3>
|
||
<ul>
|
||
<li>Ported the V20/V30/V33/V25/V35 CPU core from MAME [iq_132]</li>
|
||
<li>Updated Vez interface to support above CPU core port [iq_132]</li>
|
||
<li>Updated the M72, M90, Dynamite Duke and Raiden drivers to support the new Vez interface [iq_132]</li>
|
||
<li>Added sound support to the V25 based Toaplan drivers Batsugun, Dogyuun, Knuckle Bash and Grind Stormer [iq_132]</li>
|
||
<li>Added Risky Challenge and Gussun to release builds [iq_132]</li>
|
||
<li>Ported the M6502 CPU core from MAME, and added an interface for it, replacing the old core [Barry]</li>
|
||
<li>Enabled the sub-CPU types in the M6502 CPU Core and added support for them in the interface [iq_132]</li>
|
||
<li>Added support for the new M6502 core to the Renegade driver, fixing some graphic issues [Barry]</li>
|
||
<li>Added support for the new M6502 core to the DEC-8 driver, adding sound to all games [Barry]</li>
|
||
<li>Added support for the new M6502 core to the Karnov driver, adding sound to all games [Barry]</li>
|
||
<li>Updated the Gauntlet, Mole Attack, Mysterious Stones and Scrambled Egg drivers to support the new M6502 core [Barry]</li>
|
||
<li>Added SAA1099 sound core module and added support to the XOR World driver which now has sound [iq_132]</li>
|
||
<li>Added support to the DAC module for up to eight DACs [Barry]</li>
|
||
<li>Added BURN_SND_CLIP macro [Barry]</li>
|
||
<li>Fixed rendering MSM6295 sound in Seibu sound module [Barry]</li>
|
||
<li>Added Neo Geo CD Load Game dialog [CaptainCPS]</li>
|
||
<li>Integrated the Neo Geo CD Load Game dialog with the rest of the application and fixed several x64 issues [Barry]</li>
|
||
<li>Removed the BurnMedia functionality since it is replaced by the Neo Geo CD id module, and updated all drivers to reflect the new structure [Barry]</li>
|
||
<li>Changed the burn, burn/devices, burn/drivers, burn/sound, burner and interface folders to use defined variable types, allowing better control for ports to other architectures [Barry]</li>
|
||
<li>Changed the CPU interfaces to use defined variable types [Barry]</li>
|
||
<li>Fixed the source code tree to build with MinGW64 and GCC 4.6.1 allowing MinGW to build x86 and x64 builds [Barry]</li>
|
||
<li>Consolidated the mingw345 and mingw452 makefiles, and added support for GCC 4.6.1 to the makefile [Barry]</li>
|
||
<li>Moved the rules to makefile.rules and included makefile.rules in the mingw and vc makefiles [Barry]</li>
|
||
<li>Moved some win32 specific stuff from burner.h to burner_win32.h [kev]</li>
|
||
<li>Some 64-bit code fixes [TheMaister]</li>
|
||
<li>Changed the DirectX support to load the functions at runtime, removing the need for linking to the libraries [CaptainCPS]</li>
|
||
<li>Added support for building the experimental DirectX9 blitter and xAudio2 module with MinGW [CaptainCPS]</li>
|
||
<li>Tidied the DirectX changes to compile cleanly [Barry]</li>
|
||
<li>Added an alternative DirectX 9 blitter written by regret and modified it to work with FB Alpha [Barry, regret]</li>
|
||
<li>Added driver for Dragon Ninja, Heavy Barrel and Robocop on DEC-0 hardware [Barry]</li>
|
||
<li>Added bootleg of Knights of the Round to the CPS-1 driver [Barry, JacKc]</li>
|
||
<li>Added clone of Pang 3 to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Street Fighter II Champion Edition to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Cobra Command to the DEC-8 driver [Barry]</li>
|
||
<li>Added clone of Puckman to the Pacman driver [JacKc]</li>
|
||
<li>Improved the asic27_kov protection simulation, allowing Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki: SanGuo QunYingZhuan to work, albeit with incorrect roms due to rom-hoarding [iq_132]</li>
|
||
<li>Added clone of Ninja Warriors to the Taito drivers [JacKc]</li>
|
||
<li>Added Fix Eight to the Toaplan drivers [iq_132]</li>
|
||
<li>Added Ghox to the Toaplan drivers [iq_132]</li>
|
||
<li>Added support for the analog paddle in Ghox [Barry]</li>
|
||
<li>Added clone of Alien Storm to the Sega System 18 driver [JacKc]</li>
|
||
<li>Added clone of JJ Squakwers to the Seta driver [JacKc]</li>
|
||
<li>Added clone of Ikari III to the SNK68 driver [JacKc]</li>
|
||
<li>Added Pipi & Bibis to the Toaplan drivers [iq_132]</li>
|
||
<li>Cleaned up 1945K-III driver and added support for generic rendering [iq_132]</li>
|
||
<li>Cleaned up the 4 Enraya driver and added support for 'unknown Pacman gambling game' [iq_132]</li>
|
||
<li>Fixed sound in Aquarium driver [Barry]</li>
|
||
<li>Fixed sound in Armed Formation driver [Barry]</li>
|
||
<li>Fixed crash in the Baraduke driver [Barry]</li>
|
||
<li>Fixed Saturn in the Blue Print driver [Barry]</li>
|
||
<li>Fixed sound in Caveman Ninja bootleg in the Caveman Ninja driver [Barry]</li>
|
||
<li>Fixed crash when exiting CPS-1 drivers [Barry]</li>
|
||
<li>Fixed sound in SD Gundam Psycho Salamander no Kyoui in D-Con driver [Barry]</li>
|
||
<li>Fixed coin inputs in Garyoret in the DEC-8 driver [Barry]</li>
|
||
<li>Fixed an app crash in the Garyoret and Gondo drivers in the DEC-8 driver [Barry]</li>
|
||
<li>Fixed orientation in Last Mission in the DEC-8 driver [Barry]</li>
|
||
<li>Fixed Shackled in the DEC-8 driver [Barry]</li>
|
||
<li>Corrected main and sub CPU clocks in the Double Dragon driver [Barry]</li>
|
||
<li>Fixed music tempo in Double Dragon [Barry]</li>
|
||
<li>Improved the volume balance between the YM2151 and the MSM5205's in the Double Dragon driver [Barry]</li>
|
||
<li>Added overclocking support to the Double Dragon driver [Barry]</li>
|
||
<li>Improved video timing and sound balance in the Exed Exes driver [Barry]</li>
|
||
<li>Added sample support to the Galaga driver [Barry]</li>
|
||
<li>Fixed sound in Got-cha Mini Game Festival [Barry]</li>
|
||
<li>Fixed clone of Gyrodine in the Kyugo driver [Barry]</li>
|
||
<li>Fixed orientation of vertical games in the Lady Bug driver [Barry]</li>
|
||
<li>Fixed bootleg of Legend of Kage in the Legend of Kage driver [Barry]</li>
|
||
<li>Added ADPCM sound to Avengers and Trojan in the Legendary Wings driver [Barry]</li>
|
||
<li>Fixed music tempo in the M92 driver [Barry]</li>
|
||
<li>Fixed crash in Magical Cat Adventure driver [Barry]</li>
|
||
<li>Added support for second DAC in Mogua Desse driver [Barry]</li>
|
||
<li>Fixed sound in Mug Smashers driver [Barry]</li>
|
||
<li>Added support for the NeoOpen BIOS v0.1 beta to the NeoGeo driver [Barry]</li>
|
||
<li>Fixed driver reset in Task Force Harrier in the NMK16 driver [Barry]</li>
|
||
<li>Fixed sound in the Afega games in the NMK16 driver [Barry]</li>
|
||
<li>Fixed music tempo in Macross 2 and Thunder Dragon in the NMK16 driver [Barry]</li>
|
||
<li>Big cleanup of the Pacman driver, adding support for Pengo and a few clones [iq_132]</li>
|
||
<li>Fixed orientation of all games in the Pacman driver [Barry]</li>
|
||
<li>Fixed Paint Roller in the Pacman driver and added to release builds [Barry]</li>
|
||
<li>Fixed inputs in Ponpoko in the Pacman driver [Barry]</li>
|
||
<li>Fixed Woodpecker (set 2) in the Pacman driver and added to release builds [Barry]</li>
|
||
<li>Fixed sound in Pass driver [Barry]</li>
|
||
<li>Fixed sound in Power Instinct (bootleg set 2) [Barry]</li>
|
||
<li>Fixed service mode dips in Pushman driver [Barry]</li>
|
||
<li>Fixed crash in Pushman (Korea, set 2) [Barry]</li>
|
||
<li>Added Rally X to release builds since I obviously forgot when I wrote the driver! [Barry]</li>
|
||
<li>Emulated the MCU in the Renegade driver [Barry]</li>
|
||
<li>Emulated the custom ADPCM sound in the Renegade driver [Barry]</li>
|
||
<li>Fixed DAC sound in Route 16 driver [Barry]</li>
|
||
<li>Added NVRAM saving in the Seta 2 driver, meaning that gun callibrations are stored when exiting [Barry]</li>
|
||
<li>Fixed clone of Joe & Mac Returns in Simple 156 driver [Barry]</li>
|
||
<li>Fixed sound in SUNA16 driver [Barry]</li>
|
||
<li>Fixed Get Star (bootleg set 1) in Tiger Heli driver [Barry]</li>
|
||
<li>Emulated MCU in non-bootleg versions of Alcon and Slapfight in Tiger Heli drivers which are now working [Barry]</li>
|
||
<li>Simulated MCU in non-bootleg version of Get Star in Tiger Heli driver which is now working [Barry]</li>
|
||
<li>Added clone of Get Star to the Tiger Heli driver [Barry]</li>
|
||
<li>Added ADPCM sound to Toramich in the Tiger Road driver [Barry]</li>
|
||
<li>Fixed DAC sound in Kabuki-Z in the TNZS driver [Barry]</li>
|
||
<li>Fixed inputs and added sound in bootleg of Toki in the Toki driver [Barry]</li>
|
||
<li>Fixed sound in Jumping Pop in Tumble Pop bootleg driver [Barry]</li>
|
||
<li>Fixed sound in Buccaneers and Kickle Cubele in the Vigilante driver [Barry]</li>
|
||
<li>Fixed orientation in Vulgus [Barry]</li>
|
||
<li>Fixed WWF WrestleFest (US bootleg) in WWF Wrestlefest driver [Barry]</li>
|
||
<li>Fixed sound in Magic Bubble in the Yun Sung 16 driver [Barry]</li>
|
||
<li>Fixed a crash when starting the Neo Geo driver from the command-line [Barry]</li>
|
||
<li>Removed a 64Mb rom limit on Neo Geo sprite ROM size, fixing kof98ae and maybe some others [Barry]</li>
|
||
<li>Fixed an app crash when exiting drivers using the taito_m68705 module [Barry]</li>
|
||
<li>Moved Atari and Kaneko16 into the misc categories and added a category for Irem to the game selection dialog [Barry]</li>
|
||
<li>Fixed nullifying pointers in BurnFree in the Burn memory module [Barry]</li>
|
||
<li>Tidied all drivers in the misc_post90s and misc_pre90s folders, and updated to use Burn Memory module and BURN_SND_CLIP macro [Barry]</li>
|
||
<li>Moved Kaneko Pandora code to it's own file [Barry]</li>
|
||
<li>Moved Air Buster driver to misc_post90s folder [Barry]</li>
|
||
<li>Changed sega_decode_317 in the System1 driver to support external use and removed the duplicated code in the Angel Kids driver [Barry]</li>
|
||
<li>Matched all sets to MAME 0.144u1 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.13</h3>
|
||
<p>This version features what is effectively a new Neo Geo driver. The emulation should be at least as good as before, but now with added support for MVS Multislot and Neo Geo CD. The Neo Geo CD support is preliminary at this stage, compatibility is pretty good, but some games don't work currently.</p>
|
||
<ul>
|
||
<li>Neo Geo Updates<ul>
|
||
<li>Added support for Neo Geo MVS multi-slot emulation and Neo Geo CDZ [Barry, heavily based on some old code from Jan_Klaassen]</li>
|
||
<li>Changed the ISO+MP3 CD Interface module to ISO+WAV [CaptainCPS]</li>
|
||
<li>Added some demo roms to the Neo Geo driver [Barry]</li>
|
||
<li>Added support for the prototype sprite roms to the Neo Geo driver [Barry]</li>
|
||
<li>Fixed text layer tiles in kof10th [iq_132]</li>
|
||
<li>Added a hack to the sprite routines for Samurai Shodown RPG text boxes [iq_132]</li>
|
||
<li>Added prototype of Alpha Mission II to the Neo Geo driver [Barry]</li>
|
||
<li>Added prototype of Burning Fight to the Neo Geo driver [Barry]</li>
|
||
<li>Added prototype of King of the Monsters 2 to the Neo Geo driver [Barry, JacKc]</li>
|
||
<li>Fixed "most recent games" list when using Neo Geo multi-slot [Barry]</li>
|
||
<li>Added a module to identify Neo Geo CD games [CaptainCPS]</li>
|
||
</ul></li>
|
||
<li>Ported H6280 CPU Core from MAME [iq_132]</li>
|
||
<li>Added module to support vector games [iq_132]</li>
|
||
<li>Added driver for Aztarac [iq_132]</li>
|
||
<li>Hooked up analog joystick and dial in Aztarac driver [Barry]</li>
|
||
<li>Added driver for games on Data East DECO16 hardware [iq_132]</li>
|
||
<li>Added clone of Guwange to the Cave driver [Barry]</li>
|
||
<li>Added alternate bootleg of Street Fighter II - champion edition Accelerator! to the CPS-1 driver [JacKc]</li>
|
||
<li>Added two clones of Battle Shark to the Taito-Z driver [Barry]</li>
|
||
<li>Updated all source code with checks for memory used before freeing and NULLing all allocated memory after freeing [Barry]</li>
|
||
<li>Optimised the Irem GA20 sound core [iq_132]</li>
|
||
<li>Changed the MS5205 stream buffer allocation to account for differing refresh rates, fixing the crash in the Double Dragon driver when exiting games [Barry]</li>
|
||
<li>Fixed some stability issues in the Cave drivers [Barry]</li>
|
||
<li>Fixed inputs in Robocop 2 in the DECO16 driver [Barry]</li>
|
||
<li>Fixed savestate support in the Taito-Z driver when no Z80 is present [Barry]</li>
|
||
<li>Fixed an issue where the state of Tatio games was being auto-saved when it shouldn't be [Barry]</li>
|
||
<li>Fixed screen clear code in Toaplan-1 games [Barry]</li>
|
||
<li>Fixed Sound Error in Battle Bakraid [Barry]</li>
|
||
<li>Fixed some stability issues in the Toaplan drivers [Barry]</li>
|
||
<li>Fixed dat file generation module to output the html entities for the characters <> [Barry]</li>
|
||
<li>Updated the description tag of the generated dat files to identify between arcade and Megadrive [Barry]</li>
|
||
<li>Fixed some duplicate game descriptions [Barry]</li>
|
||
<li>Removed a duplicate set of Demon World from the driver [Barry]</li>
|
||
<li>Removed bioses from the driver count in the game selection dialog [Barry]</li>
|
||
<li>Changed the background colour of clones in the game selection dialog to make them stand out a little bit more [Barry]</li>
|
||
<li>Matched all sets to MAME 0.143u9 [Barry]</li>
|
||
<li>Matched the Megadrive sets to MESS 0.143u8 [Barry]</li>
|
||
<li>Updated the help file to reflect above changes [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.12</h3>
|
||
<p><b>Note:</b> This version has some changes to the Megadrive driver. The driver is now based on the MESS software list.</p>
|
||
<p>The game shortnames are prepended by <i>md_</i> to differentiate them from the arcade games where conflicts occur. FB Alpha will look for your roms in the normal zip names, you do <b>not</b> need to create a new copy of the games and prepend <i>md_</i>. It is advisable to have the Megadrive roms in the seventh or eighth rom paths to avoid conflicts with arcade games. Support files will need to retain the <i>md_</i> in order to avoid conflicts, however.</p>
|
||
<p>All Megadrive games are now enabled (except for Virtua Racing because the SVP isn't emulated), most should work, however, some may not.</p>
|
||
<ul>
|
||
<li>Megadrive Changes
|
||
<ul>
|
||
<li>Updated Megadrive driver based on MESS 0.143u7 software list [Barry]</li>
|
||
<li>Made the seventh rom path special like the eighth one so that Megadrive roms can be stored in one of the last two paths and still allow supplementary FB Alpha roms to be in a seperate path [Barry]</li>
|
||
<li>Made the short name in the game selection dialog slightly longer to accomodate the Megadrive short names [Barry]</li>
|
||
<li>Increased the maximum number for sek handlers to 10 [Barry]</li>
|
||
<li>Added better SRAM support and support for custom mappers as per MESS [Barry]</li>
|
||
<li>Removed menu option for making a datfile with both arcade games and Megadrive games, the two would conflict, and arcade and Megadrive dats need to be handled seperately [Barry]</li>
|
||
<li>Updated the dat file creation module to remove the <i>md_</i> from the Megadrive shortnames [Barry]</li>
|
||
</ul></li>
|
||
<li>Added clone of Aquajack to the Taito-Z driver [Barry]</li>
|
||
<li>Added clone of Vigilante to the Vigilante driver [Barry]</li>
|
||
<li>Fixed music tempo and continuity in Item M90 and M92 drivers [iq_132]</li>
|
||
<li>Added option to the YM2413 to decrease volume and used it to correct sound in the Mitchell driver [Barry]</li>
|
||
<li>Fixed the gun inputs in Zombie Raid [Barry]</li>
|
||
<li>Fixed the support file path creation for the IPS folders on app init [Barry]</li>
|
||
<li>Fixed immediate update of Apply Patches checkbox in game selection dialog when applying IPS Patches [Barry]</li>
|
||
<li>Added ability to search the drivers short name as well as the description in the Game Selection dialog [Barry]</li>
|
||
<li>Made the Game Selection dialog search interactive and removed the Search button [Barry]</li>
|
||
<li>Made the Game Selection dialog choose the current loaded game if a game is currently loaded [Barry]</li>
|
||
<li>Fixed crash when (de)selecting auto-frameskip and using the DirectSound audio module [Barry]</li>
|
||
<li>Restored the uxtheme style for the application [Barry]</li>
|
||
<li>Matched all sets to MAME 0.143u7 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.11</h3>
|
||
<ul>
|
||
<li>Readded the IPS Manager functionality, updating it to support x64 and the new PNG routines [Barry]</li>
|
||
<li>Added a search option to the Game Selection dialog [Barry]</li>
|
||
<li>Updated the help file to reflect above changes [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.10</h3>
|
||
<ul>
|
||
<li>Redesigned the game selection dialog [Barry]</li>
|
||
<li>Added a dialog to view roms and/or samples required by a driver to the game selection dialog [Barry]</li>
|
||
<li>Removed the incomplete Neo Geo multi-slot implementation [Barry]</li>
|
||
<li>Removed the "save decrypted C roms" functionality [Barry]</li>
|
||
<li>Removed the jukebox functionality and resources [Barry]</li>
|
||
<li>Removed support for datfiles other than the latest ClrMAME format [Barry]</li>
|
||
<li>Removed the package importer and resources [Barry]</li>
|
||
<li>Removed the menu themes and resources [Barry]</li>
|
||
<li>Removed skins and resources [Barry]</li>
|
||
<li>Removed the gamelist translation module and resources [Barry]</li>
|
||
<li>Removed icons support and resources [Barry]</li>
|
||
<li>Removed the favourites functionality and resources [Barry]</li>
|
||
<li>Removed the context menu from the game selection dialog [Barry]</li>
|
||
<li>Removed IPS Patch functionality and resources [Barry]</li>
|
||
<li>Removed the game information dialog and resources [Barry]</li>
|
||
<li>Removed unneeded support file paths and resources [Barry]</li>
|
||
<li>Removed IPS Patch functionality and resources [Barry]</li>
|
||
<li>Restructured source code and removed any unneeded modules [Barry]</li>
|
||
<li>Removed PNGlib and updated preview loading code to use libPNG [Barry, heavily based on some old code from Jan_Klaassen]</li>
|
||
<li>Updated preview loading code to allow interpolation on resizing [Barry, heavily based on some old code from Jan_Klaassen]</li>
|
||
<li>Fixed the localisation template support [Barry]</li>
|
||
<li>Tidied up the resource files [Barry]</li>
|
||
<li>Added flag to the makefile allowing X86 assembly code to not be built, and added support in the code to not build X86 assembly when defined [Barry]</li>
|
||
<li>Fixed sound rendering in the YM2151 module when not using the MMX routines [Barry]</li>
|
||
<li>Tidied up the source code to compile with Microsoft tools when building in an X64 environment [Barry]</li>
|
||
<li>Added an option in the makefile to build an X64 binary, and updated the VC makefile and source code to support it [Barry]</li>
|
||
<li>Added ability to change the volume of the YM2203 module and used it to bring down the volume in the 1943 driver [Barry]</li>
|
||
<li>Fixed FM Interpolation rendering routine in the YM2203 module [Barry]</li>
|
||
<li>Added support for the YM2610 module to mix the sounds into one stream (mono) and updated the Bonze Adventure, Darius 2, Operation Thunderbolt, Taito-B, Taito-Z and Welltris drivers to use it [Barry]</li>
|
||
<li>Added Super Chase to release builds as it works fine except for sound [Barry]</li>
|
||
<li>Fixed missing sounds in the 1943 driver [Barry]</li>
|
||
<li>Disabled the corrupt boot screen in Last Hope in the Neo Geo driver [Barry, with info from Johnboy]</li>
|
||
<li>Corrected default dip values in the PS2 datafile System 16B version of Bloxeed [Barry]</li>
|
||
<li>Fixed some rom sizes in the Irem M72 driver [Barry]</li>
|
||
<li>Updated the help file based on the above feature cull [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.09</h3>
|
||
<ul>
|
||
<li>Ported the ARM CPU core from MAME [iq_132]</li>
|
||
<li>Ported the MSM5205 sound core from MAME, replacing the old core [iq_132]<ul>
|
||
<li>Updated the Asuka driver to use it [Barry]</li>
|
||
<li>Updated the Double Dragon driver to use it [Barry]</li>
|
||
<li>Updated the Street Fighter driver to use it [iq_132]</li>
|
||
<li>Updated the Taito Misc driver to use it, giving ADPCM sound in Darius [Barry]</li>
|
||
<li>Updated the Tecmo driver to use it [Barry]</li>
|
||
</ul></li>
|
||
<li>Ported the ES8712 sound core from MAME [iq_132]</li>
|
||
<li>Updated the TMZ280B core to support missing sound modes [iq_132]</li>
|
||
<li>Tidied up the samples interface [Barry]<ul>
|
||
<li>Updated the DrvBurnStruct to support sample filename, and sample lists</li>
|
||
<li>Updated the sample module initialisation to use the BurnSampleInfo struct</li>
|
||
<li>Updated the Rally X driver to use the new code</li>
|
||
<li>Added the sample path to the Support Path dialog and the config file making it configurable</li>
|
||
<li>Added a Sample Info tab to the game information dialog</li>
|
||
<li>Added "uses samples from" info to the game information, game selection, and jukebox dialogs</li>
|
||
<li>Added sample support to the dat file writing module</li>
|
||
</ul></li>
|
||
<li>Updated the zlib library to v1.2.5 [Barry]</li>
|
||
<li>Updated the libpng library to v1.5.4 [Barry]</li>
|
||
<li>Added regret's DirectInput8 module and updated it for FB Alpha, replacing the DirectInput7 module [Barry]</li>
|
||
<li>Removed dependency on dxguid lib since it is no longer available [Barry]</li>
|
||
<li>Added ability to compile without A68K, definable via BUILD_A68K makefile option [Barry]</li>
|
||
<li>Rewrote the Taito TC0100SCN module and updated all the drivers that used it, adding support for multiple screens and hopefully making it faster [Barry]</li>
|
||
<li>Added double width support to the TC0480SCP module [Barry]</li>
|
||
<li>Added multiple chip support to the PC080SN module [Barry]</li>
|
||
<li>Fixed sprite rendering order in Warrior Blade [Barry]</li>
|
||
<li>Added a memory management module to the burn library [iq_132]</li>
|
||
<li>Added support to the generic tiles module to decode single tiles [Barry]</li>
|
||
<li>Reduced the volume in the K053260 core to remove distortion and corrected the left and right channels [Barry, reported by Huggybaby]</li>
|
||
<li>Fixed Loop Address in Sega PCM Module, as per MAME 0.141u1, fixing sound in Super Monaco Grand Prix [Barry]</li>
|
||
<li>Added driver for Backfire [iq_132]</li>
|
||
<li>Added driver for Chack'n Pop [iq_132]</li>
|
||
<li>Added driver for Darius II (dual screen) and Warrior Blade [Barry]</li>
|
||
<li>Added driver for games on Data East Simple 156 System hardware [iq_132]</li>
|
||
<li>Added driver for Dynamite Duke [iq_132]</li>
|
||
<li>Added driver for games on Gaelco hardware [iq_132]</li>
|
||
<li>Added driver for games on Irem M62 hardware [Barry]</li>
|
||
<li>Added driver for games on Irem M63 hardware [iq_132]</li>
|
||
<li>Added driver for games on Irem M72 hardware [iq_132]</li>
|
||
<li>Added driver for games on Irem M90 hardware, replacing old driver [iq_132]</li>
|
||
<li>Added driver for games on Irem M92 hardware, replacing old driver [iq_132]</li>
|
||
<li>Added driver for Lord of Gun and Alien Challenge [iq_132]</li>
|
||
<li>Added driver for Marine Boy [kenshiro]</li>
|
||
<li>Added driver for Operation Thunderbolt [Barry]</li>
|
||
<li>Added driver for Pocket Gal Deluxe [iq_132]</li>
|
||
<li>Added Cave games to the PGM driver and made other improvements to the driver [iq_132]</li>
|
||
<li>Added some non-working clones to the PGM driver [JacKc]</li>
|
||
<li>Added driver for the S2650 based Pacman games [iq_132]</li>
|
||
<li>Added Fantasy Zone 2 to the Sega System 16B driver [Barry]</li>
|
||
<li>Added driver for games on Seta hardware [iq_132]</li>
|
||
<li>Added driver for Success Joe [iq_132]</li>
|
||
<li>Added driver for games on Taito-B hardware [iq_132]</li>
|
||
<li>Added driver for games on Tecmo System hardware [iq_132]</li>
|
||
<li>Added driver for Varia Metal [iq_132]</li>
|
||
<li>Added driver for World Cup '90 bootleg hardware [Barry]</li>
|
||
<li>Added driver for Xor World [iq_132]</li>
|
||
<li>Added The Pit to the Galaxian driver [Barry]</li>
|
||
<li>Added Triple Draw Poker to the Galaxian driver [Barry]</li>
|
||
<li>Added Puzzle Break to the Hyper Pacman driver [Barry]</li>
|
||
<li>Added a module for the Taito TC0180VCU tilemap chip [iq_132]</li>
|
||
<li>Added a module for the Tatio TC0640FIO I/O chip [Barry]</li>
|
||
<li>Ported MAME's Time Keeper module to FB Alpha [Barry]</li>
|
||
<li>Fixed some inputs in the Taito B driver [Barry]</li>
|
||
<li>Added Thunder Fox to the Taito F2 driver [Barry]</li>
|
||
<li>Added Operation Wolf 3, Slapshot and Top Speed to the Taito Misc driver [Barry]</li>
|
||
<li>Added Volfied to the Taito Misc driver [Barry]</li>
|
||
<li>Added bootleg of 1943 to the 1943 driver [Barry]</li>
|
||
<li>Added 2 clones to the 1943 driver [Barry]</li>
|
||
<li>Added clone of Armed Formation to the Armed Formation driver [Barry]</li>
|
||
<li>Added clone of Black Tiger to the Black Tiger button [Barry]</li>
|
||
<li>Added clone of Blood Bros. to the Blood Bros. driver [BisonSAS]</li>
|
||
<li>Added Koro Koro Quest and Crusher Makochan to the Cave driver [iq_132]</li>
|
||
<li>Removed fake region switches and added clones to Air Gallet, Mazinger Z and Pretty Soldier Sailor Moon in the Cave driver [Barry]</li>
|
||
<li>Added clone of 1941 to the CPS-1 driver [Barry]</li>
|
||
<li>Added bootleg of Cadillacs and Dinosaurs (Dinosaur Hunter) to the CPS-1 driver [Barry, JacKc]</li>
|
||
<li>Added 2 clones of Captain Commando to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Dynasty Wars to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Final Fight to the CPS-1 driver [Barry]</li>
|
||
<li>Added 2 clones of Forgotten Worlds to the CPS-1 driver [Barry]</li>
|
||
<li>Added 2 clones of King of Dragons to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Knights of the Round to the CPS-1 driver [Barry]</li>
|
||
<li>Added bootleg of The Punisher to the CPS-1 driver [JacKc]</li>
|
||
<li>Added bootleg of Street Fighter 2 to the CPS-1 driver [Barry]</li>
|
||
<li>Added 2 clones of Street Fighter 2 to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Street Fighter 2 Champion Edition to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of UN Squadron to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Dungeons & Dragons: Tower of Doom to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Eco Fighters to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Gigawing to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Marvel vs. Capcom to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Ring of Destruction to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Street Fighter Alpha to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Street Fighter Alpha 2 to the CPS-2 driver [Barry]</li>
|
||
<li>Added 2 clones of Street Fighter Alpha 3 to the CPS-2 driver [Barry]</li>
|
||
<li>Added 3 clones of X-Men: Children of the Atom to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of X-Men vs. Street Fighter to the CPS-2 driver [Barry]</li>
|
||
<li>Added several Phoenix sets to the CPS-2 driver [Barry]</li>
|
||
<li>Added clones of Red Earth to the CPS-3 driver [Barry]</li>
|
||
<li>Added support to the CPS-3 driver for JoJo's Venture USA BIOS [Barry]</li>
|
||
<li>Added support to the CPS-3 driver for Street Fighter III Hispanic BIOS [Barry]</li>
|
||
<li>Added 2 clones of Street Fighter Zero to the CPS Changer driver [Barry]</li>
|
||
<li>Added 3 clones of Street Fighter Zero to the CPS Changer driver [JacKc]</li>
|
||
<li>Added clone of Double Dragon to the Double Dragon driver [Barry]</li>
|
||
<li>Added clone of Biomechanical Toy to the Gaelco driver [Barry]</li>
|
||
<li>Added clone of Amidar to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Defend the Terra Attack on the Red UFO to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Hot Shocker to the Galaxian driver [Barry]</li>
|
||
<li>Added 2 clones of Moon Cresta to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Moon Shuttle to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Scorpion to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Scramble to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Streaking to the Galaxian driver [Barry]</li>
|
||
<li>Added bootleg of Gyruss to the Gyruss driver [Barry]</li>
|
||
<li>Added clone of Parodius DA! to the Konami driver [Barry]</li>
|
||
<li>Added clone of Teenage Mutant Ninja Turtles to the Konami driver [Barry]</li>
|
||
<li>Added clone of Iron Clad to the Neo Geo driver [JacKc]</li>
|
||
<li>Added clone of Jockey GP to the Neo Geo driver [Barry]</li>
|
||
<li>Added clone of King of Fighters '97 to the Neo Geo driver [Barry]</li>
|
||
<li>Added clone of King of Fighters '98 to the Neo Geo driver [Barry]</li>
|
||
<li>Added Last Hope to the Neo Geo driver [Barry, Robert]</li>
|
||
<li>Added clone of Quiz Daisousa Sen to the Neo Geo driver [Barry, JacKC]</li>
|
||
<li>Added clone of Quiz King of Fighters to the Neo Geo driver [Barry, JacKC]</li>
|
||
<li>Added clone of Real Bout Fatal Fury Special to the Neo Geo driver [Barry, JacKC]</li>
|
||
<li>Added Oriental Legend Special Plus to the PGM driver[iq_132, info from CreamyMami]</li>
|
||
<li>Added clone of Prehistoric Isle to the Prehistoric Isle driver [Barry]</li>
|
||
<li>Added clone of Space Bomber to the Psikyo SH-2 driver [Barry]</li>
|
||
<li>Added clone of Fantasy Zone to the Sega System 16A driver [Barry]</li>
|
||
<li>Added clone of Shinobi to the Sega System 16A driver [Barry]</li>
|
||
<li>Added clone of Bloxeed to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Fantasy Zone to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Heavyweight Champ to the Sega System 16B diver [Barry]</li>
|
||
<li>Added the ISG bootlegs to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Desert Breaker to the Sega System 18 driver [Barry]</li>
|
||
<li>Added clone of Galaxy Force 2 to the Sega Y-Board driver [Barry]</li>
|
||
<li>Added clone of Rail Chase to the Sega Y-Board driver [Barry]</li>
|
||
<li>Added clone of Street Fighter to the Street Fighter driver [Barry]</li>
|
||
<li>Added clone of Armed Police Batrider to the Toaplan-2 driver [Barry]</li>
|
||
<li>Added clone of Dogyuun to the Toaplan-2 driver [Barry]</li>
|
||
<li>Added clone of Vigilante to the Vigilante driver [Barry]</li>
|
||
<li>Made the foreground layer in Air Buster transparent [Barry, reported by BisonSAS]</li>
|
||
<li>Fixed the background rendering in Anteater [Barry]</li>
|
||
<li>Tidied the dips in the Blood Bros. driver [BisonSAS]</li>
|
||
<li>Tidied up the dips, titles, and manufacturers in the Cave driver as well as fixing EEPROM config in Hotdog Storm and Metomoquester and fixing savestates [BisonSAS]</li>
|
||
<li>Made the Resale versions of CPS-1 games run at 12MHz [Barry]</li>
|
||
<li>Tidied up dips and added Unicode title to the Crash Race driver [BisonSAS]</li>
|
||
<li>Forced the Demon World driver to use the Musashi 68000 core [iq_132]</li>
|
||
<li>Fixed the Gun Smoke driver video and sound speed [Lantus]</li>
|
||
<li>Added unicode titles, fixed some inputs and dips, and corrected some resolutions in all of the Konami drivers [BisonSAS]</li>
|
||
<li>Fixed the sprite offset in the Konami Ultraman driver [BisonSAS]</li>
|
||
<li>Fixed inputs and dips and added Unicode titles to the Magical Cat Adventure driver [BisonSAS]</li>
|
||
<li>Fixed an error in the Metal Slug 5 (bootleg) driver initialisation [kenshiro]</li>
|
||
<li>Fixed inputs and added Unicode title to the Mogura driver [BisonSAS]</li>
|
||
<li>Labelled the HyperFlip button in Moon War [Barry]</li>
|
||
<li>Tidied up the Power Instinct driver fixing some Z80 handling, Z80 reads and writes, sound hardware handling and boosted the interleave to fix the sound [Barry, reported by BisonSAS]</li>
|
||
<li>Fixed a romsize in the Robocop driver [JacKc]</li>
|
||
<li>Correctly cleared the screen in the Seta2 driver, fixing Subsino logo in Penguin Brothers [Barry, reported by BisonSAS]</li>
|
||
<li>Added unicode titles to the Tumble Pop bootleg driver [BisonSAS]</li>
|
||
<li>Fixed dip switches in the Turbo Outrun driver [Barry]</li>
|
||
<li>Fixed inputs and dips and added Unicode titles to the Welltris driver [BisonSAS]</li>
|
||
<li>Corrected clocks in the Double Dragon driver [Barry]</li>
|
||
<li>Corrected clocks in World Cup 90 as per MAME 0.136u4 [Barry]</li>
|
||
<li>Added ability to adjust CPU speed in the World Cup 90 driver [Barry]</li>
|
||
<li>Added ability to adjust CPU speed in the Sega drivers [Barry]</li>
|
||
<li>Added ability to adjust CPU speed in the Megadrive driver [Barry, suggested by manliodp]</li>
|
||
<li>Fixed a psikyosh crash and implemented the graphics banking[iq_132]</li>
|
||
<li>Fixed rotated screenshots [BisonSAS, regret (FBAShuffle)]</li>
|
||
<li>Fixed the "include" implementation in the cheat file parser [BisonSAS]</li>
|
||
<li>Removed kof95a as it seems to be a bad dump [JacKc]</li>
|
||
<li>Excluded Neo Geo "decrypted C sets" from the build [Barry]</li>
|
||
<li>Added support to the Neo Geo driver for a new BIOS rom [Barry]</li>
|
||
<li>Corrected the Iron Clad V3 rom in the Neo Geo driver [JacKc]</li>
|
||
<li>Updated the Forgotton Worlds alt gfx set loading routine to support the new rom layout [Barry]</li>
|
||
<li>Updated the CPS-1 mappers as per MAME [Barry]</li>
|
||
<li>Updated the dat file writing module to ignore the CPS-3 driver when writing the ROM_VERIFY dat [Barry]</li>
|
||
<li>Fixed priorities in Magical Cat Adventure driver [iq_132]</li>
|
||
<li>Fixed sprites in Bloxeed, making it working [Barry]</li>
|
||
<li>Improvements to the M68705 core [iq_132]</li>
|
||
<li>Tidied up the dips and the driver for Batrider, Battle Garegga, Batsugun and Dogyuun [JackC]</li>
|
||
<li>Added 1360x768 to the auto-detect aspect ratio code [CaptainCPS]</li>
|
||
<li>Fixed the favorites feature with drivers longer than 8 characters [CaptainCPS]</li>
|
||
<li>Reverted back to the perl script for generating driverlist.h and amended it to support the changes to the BurnDriver struct since it was last used [Barry]</li>
|
||
<li>Tidied code to build without warning using GCC 3.4.5 and GCC 4.5.2 [Barry]</li>
|
||
<li>Updated the compile guides to work with the newest available tools [Barry]</li>
|
||
<li>Matched all sets to MAME 0.143u6 [Barry]</li>
|
||
</ul>
|
||
|
||
|
||
<h3>v0.2.97.08</h3>
|
||
<ul>
|
||
<li>Added a sample player to the Burn library to allow external samples to used with drivers [iq_132]</li>
|
||
<li>Added a module to display LEDs on screen [iq_132]</li>
|
||
<li>Ported MAME's M6805 core and added an interface for it to the burn library [iq_132]</li>
|
||
<li>Added an interface to the M68705 core for Taito games [iq_132]</li>
|
||
<li>Enabled the Y8950 emulation in fmopl.c and created a module for it in the burn library [Barry]</li>
|
||
<li>Fixed VSynch support in all blitters [CaptainCPS]</li>
|
||
<li>Added a RGB hex display to the Palette Viewer [Barry]</li>
|
||
<li>Added support to the System 16 FD1094 interface for multiple CPUs [Barry]</li>
|
||
<li>Added memory callback support to the HD6309 core interface [Barry]</li>
|
||
<li>Added custom tile size support to the Generic Tiles Rendering module [Barry]</li>
|
||
<li>Added generic rendering for games using transparency tables [iq_132]</li>
|
||
<li>Added support to the Namco Sound module for stereo sound and fixed the mono output [iq_132]</li>
|
||
<li>Added CUS30 handling to the Namco Sound module [iq_132]</li>
|
||
<li>Enabled m6803_internal_register_r in the M6800 CPU core [iq_132]</li>
|
||
<li>Added driver for Air Buster [iq_132]</li>
|
||
<li>Added driver for games on Angel Kids hardware [iq_132]</li>
|
||
<li>Added driver for Baraduke [iq_132]</li>
|
||
<li>Added driver for Egg Hunt [iq_132]</li>
|
||
<li>Added driver for Fairy Land Story [iq_132]</li>
|
||
<li>Added driver for Ginga NinkyouDen [iq_132]</li>
|
||
<li>Hooked up the Y8950 sound in Ginga NinkyouDen [Barry]</li>
|
||
<li>Added driver for games on Lady Bug hardware [iq_132]</li>
|
||
<li>Added driver for Markham [iq_132]</li>
|
||
<li>Added driver for Mogura Desse [iq_132]</li>
|
||
<li>Added driver for Pushman [iq_132]</li>
|
||
<li>Added driver for Sky Kid [iq_132]</li>
|
||
<li>Added driver for Speed Spin [iq_132]</li>
|
||
<li>Added driver for Asuka & Asuka and similar games on Taito hardware [iq_132 (thanks to JackC for testing)]</li>
|
||
<li>Added driver for Welltris [iq_132]</li>
|
||
<li>Added clone of 1942 to the 1942 driver [Barry]</li>
|
||
<li>Added clone of Arkanoid to the Arkanoid driver [Barry]</li>
|
||
<li>Enabled clones of Arkanoid that require the M68705 CPU [iq_132]</li>
|
||
<li>Added bootleg of Final Fight to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Pang 3 to the CPS-1 driver [Barry]</li>
|
||
<li>Added Street Fighter 2 (Double K.O. Turbo II) bootleg to the CPS-1 driver [iq_132]</li>
|
||
<li>Added clone of Dark Stalkers to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Dungeons & Dragons: Shadow Over Mystara to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Hyper Street Fighter 2 to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Mega Man 2 to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Super Puzzle Fighter 2 Turbo to the CPS-2 driver [Barry]</li>
|
||
<li>Rewrote the Dec0 driver from scratch (currently preliminary) [Barry]</li>
|
||
<li>Added Dark Tower to the Double Dragon driver [Barry]</li>
|
||
<li>Added clone of Moon Cresta to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Scramble to the Galaxian driver [Barry]</li>
|
||
<li>Added WOW New Fantasia to the Gals Panic driver [BisonSAS]</li>
|
||
<li>Added clone of Ghosts n' Goblins to the Ghost's n' Goblins driver [Barry]</li>
|
||
<li>Added clone of X-Men to the Konami driver [Barry]</li>
|
||
<li>Added clone of Airwolf to the Kyugo driver [Barry]</li>
|
||
<li>Added clone of Last Duel to the Mad Gear driver [Barry]</li>
|
||
<li>Added clone of King of Fighters '95 to the Neo Geo driver [iq_132]</li>
|
||
<li>Added clone of Samurai Shodown II to the Neo Geo driver [Barry]</li>
|
||
<li>Added clone of Samurai Shodown IV to the Neo Geo driver [Barry]</li>
|
||
<li>Added Ironclad to the the Neo Geo driver [iq_132]</li>
|
||
<li>Added kof96ep, kof97pla, kf2k1pls, kf2k1pa, cthd2k3a, kf2k2plb, kf2k2plc, kf2k4pls, mslug5b, kof96cn, kof96ae, kof97cn, kof97xt, kof98ae and kf2k2ps2 to the Neo Geo driver [Barry]</li>
|
||
<li>Added Popeye-Man to the Pacman driver [Barry]</li>
|
||
<li>Added preliminary driver for Rally X [Barry]</li>
|
||
<li>Added clone of Alien Syndrome to the Sega System 16B driver [Barry]</li>
|
||
<li>Added clone of Super Hang-On to the Sega Hang-On driver (enabled in debug builds only because it doesn't work) [Barry]</li>
|
||
<li>Added clone of Mega Blast to the Taito F2 driver [Barry]</li>
|
||
<li>Enabled clones of Tiger Heli that require the M68705 core [iq_132]</li>
|
||
<li>Added Demon World, Fire Shark, Rally Bike, and Vimana to the Toaplan-1 driver [iq_132]</li>
|
||
<li>Added Knuckle Bash 2 to the Toaplan-2 driver [iq_132]</li>
|
||
<li>Added clone of Outzone to the Toaplan-1 driver [Barry]</li>
|
||
<li>PGM Changes [iq_132]<ul>
|
||
<li>02-27-2010<ul>
|
||
<li>Added kov2a and kov2b (kov2b is disabled) partially dumped sets</li>
|
||
<li>Thanks to JackC for helping sort a few sets.</li>
|
||
</ul></li>
|
||
<li>12-05-2009<ul>
|
||
<li>Added Happy6in1 (XingXing)</li>
|
||
<li>Added newer 68k bios (XingXing)</li>
|
||
<li>Added fake dip switch to switch beween 68k bios versions</li>
|
||
<li>Added kovsh103 (XingXing)</li>
|
||
<li>Added martmastc102 (XingXing)</li>
|
||
<li>Added region dips for martmastc102</li>
|
||
<li>Added proper dump for demon front (alt) (XingXing)</li>
|
||
<li>Added several pgm bootleg/hacks from MAME Plus</li>
|
||
<li>Added proper dump for orlegendc</li>
|
||
<li>Labeled region dips as "fake" as they are really hacks since PGM games usually have their regions supplied by the protection devices.</li>
|
||
</ul></li>
|
||
</ul></li>
|
||
<li>Corrected the CPU clocks in the Outrun driver as per MAME 0.135u4 [Barry]</li>
|
||
<li>Fixed a memory issue when exiting the CPS-1 driver [iq_132]</li>
|
||
<li>Fixed a crash when loading games in the Blood Bros. driver [BisonSAS and iq_132]</li>
|
||
<li>Fixed graphics in My Angel 2 [iq_132]</li>
|
||
<li>Emulated the M68705 in Legend of Kage rather than simulate it [iq_132]</li>
|
||
<li>Added layer disable to the CPS-3 driver [iq_132]</li>
|
||
<li>Fixed CPS-3 sound synch when using non-standard frame rates [CaptainCPS]</li>
|
||
<li>Fixed a romname in mslug4nd [kenshiro]</li>
|
||
<li>Fixed init bug in Guardians in the Seta-2 driver [kenshiro]</li>
|
||
<li>Added UniCode titles and fixed some details in the Cross Pang driver [BisonSAS]</li>
|
||
<li>Fixed crash in the D-Con driver [BisonSAS and iq_132]</li>
|
||
<li>Corrected dipswitches in the F-1 Grand Prix driver [BisonSAS</li>
|
||
<li>Fixed graphics in Fantasia II (Less Explicit) in the Gals Panic driver [BisonSAS]</li>
|
||
<li>Fixed crash in Ultra Balloon (SunA16 driver) [Bruce Lee and iq_132]</li>
|
||
<li>Various fixes in the Tao Taido driver [BisonSAS]</li>
|
||
<li>Added a new support file importer module [CaptainCPS]</li>
|
||
<li>Added option to use a background image in the menu bar [CaptainCPS]</li>
|
||
<li>Updated the jukebox and improved Neo Geo support [CaptainCPS]</li>
|
||
<li>Converted the driver list generation perl script to C++ and changed the documentation output to HTML [CaptainCPS]</li>
|
||
<li>Fixed an issue when loading tracklists in the jukebox [CaptainCPS]</li>
|
||
<li>Updated the megadrive driver to the latest one generated from the database on barryharris.me.uk [Barry]</li>
|
||
<li>Matched all sets to MAME 0.136u3 [Barry]</li>
|
||
<li>Updated libpng to version 1.4.0 [Barry]</li>
|
||
<li>Fixed a MSVC compile issue with the latest libpng [CaptainCPS]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.07</h3>
|
||
<ul>
|
||
<li>Ported YM2413 core from SMS Plus and added an interface for it [Barry]</li>
|
||
<li>Added a seperate timer to the YM3812 interface allowing the chip to be used with other FM chips and updated all the drivers that use it [Barry]</li>
|
||
<li>Added support to the AY8910 core to handle the ports outside of the init function, and updated the YM2203 interface to use them [iq_132]</li>
|
||
<li>Fixed a stupid bug I introduced in the K051649 core [Barry]</li>
|
||
<li>Added timer support for the M6502 CPU [iq_132]</li>
|
||
<li>Seperated the op code area for the M6502 CPU [iq_132]</li>
|
||
<li>Fixed cheat support in the SH-2 CPU core [iq_132]</li>
|
||
<li>Small fix to the Z80 core to reset the registers [iq_132]</li>
|
||
<li>Fixed typo in the HD6309 core as per MAME 0.132u4 [iq_132]</li>
|
||
<li>Added a palette viewer for games on Cave, CPS-1/2/3, Megadrive, Neo Geo, PGM, Psikyo and Toaplan hardware and any game using the generic tiles module, which covers most games [Barry]</li>
|
||
<li>Fixed the XML Dat file output to properly support ampersands in rom names [Barry]</li>
|
||
<li>Made the maximum rom name length 100 characters instead of 32 [Barry]</li>
|
||
<li>Added a warning to BurnTransferCopy when BurnTransferInit hasn't been called [iq_132]</li>
|
||
<li>Fixed an issue with reporting some sound options in the System Info dialog that came about when changing the sound interface to plug-ins [Barry]</li>
|
||
<li>Removed the active Z80 core from the System Info dialog as the ZET interface only supports one core [Barry]</li>
|
||
<li>Added support for Vista, Server 2008 and Windows 7 detection to the System Info dialog [Barry]</li>
|
||
<li>Added an Atari filter to the game selection dialog [Barry]</li>
|
||
<li>Added driver for Blood Bros. and Sky Smasher [iq_132]</li>
|
||
<li>Added driver for D-Con and SD Gundam Psycho Salamander no Kyoui [iq_132]</li>
|
||
<li>Added a preliminary driver for games on DEC-8 hardware [iq_132]</li>
|
||
<li>Added a preliminary driver for Gauntlet [Barry]</li>
|
||
<li>Added driver for games on Karnov hardware [iq_132]</li>
|
||
<li>Added driver for Konami Twin 16 hardware [iq_132]</li>
|
||
<li>Added Bells & Whistles and Sunset Riders to the Konami drivers [Barry]</li>
|
||
<li>Added Lightning Fighters, Punk Shot, Quiz Gakumon no Susume, Teenage Mutant Ninja Turtles - Turtles in Time, Thunder Cross II to the Konami drivers [iq_132]</li>
|
||
<li>Added driver for Mitchell hardware [Barry]</li>
|
||
<li>Added driver for games on NMK16 hardware [iq_132]</li>
|
||
<li>Added driver for games on Psikyo SH hardware [iq_132]</li>
|
||
<li>Added driver for Return of the Invaders [iq_132]</li>
|
||
<li>Added driver for scooter Shooter [iq_132]</li>
|
||
<li>Added Atomic Point and Snapper to the Sega System 16B driver [Barry]</li>
|
||
<li>Added driver for Speed Rumbler [iq_132]</li>
|
||
<li>Added preliminary driver for Toki [iq_132]</li>
|
||
<li>Added driver for Vendetta, press F2 whilst booting to pass the ROM test [iq_132]</li>
|
||
<li>Added driver for games on Yun Sung 16 hardware [iq_132]</li>
|
||
<li>Added driver for WWF Superstars [iq_132]</li>
|
||
<li>Added bootleg of Street Fighter 2 to the CPS-1 driver [Barry]</li>
|
||
<li>Added Street Fighter II - Champion Edition Accelerator! bootleg to the CPS-1 driver [Barry]</li>
|
||
<li>Added Street Fighter II Quicken Pt-I bootleg to the CPS-1 driver [Barry]</li>
|
||
<li>Added sf2m9, sf2m10, sf2m11 and sf2m12 to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of Dungeons & Dragons to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Battle of Atlantis to the Galaxian driver [Barry]</li>
|
||
<li>Added a clone of Dambusters to the Galaxian driver [Barry]</li>
|
||
<li>Added Kamakazi III to the Galaxian driver [Barry]</li>
|
||
<li>Added various games and clones to the New Zealand Story driver [iq_132]</li>
|
||
<li>Added clone of Pacman to the Galaxian driver [Barry]</li>
|
||
<li>Added Phoenix Part 2 to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Space War S to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Strategy X to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Metal Slug 4 to the Neo Geo driver [Barry]</li>
|
||
<li>Added clone of Outrun to the Outrun driver [Barry]</li>
|
||
<li>Added a clone to the Shadow Force driver [Barry]</li>
|
||
<li>Added Back Fire to the Tecmo driver [iq_132]</li>
|
||
<li>Added clone of Hellfire to the Toaplan-1 driver [Barry]</li>
|
||
<li>Added clone of Battle Garegga to the Toaplan-2 driver [Barry]</li>
|
||
<li>Added clone of X-Men to the X-Men driver [Barry]</li>
|
||
<li>Fixed potential memory leak in the Tengai driver rom loading [kenshiro]</li>
|
||
<li>Fixed the palette decoding in Dambusters to work with the correct PROM dump [Barry]</li>
|
||
<li>Added Z-Rejection support to the K053245 module, fixing sprites in Bells & Whistles and Sunset Riders [iq_132]</li>
|
||
<li>Added a module for the Konami K053936 IC module [iq_132]</li>
|
||
<li>Added shadow support to the Konami IC chips where necessary [iq_132]</li>
|
||
<li>Fixed Cue Brick [Barry]</li>
|
||
<li>Fixed an issue with coin inputs in the 2 Player versions of Crime Fighters [iq_132]</li>
|
||
<li>Fixed the Haunted Castle driver [Rasek, iq_132]</li>
|
||
<li>Fixed an issue with the Konami Twin 16 driver when compiling with VC [Barry]</li>
|
||
<li>Added support for the new graphic roms in gradius2 [Barry]</li>
|
||
<li>Fixed savestates in the Gyrus driver [iq_132]</li>
|
||
<li>Fixed the sound in Scooter Shoorer [Barry]</li>
|
||
<li>Tidied up the Mad Gear driver to support the new sets and increased interleave which fixes the music [Barry]</li>
|
||
<li>Modified the Power Instinct driver to use the generic drawing routines [iq_132]</li>
|
||
<li>Added Mobile Suit Gundam EX Revue and the Sammy shooting games to the Seta2 driver [iq_132]</li>
|
||
<li>Fixed the gun inputs in the Sammy shooting games [Barry]</li>
|
||
<li>Added the ability to read from the X1-010 sound chip and hooked it up in the Seta2 driver, improving the sound [Barry]</li>
|
||
<li>Fixed memory leaks in the Shadow Force driver's graphic rom loading [kenshiro]</li>
|
||
<li>Tidied the Toki driver and added sound [Barry]</li>
|
||
<li>PGM Updates [iq_132]
|
||
<ul>
|
||
<li>Fixed kov2106 thanks to the FBA Shuffle team :) [iq_132]</li>
|
||
<li>Added a few small speedups
|
||
<ul>
|
||
<li>Only recalculate the whole palette when needed now rather than every frame [iq_132]</li>
|
||
<li>Clear all video buffers in one loop [iq_132]</li>
|
||
</ul></li>
|
||
<li>Fixed a crash when doing line scroll (see kovsh intro - fire stage background) [iq_132]</li>
|
||
<li>Fixed sound after save state load [iq_132]</li>
|
||
</ul></li>
|
||
<li>Megadrive Updates [Barry]
|
||
<ul>
|
||
<li>Fixed an issue with games' buggy sound programs expecting certain results back [Barry]</li>
|
||
<li>Added support for some custom banking cartridges [Barry]</li>
|
||
<li>Updated the web-based Megadrive driver database with the new games from HazeMD 0.14a [Barry]</li>
|
||
<li>Removed rom editing capability from the web form [Barry]</li>
|
||
<li>Updated the web-based Megadrive driver generator to support games with multiple roms [Barry]</li>
|
||
<li>Added a check to the driver generator to make sure any non-working parents are included in release builds if they have working clones [Barry]</li>
|
||
</ul></li>
|
||
<li>Matched all sets to MAME 0.134u3 [Barry]</li>
|
||
<li>Changed the dat file output using the ROM_VERIFY compile-time flag to produce the XML datfile type [Barry]</li>
|
||
<li>Updated libpng to version 1.2.40 [Barry]</li>
|
||
<li>Updated the compile guides to work with the newest available tools [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.06</h3>
|
||
<p>This version includes a big change in the Z80 CPU interface. Specifically MAME's Z80 core is now used for all games. This should give better results and make the program more portable. We have done a lot of testing but if you notice any new problems please let us know and we can fix them.</p>
|
||
<p>This version also includes changes in the EEPROM code and input assignment code. As well as the changed save states for the ZET interface, these render old config and save files pretty much useless. <b>It is advised to delete the contents of the <i>config\games</i> folder before using this version</b>. Savestates are a bit hit-and-miss at the moment anyway. I plan to pay some attention to savestates in the next version and hopefully boost compatibility.</p>
|
||
<ul>
|
||
<li>Fixed the ZET interface when used with MAME's Z80 CPU core and removed support for all other Z80 CPU cores [Barry]</li>
|
||
<li>Updated lots of drivers to work with the changes to the ZET interface [Barry]</li>
|
||
<li>Updated some more drivers to work with the ZET interface changes [iq_132]</li>
|
||
<li>Improved existing Konami IC chip emulation and added support for some new chips [iq_132]</li>
|
||
<li>Ported the K0051649, K053260 and K054539 sound cores from MAME [iq_132]</li>
|
||
<li>Fixed the K0051649, K053260 and K054539 sound cores sample rate support [Barry]</li>
|
||
<li>Added a seperate timer to the YM3526 interface allowing the chip to be used with other FM chips [Barry]</li>
|
||
<li>Added support for the M6801 CPU in the M6800 interface [Barry]</li>
|
||
<li>Finally, and I do mean <b>finally</b> fixed the bug in the RF5C68 core, giving full sound in Sega System 18 [Barry]</li>
|
||
<li>Fixed the issues with the YM2203 core [Barry]</li>
|
||
<li>Big update to the cheat interface supporting multiple CPUs [iq_132]</li>
|
||
<li>Added savestate support to the Namco Sound module [Barry]</li>
|
||
<li>Converted the Galaga driver to use the ZET interface and added savestate support [Barry]</li>
|
||
<li>Converted the Sega System 1 driver to use the ZET interface [Barry]</li>
|
||
<li>Converted the MC8123 Sega System 16B games to use the ZET interface [Barry]</li>
|
||
<li>Converted the games in the Galaxian driver that used a custom interface to use the ZET interface [Barry]</li>
|
||
<li>Fixed savestate support in the M6809 CPU interface [iq_132]</li>
|
||
<li>Fixed savestate support in the M6800 series CPU interface [Barry]</li>
|
||
<li>Replaced the EEPROM code with a port from MAME [iq_132]</li>
|
||
<li>Updated the Battle Bakraid, Cave, CPS-1, CPS-2, ESD 16, Kaneko 16, Midas, Space Gun and Zero Point 2 drivers to work with the new EEPROM code [Barry, iq_132]</li>
|
||
<li>Fixed problem with the low-pass filter in the DirectSound plugin [Barry]</li>
|
||
<li>Added lots of Konami games [iq_132]</li>
|
||
<li>Added driver for Bubble Bobble and clones [Barry]</li>
|
||
<li>Added driver for Arabian [iq_132]</li>
|
||
<li>Added a bootleg of SCI to the Taito Z driver [Barry]</li>
|
||
<li>Added a clone of Forgotten Worlds to the CPS-1 driver [Barry]</li>
|
||
<li>Added clone of The Combatribes [Barry]</li>
|
||
<li>Added clone of Final Star Force [iq_132]</li>
|
||
<li>Added clone of The Legend of Kage[iq_132]</li>
|
||
<li>Fixed the DAC sound in King & Balloon [Barry]</li>
|
||
<li>Fixed Mighty Monkey and clones and enabled in release builds [Barry]</li>
|
||
<li>Enabled the Kangaroo driver in release builds now that the ZET interface changes made it work [iq_132]</li>
|
||
<li>Added support for hardware specific input presets, cps.ini, Neo Geo.ini and pgm.ini [Barry]</li>
|
||
<li>Added a Save preset button to the input dialog to save the currently defined inputs into a hardware preset file [Barry]</li>
|
||
<li>Updated the help file with details of the new items in the Input Dialog [Barry]</li>
|
||
<li>Fixed some issues with saving and reading files for drivers with more than 8 characters in their name [Barry]</li>
|
||
<li>Fixed an issue when updating the previous games list with drivers with more than 8 characters in their name [Barry]</li>
|
||
<li>Widened the short gamename column in the selection dialog [Barry]</li>
|
||
<li>Disabled the rather annoying system beep in DEBUG builds [iq_132]</li>
|
||
<li>Matched all sets to MAME 0.131u3 [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.05</h3>
|
||
<ul>
|
||
<li>Tidied source to compile cleanly with GCC 3.4.5, GCC 4.3.3 and the latest Microsoft SDKs [Barry]</li>
|
||
<li>Wrote compile guides for the above which are available on my website [Barry]</li>
|
||
<li>Replaced the readme.txt with a detailed Windows help file [Barry]</li>
|
||
<li>Replaced the whatsnew.txt with a HTML document and added a link to it from the help menu [Barry]</li>
|
||
<li>Updated libpng to the current version (1.2.35) [Barry]</li>
|
||
<li>Made a new higher quality icon, with support for the nice big vista icon [Barry]</li>
|
||
<li>Ported MAME's Konami CPU core [iq_132]</li>
|
||
<li>Fixed an issue with the M6809 interface [iq_132]</li>
|
||
<li>Fixed Konami core to compile with VC [Barry]</li>
|
||
<li>Added Signed Write support to the DAC core [Barry]</li>
|
||
<li>Added control over the volume of the DAC core [Barry]</li>
|
||
<li>Added option to control whether the DAC core adds to the current buffer or not [Barry]</li>
|
||
<li>Big update to the Megadrive driver [Barry]
|
||
<ul>
|
||
<li>Greatly improved timing
|
||
<ul>
|
||
<li>Changed the YM2612 to use the 68000 for timing since the Z80 can be disabled</li>
|
||
<li>Properly supported PAL</li>
|
||
<li>Updated the reset routine to support switching between regions</li>
|
||
</ul></li>
|
||
<li>Changed to MAME's Z80 core - it works much better</li>
|
||
<li>Basic SRAM support</li>
|
||
<li>Added support for most games that require special init functions</li>
|
||
<li>General tidy-up and many small fixes</li>
|
||
<li>Most games now work - testing is under way to enable games that are working (see my site for details on how you can help this effort)</li>
|
||
<li>Updated to the latest driver generated from the database</li>
|
||
</ul></li>
|
||
<li>Added driver for 1943 [Barry]</li>
|
||
<li>Added driver for F1 Grand Prix [iq_132]</li>
|
||
<li>Added driver for games on Fuuki FG-3 hardware [iq_132]</li>
|
||
<li>Added driver for Gyrus [iq_132]</li>
|
||
<li>Added driver for Haunted Castle [iq_132]</li>
|
||
<li>Added driver for Lethal Crash Race [iq_132]</li>
|
||
<li>Added driver for Vigilante and games on similar hardware [Barry]</li>
|
||
<li>Added clone of Chase HQ to the Taito Z driver [Barry]</li>
|
||
<li>Added clone of Mighty Pang to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Night Warriors to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Operation Wolf to the Taito Misc driver [Barry]</li>
|
||
<li>Added support for the Neo Geo Deck BIOS [Barry]</li>
|
||
<li>Made the Neo Geo BIOS select more intuitive [Barry]</li>
|
||
<li>Improved the PGM driver, see changes.txt in the PGM folder for full details [iq_132]</li>
|
||
<li>Simulated the protection in Oriental Legends Special/Super making it playable [XingXing]</li>
|
||
<li>Fixed background colours and added savestates to 1943 [iq_132]</li>
|
||
<li>Fixed an issue with some sprites in World Cup '90 [Barry]</li>
|
||
<li>Fixed text layer in Metal Slug 4 Plus [kenshiro]</li>
|
||
<li>Added XAudio2 Sound plugin, partially based on FBA Shuffle [Barry]</li>
|
||
<li>Fixed an issue with the Neo Geo driver flags, fixing Memory Cards and Button Macros [Barry]</li>
|
||
<li>Added the full range of button combinations to the Neo Geo macros [Barry]</li>
|
||
<li>Added macro support for the PGM driver [Barry]</li>
|
||
<li>Changed the parent filters in the selection dialog to behave in the expected way [Barry]</li>
|
||
<li>Fixed MAWS links [Barry]</li>
|
||
<li>Moved the FPS display in the DirectX 9 blitter to the top right [FBAShuffle]</li>
|
||
<li>Matched all sets to MAME 0.131 [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.04</h3>
|
||
<ul>
|
||
<li>Moved Namco sound to it's own module and updated the Pac-Man driver [Barry]</li>
|
||
<li>Added driver for Galaga [Barry]</li>
|
||
<li>Added driver for Pass [iq_132]</li>
|
||
<li>Added a hack to get Knights of Valour 2 Plus working [XingXing]</li>
|
||
<li>Tidied up the SoftFX blitters [Barry]
|
||
<ul>
|
||
<li>Updated the Enhanced blitter to allow more filters</li>
|
||
<li>Added support to the ini file for long long integers to support the Enhanced blitter</li>
|
||
<li>Added hq2xS, hq3xS, hq2xBold, hq3xBold, EPXB and EPXC filters from SNES9X ReRecording</li>
|
||
<li>Added SuperEagle, 2xSaI, Super 2xSaI filters from VBA ReRecording</li>
|
||
</ul></li>
|
||
<li>Fixed issue with board roms in ClrMAME XML DAT generation [Barry]</li>
|
||
<li>Changed ampersands in the ClrMAME XML DAT output to their HTML entity [Barry]</li>
|
||
<li>Some updates to the Megadrive driver via the online generator [nj7, JackC, arturf]</li>
|
||
<li>Fixed some rom sizes in non-working parents [Barry, pointed out by JackC]</li>
|
||
<li>Fixed license2rtf.pl to allow hyphens in URLs [Barry]</li>
|
||
<li>Matched all sets to MAME 0.129u6</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.03</h3>
|
||
<ul>
|
||
<li>Ported MAME's ARM7 CPU core and added an interface to it [iq_132]</li>
|
||
<li>Fixed some issues with the ARM7 code when compiled with VC [Barry]</li>
|
||
<li>Ported MAME's S2650 CPU core and added an interface for it [iq_132]</li>
|
||
<li>Added support for IRQ callbacks to the S2650 interface [Barry]</li>
|
||
<li>Added support to retrieve the PC from the S2650 interface [Barry]</li>
|
||
<li>Added support for hiscore.dat [Barry]
|
||
<ul>
|
||
<li>The default path is support\hiscores, and .hi files will be stored there</li>
|
||
<li>The path is configurable via the support files dialog</li>
|
||
<li>hiscore.dat should be placed in the path</li>
|
||
<li>Hi Scores are only loaded and saved if the option "Save high scores when supported" is enabled</li>
|
||
<li>Hi scores are only loaded and saved if a driver supports it (the various info dialogs will inform in the comments section if high scores are supported for a game)</li>
|
||
<li>Added support to the Galaxian and World Cup 90 drivers</li>
|
||
</ul></li>
|
||
<li>Added S2650 support to the cheat and hiscore modules [Barry]</li>
|
||
<li>Added support for hq2xS and hq3xS filters from FBA Shuffle (hq3xS only built with VC) [Barry]</li>
|
||
<li>Added 2xPM LQ and 2xPM HQ to the SoftFX blitters [Barry]</li>
|
||
<li>Big update to the PGM driver (see driver for details) [iq_132, tested by JackC and Aquashark]</li>
|
||
<li>Added games on the S2650 CPU to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Super Cobra to the Galaxian driver [Barry]</li>
|
||
<li>Added clone of Dogyuun to the Toaplan2 driver [Barry]</li>
|
||
<li>Added clone of World Cup 90 to the driver [Barry]</li>
|
||
<li>Added driver for Diver Boy [iq_132]</li>
|
||
<li>Added driver for games on Armed Formation hardware [iq_132]</li>
|
||
<li>Added driver for games on Magical Cat Adventure hardware [iq_132]</li>
|
||
<li>Added driver for Sky Fox [iq_132]</li>
|
||
<li>Added driver for Got-cha Mini Game Festival [iq_132]</li>
|
||
<li>Updated EPOS driver, fixing Dealer [iq_132]</li>
|
||
<li>Added Warriors of Fate to the CPS Changer driver [iq_132]</li>
|
||
<li>Changed the Megadrive driver to be generated from a status database on my website [Barry]</li>
|
||
<li>Fixed sprite based Capcom logos in CPS-2 Phoenix games [Barry]</li>
|
||
<li>Fixed memory leak with CPS-2 games, noticed by kenshiro and Leaf [Barry]</li>
|
||
<li>Added savestate support to the Galaxian driver [Barry]</li>
|
||
<li>Fixed the default dips in Tiger Road and hooked up the correct dips in F1 Dream [Barry]</li>
|
||
<li>Corrected aspect ratio for Bank Panic [CaptainCPS]</li>
|
||
<li>Cleaned up the 4 En Raya, Ambush, Dotrikun, Minivader, Silkroad and Wall Crash drivers [iq_132]</li>
|
||
<li>Fixed an error in the selection dialog when pressing Cancel [CaptainCPS]</li>
|
||
<li>Corrected an issue with scaling some PNGs for the selection dialog [CaptainCPS]</li>
|
||
<li>Improved the Options tab in the selection dialog [CaptainCPS]</li>
|
||
<li>Stopped the selection dialog switching to the favourites tab when adding a game to your favourites [CaptainCPS]</li>
|
||
<li>Fixed the game information printed from the favourites game list [Barry]</li>
|
||
<li>Added new clrMame Pro XML dat file output [Barry]</li>
|
||
<li>Fixed rotated games when using the DirectX 9 blitter [fbashuffle]</li>
|
||
<li>Added FPS display to the DirectX 9 blitter [fbashuffle]</li>
|
||
<li>Matched all sets to MAME 0.129u5 [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.02</h3>
|
||
<ul>
|
||
<li>Added a driver for games on Galaxian hardware, 177 new sets [Barry]</li>
|
||
<li>Added support for insane sample Galaxian sound sample hardware and the various AY8910 interfaces in the Galaxian driver [Barry]</li>
|
||
<li>Moved PPI8255 module to the burn folder so it can be accessed by all drivers [Barry]</li>
|
||
<li>Added support for a third PPI8255 [Barry]</li>
|
||
<li>Added driver for Aquarium [iq_132]</li>
|
||
<li>Added driver for Dark Seal [iq_132]</li>
|
||
<li>Added driver for games on Deniam hardware [iq_132]</li>
|
||
<li>Added driver for games on Midas hardware [iq_132]</li>
|
||
<li>Changed the left and right sound channels in the CPS-3 driver [Barry]</li>
|
||
<li>Fixed the speed-up hacks for Jojo's Venture [Barry]</li>
|
||
<li>Improved analog controls in the Sega drivers when used with analog devices [CaptainCPS]</li>
|
||
<li>Added some clones to the Toaplan2 driver [Barry]</li>
|
||
<li>Added some new Phoenix sets to the CPS-2 driver (provided by bonky0013) [Barry]</li>
|
||
<li>Some renames of roms in Neo Geo decrypted sets as reported by pmc2 [Barry]</li>
|
||
<li>Fixed the aspect ratio in the Arkanoid driver [CaptainCPS]</li>
|
||
<li>Added support to the Game Information dialog for Select, Versus, How To, Scores, Bosses and Game over previews [Barry]</li>
|
||
<li>Added configurable path support for the above new previews [Barry]</li>
|
||
<li>Fixed issue with selection dialog when clicking filters too fast [CaptainCPS]</li>
|
||
<li>Added buttons to the selection dialog for tasks in the context-sensitive menu [CaptainCPS]</li>
|
||
<li>Moved the options in the selection dialog to their own tab [CaptainCPS]</li>
|
||
<li>Tidied the selection dialog [CaptainCPS]</li>
|
||
<li>Tidied the rom and support path dialogs and made them less cumbersome [CaptainCPS]</li>
|
||
<li>Changed the PNG load functions to use PNGlib [CaptainCPS]</li>
|
||
<li>Added support for loading support files from zips [CaptainCPS]</li>
|
||
<li>Added filter for Galaxian hardware to the selection dialog [Barry]</li>
|
||
<li>Matched all set to MAME 0.129u3 [Barry]</li>
|
||
<li>nb, the source is now doule-zipped similar to MAME for better compression</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.97.01</h3>
|
||
<ul>
|
||
<li>Added driver for Black Tiger [iq_132]</li>
|
||
<li>Added driver for Block Out [iq_132]</li>
|
||
<li>Added driver for Blue Print [iq_132]</li>
|
||
<li>Added driver for Cross Pang [iq_132]</li>
|
||
<li>Added driver for Mug Smashers [iq_132]</li>
|
||
<li>Added driver for Pirates [iq_132]</li>
|
||
<li>Added driver for Tao Taido [iq_132]</li>
|
||
<li>Added clone of Double Dragon 3 to the Double Dragon 3 driver [Barry]</li>
|
||
<li>Added clone of Power Instinct to the Power Instinct driver [Barry]</li>
|
||
<li>Added Street Fighter 2 Rainbow Set 3 to the CPS-1 driver [Barry]</li>
|
||
<li>Applied fm.c fixes from MAME 0.128u2 [Barry]</li>
|
||
<li>Added support to Zet to get the DE register [iq_132]</li>
|
||
<li>Fixed the sound in Double Axle [Barry]</li>
|
||
<li>Corrected the clocks in Prehistoric Isle fixing the music tempo [Barry]</li>
|
||
<li>Fixed decryption for Street Fighter Zero 2 Alpha and clones [Barry]</li>
|
||
<li>Matched all sets to MAME 0.128u7 [Barry]</li>
|
||
<li>Changed the version string to include leading zeros in the final section [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.99</h3>
|
||
<ul>
|
||
<li>Added driver for Contra [iq_132]</li>
|
||
<li>Added driver Funny Bubble [iq_132]</li>
|
||
<li>Added driver for Legend of Kage [iq_132]</li>
|
||
<li>Added driver for games on Legendary Wings hardware [iq_132]</li>
|
||
<li>Added driver for Son Son [iq_132]</li>
|
||
<li>Added Cue Brick to the Konami driver [Barry]</li>
|
||
<li>Added clone of Armored Warriors to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Capcom Sports Club to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Giga Wing to the CPS-2 driver [Barry]</li>
|
||
<li>Small speed-up in the generic tile handling, improving the speed slightly in lots of drivers [Barry]</li>
|
||
<li>Corrected the text rom size in Samurai Shodown V and Samuari Shodown V Special [Barry]</li>
|
||
<li>Updated the Neo Geo Bios roms [Barry]</li>
|
||
<li>Added support for the Samurai Shodown V bootleg [Barry]</li>
|
||
<li>Hooked up the region dip switch in the PCB version of Metal Slug 5 - this won't work until we have dumps of the actual PCB program roms though [Barry]</li>
|
||
<li>Corrected the road colours in Enforce [Barry]</li>
|
||
<li>Fixed sound in Ali Baba [iq_132]</li>
|
||
<li>Fixed an issue with icon handling in the favourites module [CaptainCPS]</li>
|
||
<li>Disabled the Neo Geo multislot menu item until such time it does something useful [Barry]</li>
|
||
<li>Matched all sets to MAME 0.128</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.98</h3>
|
||
<ul>
|
||
<li>Removed the keys for Neo Geo M1 decryption - the values are now derived from the rom, thanks to Haze and cyberwills [Barry]</li>
|
||
<li>Fixed a memory issue in the HD6309 and M6809 CPU interfaces [kev]</li>
|
||
<li>Allowed hi-res PNG images [CaptainCPS]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.97</h3>
|
||
<ul>
|
||
<li>Added decryption of the Neo Geo M1 roms, thanks to Andreas Naive and Haze [Barry]</li>
|
||
<li>Added clone of Marvel vs Capcom to the CPS-2 driver [Barry]</li>
|
||
<li>Added clone of Tengai to the Psikyo driver [Barry]</li>
|
||
<li>Moved Cps1Draw() out of a loop resuling in a big speed up for CPS-1 [Barry]</li>
|
||
<li>Added a "Deselect All" button to the IPS Manager dialog [Barry]</li>
|
||
<li>Fixed an issue with the menu translation template [Barry]</li>
|
||
<li>Matched all sets to MAME 0.127u4 [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.96</h3>
|
||
<ul>
|
||
<li>Ported MAME's M6809 CPU core [Barry]</li>
|
||
<li>Ported MAME's HD6309 CPU core [Barry]</li>
|
||
<li>Ported MAME's M6800, HD63701 CPU cores [Barry]</li>
|
||
<li>Added an interface to the M6809 core and added support for it to BurnTimer and the cheat module [Barry]</li>
|
||
<li>Added an interface to the HD6309 core and added support for it to BurnTimer and the cheat module [Barry]</li>
|
||
<li>Added an interface to the M6800 and family cores and added support for them to BurnTimer and the cheat module [Barry]</li>
|
||
<li>Added driver for Double Dragon and Double Dragon II [Barry]</li>
|
||
<li>Added driver for Ghouls & Ghosts [Barry]</li>
|
||
<li>Added driver for Renegade [Barry]</li>
|
||
<li>Added SNK16 driver [iq_132]</li>
|
||
<li>Added clone of The New Zealand Story to it's driver [iq_132]</li>
|
||
<li>Added analog inputs to the SNK16 driver [Barry]</li>
|
||
<li>Hooked up the sound CPU comms in the Power Instinct 2 driver [Barry]</li>
|
||
<li>Very big update to the Jukebox [CaptainCPS]</li>
|
||
<li>Rewrote favourites module - delete your old favorites.dat file [CaptainCPS]</li>
|
||
<li>Added support for icons in the gamelists [CaptainCPS]</li>
|
||
<li>Added options to configure vertical and horizontal full-screen resolutions seperately [CaptainCPS]</li>
|
||
<li>Fixed another bug when FBA was used under Vista [CaptainCPS]</li>
|
||
<li>Made the inputs dialog stop the sound properly when using the shortcut key [CaptainCPS]</li>
|
||
<li>Applied the dialog sound fix above to the dip switch and cheat dialogs [Barry]</li>
|
||
<li>Fixed a memory leak when loading PNGs [CaptainCPS]</li>
|
||
<li>Optimised the automatic support file download feature [CaptainCPS]</li>
|
||
<li>Matched all sets to MAME 0.127u2 [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.95</h3>
|
||
<ul>
|
||
<li>Added driver for Zero Zone and Las Vegas Girl [iq_132]</li>
|
||
<li>Added a clone of Three Wonders to the CPS-1 driver [Barry]</li>
|
||
<li>Changed the FD1089 module to use the external keys [Barry]</li>
|
||
<li>Set CPS-3 back to 60fps [Barry]</li>
|
||
<li>Matched all sets to MAME 0.127u1 [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.94</h3>
|
||
<ul>
|
||
<li>Fixed Windows Vista crash when opening the game selection dialog [CaptainCPS]</li>
|
||
<li>Added Missing In Action to the TMNT driver [Barry]</li>
|
||
<li>Removed an unnecessary array in sys16_run.cpp reducing the exe size [Barry]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.93</h3>
|
||
<ul>
|
||
<li>Added support for the K007232 sound chip [Barry]</li>
|
||
<li>Added support for the K051960 and K052109 gfx chips [Barry]</li>
|
||
<li>Rewrote the TMNT driver which is now fully working [Barry]</li>
|
||
<li>Added driver for Commando and clones [Barry]</li>
|
||
<li>Added ESD16 driver [iq_132]</li>
|
||
<li>Added NMG5 driver [iq_132]</li>
|
||
<li>Added Tecmo driver [iq_132]</li>
|
||
<li>Added SunA16 driver [iq_132]</li>
|
||
<li>Added Kangaroo driver to debug builds [iq_132]</li>
|
||
<li>Added daimakr2 to the CPS-1 driver [Barry]</li>
|
||
<li>Added snowbrod to the Snow Bros. driver [Barry]</li>
|
||
<li>Added sound to the Pacman driver and fixed some issues with the default inputs [Barry]</li>
|
||
<li>Added support for the YM3562 sound chip [Barry]</li>
|
||
<li>Added the YM3526 sound to bestbest in the SunA16 driver [Barry]</li>
|
||
<li>Added DAC support to Stratovox [iq_132]</li>
|
||
<li>Corrected the refresh rate in the CPS-1 driver [Barry]</li>
|
||
<li>Changed the refresh rate in the CPS-3 driver [Barry]</li>
|
||
<li>Imported fixes from MAME 0.126u5 for fm.c [Barry]</li>
|
||
<li>Reduced DAC volume in fm.c for YM2612 matching MAME 0.127 [Barry]</li>
|
||
<li>Marked the fake CHD CPS-3 sets as hacks so they can be filtered out [Barry]</li>
|
||
<li>Fixed an issue with cheats in Z80 (ZET) based games [Barry]</li>
|
||
<li>Added a feature to auto-download support files [CaptainCPS]</li>
|
||
<li>Merged all the LoadPNG() calls [CaptainCPS]</li>
|
||
<li>Added favourite gamelist support [CaptainCPS]</li>
|
||
<li>Allowed the recent gameslist to cycle games currently in the list [CaptainCPS]</li>
|
||
<li>Fixed issues with mouse events on the game window [CaptainCPS]</li>
|
||
<li>Added zlib/libPNG to FBA source, they are now compiled rather than using pre-compiled libraries [CaptainCPS]</li>
|
||
<li>Some updates to the minGW Win32 header file allowing Win32 API Versions 3.8+ to be used, and also to add support for some new functionality to older versions[Barry, CaptainCPS]</li>
|
||
<li>Added a filter for Konami games [Barry]</li>
|
||
<li>Matched all sets to MAME 0.127 [Barry]</li>
|
||
</ul>
|
||
|
||
<div class="note">From this point forward, all releases are handled by Barry and each individual contribution is labelled.</div>
|
||
|
||
<h3>v0.2.96.92</h3>
|
||
<ul>
|
||
<li>CaptainCPS readded netplay and removed the dependancy on any external dlls - use them at your own risk</li>
|
||
<li>Fixed a problem with the SuperScale filter on nVidia gfx cards</li>
|
||
<li>Merged in CaptainCPS's improvements to the game selection dialog</li>
|
||
<li>Fixed a problem with the game information dialog displaying incorrect images</li>
|
||
<li>Updated the romcenter dat module to support the latest romcenter</li>
|
||
<li>Imported fixes from MAME 0.126u4 for fm.c</li>
|
||
<li>Added a flag for MVS Cartidges and changed hardware description output</li>
|
||
<li>Matched all sets to MAME 0.126u4</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.91</h3>
|
||
<ul>
|
||
<li>Added the 2xPM filter to the softfx filters with help from CaptainCPS</li>
|
||
<li>Added ElSemi's SuperScale and SuperScale75 filters</li>
|
||
<li>Made the IPS Manager fallback to Simplified Chinese as a last resort as this is the reference language for the MAME Plus IPS collection</li>
|
||
<li>Made the IPS Manager description vertically scrollable for long descriptions and reorganised the dialog</li>
|
||
<li>Added CaptainCPS's auto monitor aspect ratio code</li>
|
||
<li>Added driver for Unico games</li>
|
||
<li>Moved the drawing code in CPS-1/CPS-2 to happen after the VBLANK IRQ - this shouldn't cause any problems but if you see anything that didn't happen in previous builds let us know</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.90</h3>
|
||
<ul>
|
||
<li>Burner (interface) changes
|
||
<ul>
|
||
<li>Added board type, genre and family filters to the game selection dialog
|
||
<ul>
|
||
<li>Updated all drivers with the new flags</li>
|
||
<li>Amended the relevant dialogs to display the new genre and family information</li>
|
||
<li>Added the genre and family flags to the -listextrainfo output</li>
|
||
</ul></li>
|
||
<li>Added gamelist localisation functionality
|
||
<ul>
|
||
<li>It works in much the same way as the UI localisation, beware though, that if you have a large file it can take some time to start the program, try and keep the file small and with only the titles you want to translate</li>
|
||
<li>Maximum titles to translate is currently set at 5000</li>
|
||
<li>The advantage of doing it this way is that the whole program benefits from translated titles, not just certain parts and the speed hit is only felt once rather than every time a title is retrieved</li>
|
||
<li>Obviously this only works with UNICODE build</li>
|
||
</ul></li>
|
||
<li>Fixed some issues with clicking behind some dialog boxes</li>
|
||
<li>Fixed a problem with the config file, allowing multi-byte paths to be specified</li>
|
||
<li>Double clicking on cheats in the dialog now selects the next option, thanks to sho</li>
|
||
<li>Changed the menu in the game selection dialog to a basic menu</li>
|
||
<li>Increased the width of the info boxes in the game selection dialog to use all available space (and not crop text unnecessarily)</li>
|
||
</ul></li>
|
||
<li>Burn (emulation) changes
|
||
<ul>
|
||
<li>Hooked up the SN76496's in Van-Van Car</li>
|
||
<li>Finished up sf2m13 thanks to a small patch posted by iq_132 years ago</li>
|
||
<li>Added various homebrew games and demos (can be filtered out if you don't want to see them)</li>
|
||
<li>Added various decrypted C sets to the Neo Geo driver (can be filtered out if you don't want to see them)</li>
|
||
<li>Fixed a rom size issue in 8ballact</li>
|
||
<li>Matched all sets to MAME 0.126u3</li>
|
||
</ul></li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.89</h3>
|
||
<ul>
|
||
<li>Added IPS support via a manager dialog.
|
||
<ul>
|
||
<li>Right click on the game list, open the manager, enable the patches you want, they are saved to a config file, then right click and play with your saved patches</li>
|
||
</ul></li>
|
||
<li>Fixed a problem with the saving of config files where the game title has unicode in it</li>
|
||
<li>Added iq_132's Street Fighter driver</li>
|
||
<li>Seperated the pacman driver from the misc section</li>
|
||
<li>Removed some CPS-1 hacks</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.88</h3>
|
||
<ul>
|
||
<li>Fixed an issue with the monitor aspect radio buttons</li>
|
||
<li>Various fixes to the themed menus</li>
|
||
<li>Added themed menus to the game selection dialog</li>
|
||
<li>Prevented modeless menus being used with themes</li>
|
||
<li>Added options to view details in MAWS, CAESAR, and progretto EMMA to the game selection context menu</li>
|
||
<li>Added PNG support to the place holder image</li>
|
||
<li>Added option to choose skins to the Misc menu</li>
|
||
<li>Improved the localisation support for the game selection dialog and the game information dialog</li>
|
||
<li>Added "Enable VSync" to the video menu</li>
|
||
<li>Matched all sets to MAME 0.126u2</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.87</h3>
|
||
<ul>
|
||
<li>Added dynamic video size switching to the core</li>
|
||
<li>Merged in CaptainCPS's menu themes code and added the options to the misc menu (disabled by default)</li>
|
||
<li>Merged in kev's and oopswares changes to zet and added CZ80 to the source distribution</li>
|
||
<li>Fixed an issue causing the preview image not to display on program start when the Enhanced blitter was enable</li>
|
||
<li>Fixed an issue with localisation support and added an option to reset to UI default language</li>
|
||
<li>Changed the hotkeys for cheat search to be used with Ctrl</li>
|
||
<li>Added support for the widescreen mode in Street Fighter III 2nd Impact</li>
|
||
<li>Added a fake dipswitch to Street Fighter III for widescreen since the game seems to support it</li>
|
||
<li>Added extracted roms to all CPS-3 sets (noone is likely to port CHD support just for CPS-3 which already works anyway)</li>
|
||
<li>Added fake dip hack to make Red Earth and War Zard work</li>
|
||
<li>Added sf2m8 to release builds</li>
|
||
<li>Added tigerhb1 to the Tiger Heli driver</li>
|
||
<li>Fixed a potential crash in the ICS2115 reset routine (spotted by iq_132)</li>
|
||
<li>Matched all sets to MAME 0.126u1</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.86</h3>
|
||
<ul>
|
||
<li>Burner (interface) changes
|
||
<ul>
|
||
<li>Added a game information dialog to burner</li>
|
||
<li>Tidied up the game selection dialog and seperated Kaneko 16 and Psikyo </li>
|
||
<li>Added a context menu to the game selection dialog</li>
|
||
<li>Added a most recently played games menu item</li>
|
||
<li>Changed the roms dir config dialog to support upto 8 paths</li>
|
||
<li>Fixed an issue with the roms dir config dialog that didn't let the user clear an entry</li>
|
||
<li>Added the roms dir config dialog to the Misc menu</li>
|
||
<li>Added a dialog to configure support files (previews, titles, flyers, marquees, controls, cabinets, pcbs, cheats and history) and added it to the Misc menu</li>
|
||
<li>Added an option to the Misc menu to stop FBA playing with the Num Lock status (don't use this if you use a Hotrod or X-Arcade stick)</li>
|
||
<li>Added an option to the Video menu to auto-switch to full screen after loading a game from the selection dialog</li>
|
||
<li>Added iq_132s improvements to the cheat system
|
||
<ul>
|
||
<li>Adds support for Nebula/Kawaks cheat dats</li>
|
||
<li>Adds limited (although most cheats work) support for the old format MAME cheat.dat file</li>
|
||
<li>Adds cheat support to drivers using the ZET interface, or NEC, SH-2 and M6502 CPUs</li>
|
||
</ul></li>
|
||
<li>Added a basic cheat search engine</li>
|
||
<li>Added a jukebox player - this is very preliminary and only supports WWF Wrestlefest for now (it has many problems for now)</li>
|
||
<li>Added a menu item to write decrypted C Neo Geo roms to disk</li>
|
||
<li>Various little GUI fixes/improvements</li>
|
||
</ul></li>
|
||
<li>Burn (emulation) changes
|
||
<ul>
|
||
<li>Merged in Oopsware's changes to the ZET interface improving support for MAME's Z80 emulator - some things are still broken though so DOZE is still the default</li>
|
||
<li>Added a function to the CPU interfaces to return the active CPU</li>
|
||
<li>Fixed a screen clearing issue in the CPS-1 and CPS-2 drivers when not using a 16-bit colour depth</li>
|
||
<li>Added various bootlegs to the CPS-1 driver in various states of working and attempted to differentiate between the good, the bad and the ugly (dumps)</li>
|
||
<li>Added offset support to the CPS-1 scroll layers</li>
|
||
<li>Added a flag to define whether or not CPS-1 sprite rendering should happen in reverse</li>
|
||
<li>Fixed an issue with rom loading in the sf2yyc driver</li>
|
||
<li>Got the sf2m3 set working and the sf2m1 set almost working</li>
|
||
<li>Added "Phoenix Edition" sets to the CPS-2 driver</li>
|
||
<li>Changed to iq_132s current Neo Geo driver (thanks to iq_132 for updating it)</li>
|
||
<li>Enabled the decrpyted C Neo Geo clones and bootlegs from Kawaks</li>
|
||
<li>Added two clones of Night Striker to the Taito driver</li>
|
||
<li>Changed some dip switches in the Double Dragon 3 driver</li>
|
||
<li>Added Wonder League '96 to the Tumble Pop bootleg driver</li>
|
||
<li>Updated dip switches in Wonder League Star and Jumping Pop</li>
|
||
<li>Added the 16-bit only flag to the megadrive games - fixes rendering issues in the basic blitters</li>
|
||
<li>Added iq_132s Vulgus driver</li>
|
||
<li>Matched all sets to MAME 0.126</li>
|
||
</ul></li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.85</h3>
|
||
<ul>
|
||
<li>Added Mazinger Z, Metamoqester, Power Instinct 2 and Power Instinct Legends to the Cave driver</li>
|
||
<li>Lagged the sprite palette in all CPS-2 games - fixes issue in ssf2 attract</li>
|
||
<li>Tidied up the CPS-2 split graphics rom loading</li>
|
||
<li>Properly fixed the qadj ninja sprite bug without resorting to hacks</li>
|
||
<li>Changed the 68000 clock frequency in later CPS-1 games</li>
|
||
<li>Various fixes to the Double Dragon 3 / Combatribes driver</li>
|
||
<li>Added an Italian bootleg of The Combatribes to the ddragon3 driver</li>
|
||
<li>Added clone of Turbo Outrun and clone of Alien Storm to the Sega drivers</li>
|
||
<li>Added iq_132s Bionic Commando driver</li>
|
||
<li>Added iq_132s Ninja Gaiden driver</li>
|
||
<li>Matched all sets to MAME 0.125u6</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.84</h3>
|
||
<ul>
|
||
<li>Added module to emulate the TC0280GRD/TC0430GRW Taito roz layer chips</li>
|
||
<li>Added support to the TC0100SCN module for double width rendering</li>
|
||
<li>Added support to the TC0100SCN and TC0110PCR emulation for multiple chips</li>
|
||
<li>Fixed priorities in Metal Black</li>
|
||
<li>Fixed the CPS-1 palette and added screen clearing to the last palette entry</li>
|
||
<li>Fixed a glitch in the ninja's sprite animation in qadj in the CPS-1 driver</li>
|
||
<li>Added support for split CPS-2 graphics roms</li>
|
||
<li>Added rent version of Capcom Sports Club to the CPS-2 driver</li>
|
||
<li>Added clone of Mighty Pang to the CPS-2 driver</li>
|
||
<li>Added Hotdog Storm to the Cave driver</li>
|
||
<li>Added iq_132s The Legend of Silkroad driver</li>
|
||
<li>Added BisonSAS's fixes to the CPS-3 driver</li>
|
||
<li>Added proper screen clearing to the Final Star Force driver</li>
|
||
<li>BisonSAS added various unicode titles and dip switches to 1943</li>
|
||
<li>Matched all sets to MAME 0.125u4</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.83</h3>
|
||
<ul>
|
||
<li>Added a module to control the Taito IC chips in a more efficient way</li>
|
||
<li>Added a module to do all the common Taito functions and tidied the drivers</li>
|
||
<li>Rewrote the PC080SN and PC090OJ emulation adding support for row scroll, double width and other features</li>
|
||
<li>Added tile banking support to the TC0100SCN emulation</li>
|
||
<li>Added support for configurable bit-depths to the TC0100SCN emulation</li>
|
||
<li>Added palette offset support to the TC0480SCP emulation</li>
|
||
<li>Added driver for Darius</li>
|
||
<li>Added Dead Connection, Dino Rex, Growl, Koshien, Liquid Kids, Mahjong Quest, Mega Blast, Metal Black, Ninja Kids, Solitary Fighter and various quiz games to the Taito F2 driver</li>
|
||
<li>Rewrote the Operation Wolf, Rainbow Islands and Rastan drivers to support the new Taito IC module</li>
|
||
<li>Added Jumping and the original versions of Operation Wolf to the Taito PC080SN & PC090OJ based driver</li>
|
||
<li>Rewrote the Taito X driver to support the new Taito IC module</li>
|
||
<li>Added Balloon Brothers, Gigandes and Last Striker to the Taito X driver</li>
|
||
<li>Added iq_132s Dr. Tomy driver</li>
|
||
<li>Added iq_132s Exed Exes driver</li>
|
||
<li>Added proper screen clearing to the Hyper Pacman driver</li>
|
||
<li>Fixed a small bug in the ClrMAME dat generation with missing quotes</li>
|
||
<li>Matched all sets to MAME 0.125u2</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.82</h3>
|
||
<ul>
|
||
<li>Added driver for Taito F-2 hardware supporting Final Blow, Football Champ, Gun & Frontier, Liquid Kids and Super Space Invaders '91</li>
|
||
<li>Added tilemap flip support to the TC0100SCN emulation</li>
|
||
<li>Added priority map support to the TC0100SCN emulation to allow sprite blending in the Taito F2 driver</li>
|
||
<li>Added support to the CPS-1 driver for loading stars from alternate format graphics roms</li>
|
||
<li>Corrected all dips in the CPS-1 driver</li>
|
||
<li>Updated mappers and configs in the CPS-1 driver to match MAME</li>
|
||
<li>Big tidy up of the CPS-1 and CPS-2 drivers</li>
|
||
<li>Added dynwaru and ffightj2 to the CPS-1 driver</li>
|
||
<li>Added clone of Street Fighter Alpha 2 to the CPS-2 driver</li>
|
||
<li>Added iq_132s driver for Pirate Ship Higemaru</li>
|
||
<li>Updated megadrive driver to nganiere's which fixes some game names</li>
|
||
<li>Matched all sets to MAME 0.125</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.81</h3>
|
||
<ul>
|
||
<li>Added support for the TC0480SCP Taito tilemap controller</li>
|
||
<li>Rewrote the System 16 tile rendering to allow proper col and row scroll and also support alternate tilemap selection</li>
|
||
<li>Added Double Axle to the Taito Z driver</li>
|
||
<li>Added 1942w to the 1942 driver</li>
|
||
<li>Added more games to the System 1 driver</li>
|
||
<li>Added iq_132s Green Beret driver</li>
|
||
<li>Updated the CPS-1 mappers as per MAME</li>
|
||
<li>Corrected clock in Varth</li>
|
||
<li>Corrected clocks in the Kyugo driver as per MAME</li>
|
||
<li>Corrected sprite positioning in the Kyugo driver</li>
|
||
<li>Added a feature allowing users to go to fullscreen and back by double-clicking</li>
|
||
<li>Added command line option -listextrainfo</li>
|
||
<li>Fixed compile errors when using the MAME Z80 core with the Zet interface</li>
|
||
<li>Updated the Mole, Green Beret, Pooyan and Gun Smoke drivers with BisonSAS' changes</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.80</h3>
|
||
<ul>
|
||
<li>Ported MAME's Z80 core to FBA</li>
|
||
<li>Hooked up MAME's Z80 core in the System 16 games that use MC-8123 encryption, sound now works in these games</li>
|
||
<li>Hooked up MAME's Z80 core in the Sega System 1 games, encrypted games now work</li>
|
||
<li>Added more games to the Sega System 1 driver</li>
|
||
<li>Changed the Sega System 1 drivers to appear in the Sega games list</li>
|
||
<li>Got the YM2151 sound working in Cotton</li>
|
||
<li>Added support for the UPD7759 sound chip</li>
|
||
<li>Hooked the UPD7759 chip up in the System 16B driver</li>
|
||
<li>Hooked the UPD7759 chip up in the prehisle driver</li>
|
||
<li>Hooked the UPD7759 chip up in the tmnt driver</li>
|
||
<li>Rewrote the Sega PCM support - solves quite a few problems, particuarly in enduror, outrun and smgp</li>
|
||
<li>Fixed an issue in the Sega System X driver which caused missing sounds in abcop and smgp</li>
|
||
<li>Fixed bug in the YM2612 emulation when more than one chip is emulated</li>
|
||
<li>Changed the CPS-1 rendering code to use the mapper tables from MAME</li>
|
||
<li>Added smgpja to the X-Board driver</li>
|
||
<li>Added shinobi4 to the System 16B driver</li>
|
||
<li>Added ledstrm2 to the madgear driver</li>
|
||
<li>Added command line options, -listinfowithmd and -listinfomdonly</li>
|
||
<li>Fixed the version output in dat files</li>
|
||
<li>Fixed bug where any rom errors weren't reported</li>
|
||
<li>Matched all sets to MAME 0.124u3</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.79</h3>
|
||
<ul>
|
||
<li>Corrected sound in the tnzs driver</li>
|
||
<li>Correctly fixed coins in the wc90 driver</li>
|
||
<li>Enabled Tazmania in the megadrive driver (it works and I like it :) )</li>
|
||
<li>Added support to the FM core interfaces for sound mixing</li>
|
||
<li>Removed kaillera support. The client can be removed and probably should be due to being a potential security risk. Left netplay, chat, etc. code in the program so it has potential to be used with a different netplay system.</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.78</h3>
|
||
<ul>
|
||
<li>Added oopsware's Picodrive Megadrive driver port and tidied up and improved</li>
|
||
<li>Started to go through Megadrive games and enabling ones that work in release builds. Only got to letter B and checked my favourites!</li>
|
||
<li>Added iq_132s Funky Bee driver</li>
|
||
<li>Added iq_132s Pooyan driver</li>
|
||
<li>Ported MAME's I8039 core to FBA</li>
|
||
<li>Added support for DAC sound</li>
|
||
<li>Hooked up the I8039 and DAC in System 16A to add voice support to the driver</li>
|
||
<li>Added gpilotsh and samshoh to the Neo Geo driver</li>
|
||
<li>Updated the SN7649 emulator to determine whether to add to the sound buffer or not</li>
|
||
<li>Removed the AY8910 part of the YM2612 emulation since it's not needed</li>
|
||
<li>Fixed sound in 1943</li>
|
||
<li>Fixed sound in Gunsmoke</li>
|
||
<li>Changed the default DAT file handling to not include Megadrive games</li>
|
||
<li>Added menu option to write DATs including Megadrive games</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.77</h3>
|
||
<ul>
|
||
<li>Added driver for Taito Z hardware</li>
|
||
<li>Added oopsware's Raiden driver and updated the nec core and vez module</li>
|
||
<li>Retidied the nec core and vez module</li>
|
||
<li>Added iq_132s Gun Smoke driver</li>
|
||
<li>Added iq_132s Scrambled Egg driver</li>
|
||
<li>Changed the M6502 core to Marat's with the interface wrote by kev</li>
|
||
<li>Added kev's m90 driver and his updates to the m92 driver to debug builds</li>
|
||
<li>Tidied the m90 and m92 drivers and corrected the gfx decoding in the m90 driver</li>
|
||
<li>Updated Dec0 drivers to kev's latest version</li>
|
||
<li>Updated Jack the Giantkiller driver to the iq_132s latest version</li>
|
||
<li>Made the "In Game" tab the default on the game selection dialog</li>
|
||
<li>Added a checkbox for Taito to the game selection dialog</li>
|
||
<li>Changed some names to prevent duplicate descriptions</li>
|
||
<li>Matched all sets to MAME 0.124u1</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.76</h3>
|
||
<ul>
|
||
<li>Added driver for games on Tumble Pop bootleg hardware</li>
|
||
<li>Tidied the System 1 driver and enabled working sets in normal builds</li>
|
||
<li>Added support for the SN76496 family of sound chips</li>
|
||
<li>Added sound to the Mr. Do driver</li>
|
||
<li>Added sound to the Bank Panic driver</li>
|
||
<li>Fixed missing music in Combatribes</li>
|
||
<li>Fixed a compile issue with VC in the Bank Panic and New Zealand Story drivers</li>
|
||
<li>Fixed an issue in VC builds with inputs not working in various drivers</li>
|
||
<li>Fixed a bug in the Mysterious Stones driver with AY8910 memory allocation</li>
|
||
<li>Corrected the ZetBc call in the 1943 driver making it playable (but still preliminary)</li>
|
||
<li>Updated the Jack the Giantkiller driver to iq_132s latest release</li>
|
||
<li>Updated the dec0 and tmnt drivers to the latest versions released by kev</li>
|
||
<li>Matched all sets to MAME 0.124a</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.75</h3>
|
||
<ul>
|
||
<li>Added driver for Double Dragon 3 / Combatribes</li>
|
||
<li>Added driver for WWF Wrestlemania</li>
|
||
<li>Added driver for Kyugo Z80-based hardware</li>
|
||
<li>Updated the pacman driver to the latest version released by iq_132</li>
|
||
<li>Added iq_132s Bank Panic driver</li>
|
||
<li>Added iq_132s Mr. Do driver</li>
|
||
<li>Added iq_132s Mysterious Stones driver</li>
|
||
<li>Added iq_132s The New Zealand Story driver</li>
|
||
<li>Added clone of Real Bout Fatal Fury to Neo Geo driver</li>
|
||
<li>Added clone of Metal Slug 5 to Neo Geo driver</li>
|
||
<li>Added clone of Dungeons & Dragons: tower of doom to the CPS-2 driver</li>
|
||
<li>Matched all sets to MAME 0.123u4</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.74</h3>
|
||
<ul>
|
||
<li>Updated the CPS-3 driver to include Oopsware's latest fixes</li>
|
||
<li>Fixed a problem with the size of m1 rom in Metal Slug 5</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.73</h3>
|
||
<p>Thanks go to the neosource forum regulars for a lot of this stuff. iq_132 has
|
||
written many drivers for older games, and Oopsware has contributed some impressive
|
||
drivers too. CaptainCPS and KOF2112 have also tidied up some things. This list
|
||
is from memory and some stuff is sure to be missing. Here's what's new anyway;</p>
|
||
|
||
<ul>
|
||
<li>Added a generic tiles decoding routine and updated various drivers to use it</li>
|
||
<li>Added support for 32x32 tiles in the generic tile rendering module</li>
|
||
<li>Added support for multiple YM2203s to the YM2203 interface</li>
|
||
<li>Updated all sets to match MAME 0.123u1</li>
|
||
<li>Tidied up all source code to compile cleanly for all builds (unicode, non-unicode, debug, non-debug)</li>
|
||
<li>Added support for M6502 CPU</li>
|
||
<li>Added support for SH-2 CPU</li>
|
||
<li>Added support for NEC V30 family CPU</li>
|
||
<li>Seperated misc drivers into "Misc (pre 90s)" and "Misc (post 90s)"</li>
|
||
<li>Moved some common sound cores into the burn folder</li>
|
||
<li>Added various clones and fixed some little issues in various games</li>
|
||
<li>Added driver for Madgear and Last Duel</li>
|
||
<li>Added driver for 1942</li>
|
||
<li>Added preliminary driver for 1943 and added support to the Zet interface to get the BC register</li>
|
||
<li>Added Oopsware's CPS-3 driver</li>
|
||
<li>Added various drivers by iq_132</li>
|
||
<li>Cleaned up the drivers by iq_132 (seperated into Misc pre 90s category, corrected aspect ratios, fixed rom-sets, etc.)</li>
|
||
<li>Added driver for seta2 hardware</li>
|
||
<li>Added preliminary driver for m92 hardware in debug builds</li>
|
||
<li>Added a d_parent module to put required parent drivers that don't have a specific driver</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.72</h3>
|
||
<p>This list is nothing like exhaustive. These are only the highlights of a big new version;</p>
|
||
|
||
<ul>
|
||
<li>Thanks to the contributions of OopsWare we have some nice new drivers
|
||
<ul>
|
||
<li>PGM Hardware</li>
|
||
<li>Video System Hardware</li>
|
||
<li>1945k III</li>
|
||
<li>Gals Panic</li>
|
||
<li>Power Instinct</li>
|
||
<li>Shadow Force</li>
|
||
</ul></li>
|
||
<li>I have been busy with the following
|
||
<ul>
|
||
<li>Added a Sega System 18 driver</li>
|
||
<li>Added Ace Attacker, Excite League and Super League to the Sega System 16 drivers</li>
|
||
<li>Added various bootlegs to the Sega System 16 driver</li>
|
||
<li>Added driver for Kaneko 16 Hardware</li>
|
||
<li>Added Honey Dolls, Snow Bros. 3, and The Winter Bobble to the Pandora based driver</li>
|
||
<li>Added a generic lightgun interface to the burn library and converted all existing drivers to use it</li>
|
||
<li>Emulated column and row scroll in System 16 tilemaps (still has a few issues with a few instances)</li>
|
||
<li>Added support for (multiple) YM2612/3438 sound chips (as used by System 18)</li>
|
||
<li>Added support for the RF5C68 PCM sound chip (still has issues which escape me at present, used by System 18)</li>
|
||
<li>Fixed an issue with high BPP support in the generic tiles interface</li>
|
||
<li>Matched all sets to MAME 0.117u3 and added some clones to various driver</li>
|
||
</ul></li>
|
||
<li>Added Ganbare Ginkun and Riot to the Tecmo 16 driver [BisonSAS]</li>
|
||
<li>Added kev's preliminary Dec0 driver to debug builds [kev]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.71</h3>
|
||
<ul>
|
||
<li>Added driver for Galaxy Force 2 (gforce2, gforce2j)</li>
|
||
<li>Added driver for G-LOC (gloc, glocr360)</li>
|
||
<li>Added driver for Line of Fire (loffire, loffirej, loffireu)</li>
|
||
<li>Added driver for Major League (mjleague)</li>
|
||
<li>Added driver for Power Drift (pdrift, pdrifta, pdrifte, pdriftj)</li>
|
||
<li>Added driver for Rail Chase (rchase)</li>
|
||
<li>Added driver for Strike Fighter (strkgftr)</li>
|
||
<li>Fixed sprite flip in Sonic Boom</li>
|
||
<li>Added some unicode titles [BisonSAS]</li>
|
||
<li>Matched sets to MAME 0.114u1</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.70</h3>
|
||
<ul>
|
||
<li>Datfiles should be sorted properly now - thanks to LogiqX for pointing out the errors again</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.69</h3>
|
||
<ul>
|
||
<li>Optimised the FD1094 routines resulting in a big speedup for those games</li>
|
||
<li>Fixed some minor dat file issues - thanks to LogiqX for pointing them out</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.68</h3>
|
||
<ul>
|
||
<li>Added driver for Bullet using Aaron's preliminary FD1094 key (bullet)</li>
|
||
<li>Added driver for Enduro Racer (enduror, enduror1, endurobl)</li>
|
||
<li>Added driver for Final Tetris (finalttr)</li>
|
||
<li>Added driver for Hang-On (hangon)</li>
|
||
<li>Added driver for SDI (sdi, sdib, sdibl, defense)</li>
|
||
<li>Added driver for Space Harrier (sharrier, sharrir1)</li>
|
||
<li>Added driver for Sukeban Jansi Ryuko (sjryuko, sjryuko1)</li>
|
||
<li>Added driver for Twin Adventure (twinadv, twinadvk)</li>
|
||
<li>Emulated the NVRAM for X-Board, Out Run, System 16B and System 16A drivers, although Out Run games don't seem to use it</li>
|
||
<li>Emulated the PPI I/O Chip and hooked it up for the System 16A and Out Run drivers</li>
|
||
<li>Fixed a bug in the System 16 Tilemap rendering (fixes Golden Axe, Wrestle War and some others)</li>
|
||
<li>Optimisations to the graphics rendering in the System 16, Out Run and X-Board drivers</li>
|
||
<li>Added an interface to the YM2203 FM sound core</li>
|
||
<li>Added mahjong controls to the default assignment routine and updated the mahjong games to use it</li>
|
||
<li>Fixed savestate support in some Cave drivers [BisonSAS]</li>
|
||
<li>Various driver cleanups [BisonSAS]</li>
|
||
<li>Improved the rom verify feature and moved the define to the makefile</li>
|
||
<li>Updated some unicode titles [BisonSAS]</li>
|
||
<li>Updated sets to match MAME 0.114</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.67</h3>
|
||
<ul>
|
||
<li>Added driver for AB Cop (abcop)</li>
|
||
<li>Added driver for After Burner (aburner2, aburner)</li>
|
||
<li>Added driver for Dunk Shot (dunkshot)</li>
|
||
<li>Added driver for E-Swat (eswat, eswatj, eswatu)</li>
|
||
<li>Added driver for Golden Axe (goldnaxe, goldnaxj, goldnaxu, goldnax1, goldnax2, goldnax3)</li>
|
||
<li>Added driver for GP Rider (gprider, gprider1)</li>
|
||
<li>Added driver for Heavyweight Champ (hwchamp)</li>
|
||
<li>Added driver for Racing Hero (rachero)</li>
|
||
<li>Added driver for RyuKyu (ryukyu)</li>
|
||
<li>Added driver for Super Monaco GP (smgp, smgp5, smgp6, smgpj, smgpu, smgpu1, smgpu2, smgpu3)</li>
|
||
<li>Added driver for Thunder Blade (thndrbld, thndrbd1)</li>
|
||
<li>Added Jan's preliminary driver for Madgear in debug builds only (madgear)</li>
|
||
<li>Added Kev's preliminary driver for Teenage Mutant Ninja Turtles in debug builds only (tmnt, tmntu, tmntua, tmht, tmntj, tmht2p, tmnt2pj, tmnt2po)</li>
|
||
<li>Rewrite of the Bombjack driver [kev]</li>
|
||
<li>Fixed a crash in some FD-1094 encrypted games</li>
|
||
<li>Fixed the reset function for FD-1094 encrypted games</li>
|
||
<li>Cleanups to the Taito 68K drivers [BisonSAS]</li>
|
||
<li>Fixed bug in the preview cycling code for the Game Select dialog [CaptainCPS]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.66</h3>
|
||
<ul>
|
||
<li>Added driver for Cotton (cotton, cottonj, cottonu)</li>
|
||
<li>Added driver for Out Run (outrun, outrun1, outrun2, outrunb)</li>
|
||
<li>Added driver for Passing Shot (passshot, passshta, passshtj)</li>
|
||
<li>Added driver for Super Hang-On (shangon, shangon2, shangon3, shangnle)</li>
|
||
<li>Added driver for Turbo Out Run (toutrun, toutrun2)</li>
|
||
<li>Fixed a bug in the System 16 Sprite rendering [kev]</li>
|
||
<li>Fixed a problem with memory card support</li>
|
||
<li>Updated the region dips in the Battle Bakraid and Batrider drivers [BisonSAS]</li>
|
||
<li>Forced the Battle Bakraid driver to use the Musashi 68K core [BisonSAS]</li>
|
||
<li>Updated some unicode titles [BisonSAS]</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.65</h3>
|
||
<ul>
|
||
<li>Corrected the rom size of the v4 rom in lastbldh and lastsold</li>
|
||
<li>Finally beat the bug that sometimes hides the license dialog (hopefully!)</li>
|
||
<li>Updated the load dialog based on code from CaptainCPS, should be the last change as I'm really happy with it</li>
|
||
<li>Updated sets to match MAME 0.112u4</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.64</h3>
|
||
<ul>
|
||
<li>Big update to the System 16 drivers - these drivers are still preliminary and thus still have issues (major issues only listed);
|
||
<ul>
|
||
<li>Dynamic memory maps for System 16B are not emulated</li>
|
||
<li>Row and Column scroll not emulated for System 16A and B</li>
|
||
<li>Alernate tilemap select for System 16B not emulated</li>
|
||
<li>Some of the FD1094 encrypted games require a driver reset after loading before they boot</li>
|
||
<li>There are plenty of other small issues as well but most games are running well</li>
|
||
</ul></li>
|
||
<li>Added driver for Biomechanical Toy (biomtoy) [kev, cleanup by BisonSAS]</li>
|
||
<li>Fixed blank tile bug in the Prehistoric Isle driver</li>
|
||
<li>Fixed bad tiles in The King of Fighters 99 driver [BisonSAS, Ryo, Robert, Yuri, Takuma)</li>
|
||
<li>Updated the CPS-1 drivers to allow brightness control in the palette</li>
|
||
<li>Removed the XOR from spf2ta now the decryption key is known</li>
|
||
<li>Cleanup to the Bombjack driver [BisonSAS]</li>
|
||
<li>Fixed issues with savestates in several drivers</li>
|
||
<li>Changed the game selection dialog again</li>
|
||
<li>Added/fixed several non-Latin titles [doomking, BisonSAS]</li>
|
||
<li>Updated several romsets to match MAME 0.112u3</li>
|
||
<li>Fixed the perl script that generates the driver list so that sets can be assigned to debug builds only again</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.63</h3>
|
||
<ul>
|
||
<li>Added garoubl to the Garou driver</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.62</h3>
|
||
<ul>
|
||
<li>Added driver for Choko (choko)</li>
|
||
<li>Added driver for Jyangokushi: Haoh no Saihai (jyangoku)</li>
|
||
<li>Added various CPS-2 clones now the decryption keys are known</li>
|
||
<li>Added rastsag1 to the Rastan driver</li>
|
||
<li>Fixed bug with EEPROM on startup in CPS games</li>
|
||
<li>Fixed crash bug in Q-Sound games with sound disabled</li>
|
||
<li>Enabled the "Tournament" mode in the tournament versions of Super Street Fighter 2 - now they try to connect to other terminals (if you just want to play the games then change the setup in the "Test Menu", access using F2)</li>
|
||
<li>Fixed bug in datfile generation module</li>
|
||
<li>Various rom changes to match MAME 0.112u2 (with the exception of the XOR for spf2ta)</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.61</h3>
|
||
<ul>
|
||
<li>Fixed bug in System 16 sound - won't test with volume down in future!</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.60</h3>
|
||
<ul>
|
||
<li>Added Sega System 16A driver supporting Action Fighter, Alex Kidd, Fantasy Zone, Quartet, Shinobi and Time Scanner</li>
|
||
<li>Added various clones to the CPS-2 driver as the keys are now known</li>
|
||
<li>Added driver for Street Fighter Alpha CPS-Changer</li>
|
||
<li>Various renames and XOR removals to match MAME 0.111u5</li>
|
||
<li>Improved save state support in numerous drivers</li>
|
||
<li>Dropped the "(BH)" monikor from the App title</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.59</h3>
|
||
<ul>
|
||
<li>Fixed issues with sound in irrmaze, joyjoy, mahretsu, pspikes2 and socbrawl</li>
|
||
<li>Added sf2m2 to the Street Fighter 2 Champion Edition driver</li>
|
||
<li>Amended the game selection dialog and separated CPS-1/CPS-2 games</li>
|
||
<li>Widened the dip switch dialog</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.96.58</h3>
|
||
<p>This is a fairly big update; changes are summarised below;</p>
|
||
<ul>
|
||
<li>Neo Geo
|
||
<ul>
|
||
<li>Added driver for Diggerman (diggerma)</li>
|
||
<li>Added driver for Jockey Grand Prix (jockeygp)</li>
|
||
<li>Added driver for Metal Slug 5 (mslug5, ms5plus, ms5pcb)</li>
|
||
<li>Added driver for Pochi and Nyaa (pnyaa)</li>
|
||
<li>Added driver for Samurai Shodown V (samsho5, samsho5h, samsho5b, samsh5sp, samsh5sh, samsh5sn)</li>
|
||
<li>Added driver for SvC Chaos - SNK vs Capcom (svc, svcboot, svcplus, svcplusa, svcsplus, svcpcb, svcpcba)</li>
|
||
<li>Added driver for The King of Fighters 2003 (kof2003, kf2k3bl, kf2k3bla, kf2k3pl, kf2k3upl, kf2k3pcb)</li>
|
||
<li>Added driver for V-Liner (vliner, vlinero)</li>
|
||
<li>Added driver for Zintrick (zintrckb)</li>
|
||
<li>Added aof3k to the Art of Fighting 3 driver</li>
|
||
<li>Added ct2k3sp to the Crouching Tiger Hidden Dragon 2003 driver</li>
|
||
<li>Added kog to the King of Fighters '97 driver</li>
|
||
<li>Added lastsold to the Last Blade driver</li>
|
||
<li>Added mslug3b6 to the Metal Slug 3 driver</li>
|
||
<li>Added ms4plus to the Metal Slug 4 driver</li>
|
||
<li>Added fswords to the Samurai Shodown III driver</li>
|
||
<li>Added lans2004 to the Shock Troopers 2 driver</li>
|
||
<li>Added kof10th, kf10thep, kf2k5uni, kf2k2mp, kf2k2mp2, kf2k2pls, kf2k2pla, kof2k4se to the King of Fighters 2002 driver</li>
|
||
<li>ROMset changes to match MAME affecting the kizuna, kof2000, kof2001, kof2002, lastblda, matrim, mslug4, and rbff1 drivers</li>
|
||
<li>Added emulation for PVC Protection</li>
|
||
<li>Added extra emulation for various bootlegs and gambling games</li>
|
||
<li>Enabled a protection patch for Metal Slug X making the game playable</li>
|
||
<li>Updated Universe BIOS to latest version (2.2)</li>
|
||
<li>Added missing bioses from MAME</li>
|
||
<li>Added a compile-time define in the Neo Geo driver to strictly match the MAME bios set for romset validation purposes</li>
|
||
<li>Removed driver for bangbedp</li>
|
||
</ul></li>
|
||
<li>CPS-2
|
||
<ul>
|
||
<li>Added the decryption algorithm routines to allow games to be decrytped without XORs</li>
|
||
<li>Removed the XORs from drivers where the decryption key is known</li>
|
||
<li>Added driver for Hyper Street Fighter 2 (hsf2a)</li>
|
||
<li>Added driver for Puzz Loop 2 (pzloop2, pzloop2j)</li>
|
||
<li>Added 19xxa to the 19XX driver</li>
|
||
<li>Added avspa to the Alien vs Predator driver</li>
|
||
<li>Added armwar to the Armored Warriors driver</li>
|
||
<li>Added ddsomr1, ddsomr3 to the Dungeons & Dragons: Shadow of Mystara driver</li>
|
||
<li>Added ddtodr1 to the Dungeons & Dragons: Tower of Doom driver</li>
|
||
<li>Added mshj to the Marvel Super Heroes driver</li>
|
||
<li>Added mshvsfj2 to the Marvel Super Heroes vs Street Fighter driver</li>
|
||
<li>Added spf2ta to the Super Puzzle Fighter 2 Turbo driver</li>
|
||
<li>Added ssf2tbr1 to the Super Street Fighter 2 driver</li>
|
||
<li>Added ssf2u to the Super Street Fighter 2 Turbo driver</li>
|
||
<li>Added xmvsfu to the X-Men vs Street Fighter driver</li>
|
||
<li>Emulated the paddles in Puzz Loop 2 (pzloop2, pzloop2j)</li>
|
||
<li>ROMset changes to match MAME affecting the armwar, avsp, ddsom, ddtod, dstlk, msh, mshvsf, msvc, progear, sfa, sfa3, sgemf, spf2t, vhunt2, and xmvsf drivers</li>
|
||
<li>Corrected the descriptions in the Cyberbots driver</li>
|
||
<li>Disabled drivers for games without XORs or decryption keys</li>
|
||
</ul></li>
|
||
<li>CPS-1
|
||
<ul>
|
||
<li>Added cawingr1 to the Carrier Air Wing driver</li>
|
||
<li>Added ffightua to the Final Fight driver</li>
|
||
<li>Fixed the Saturday Night Slam Masters driver so the games now boot</li>
|
||
<li>ROMset changes to match MAME affecting the forgottn, sf2, and varth drivers</li>
|
||
<li>Removed driver for knightsh</li>
|
||
</ul></li>
|
||
<li>Toaplan
|
||
<ul>
|
||
<li>Added driver for Hell Fire (hellfire, hellfir1, hellfir2)</li>
|
||
<li>Added driver for Truxton (truxton)</li>
|
||
<li>Added driver for Zero wing (zerowing)</li>
|
||
<li>Added batsugna to the Batsugun driver</li>
|
||
<li>Added outzoneb, outzonec to the Out Zone driver</li>
|
||
<li>Fixed the dip switches in the Out Zone driver</li>
|
||
<li>ROMset changes to match MAME affecting the bbakraid, dogyuun, outzone and shippumd drivers</li>
|
||
</ul></li>
|
||
<li>Cave
|
||
<ul>
|
||
<li>Added donpachk to the Donpachi driver</li>
|
||
<li>Added theroes to the Gaia driver</li>
|
||
<li>Added uopoko to the Puzzle Uo Poko driver</li>
|
||
<li>ROMset changes to match MAME affecting the btlkroad, ddonpach, dfeveron, donpach, gaia and uopoko drivers</li>
|
||
</ul></li>
|
||
<li>Misc
|
||
<ul>
|
||
<li>Added driver for Cooki and Bibi 2</li>
|
||
<li>Added driver for Cooki and Bibi 3</li>
|
||
<li>Added driver for More More</li>
|
||
<li>Added driver for More More Plus</li>
|
||
<li>Added driver for Puzzle King</li>
|
||
<li>Added driver for Toppy & Rappy</li>
|
||
<li>Added driver for Twinkle</li>
|
||
<li>Added driver for XESS - The New Revolution (SemiCom 3-in-1)</li>
|
||
<li>Added gtstarba to the Guardian driver</li>
|
||
<li>Added newsa to the News driver</li>
|
||
<li>Added slapftuk, slapfgtr to the Slap Fight driver</li>
|
||
<li>Added snowbroc to the Snow Bros. driver</li>
|
||
<li>Added solomon to the Solomons Key driver</li>
|
||
<li>Added s1945a, s1945k to the Strikers 1945 driver</li>
|
||
<li>Added supermanj to the Superman driver</li>
|
||
<li>Added tigerhb2 to the Tiger Heli driver</li>
|
||
<li>Added daisenpu to the Twin Hawk driver</li>
|
||
<li>Fixed the sound generated by the YM2151 in the Final Star Force driver</li>
|
||
<li>Fixed the hang bug in the Rastan driver when starting the game</li>
|
||
<li>ROMset changes to match MAME affecting the gunbird, opwolf, rastan, s1945, solomon, tengai and tigerh drivers</li>
|
||
</ul></li>
|
||
<li>Application
|
||
<ul>
|
||
<li>Added a NODUMP flag for rom definitions and updated DAT file generation and rom scan routines to support it</li>
|
||
<li>Increased the max length of a rom name to 32 characters</li>
|
||
<li>Added support for the extra V-Liner inputs to the input dialog</li>
|
||
<li>Made game selection dialog wider to accomodate longer game titles</li>
|
||
<li>Fixed the player descriptions in the input dialog (Player 0 becomes Player 1, etc.)</li>
|
||
</ul></li>
|
||
</ul>
|
||
|
||
<div class="note">From this point forward, all releases are handled by Barry and each external contribution is labelled.<br /><br />The releases below were available on the old FBA site.</div>
|
||
|
||
<h3>v0.2.95.23</h3>
|
||
<p>Time for another FinalBurn Alpha release, bringing with it an assortment of fixes and additions. Grab it while it's hot, from our files page. Any bugs / issues should be reported to the FBA official forums.</p>
|
||
<ul>
|
||
<li>This is still an alpha release!</li>
|
||
<li>Note that, if compiled with GCC, you will need to use version 3.3.x, and the experimental DirectX 9 blitter is not built</li>
|
||
<li>Changed the way FB Alpha looks for ROMs. Now, it will always check the last path for any given .zip file, even when a .zip file of the same name is present in another path. This way, we can keep ROMs that are only needed for FB Alpha seperate without sacrifising compatibility with other emulators</li>
|
||
<li>Changed the way Neo Geo memory cards work, allowing the use of 1 megabit cards</li>
|
||
<li>Emulated protection in Super Sidekicks (was patched before)</li>
|
||
<li>Fixed the last few bad game names / bad ROM definitions</li>
|
||
<li>Fixed a few minor issues in the makefile for mingw/cygwin</li>
|
||
<li>The debugger is now only compiled for debug builds</li>
|
||
<li>Minor updates to compile documentation</li>
|
||
<li>Fixed a crash at startup for some systems when autopause was activated</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.95.22</h3>
|
||
<p>This release fixes a few bugs that crept into yesterdays release. GCC is supported in this release, with a few stipulations. See below for more details regarding compiling this release with GCC. Grab this latest release from our files page.</p>
|
||
<ul>
|
||
<li>This is still an alpha release!</li>
|
||
<li>Note that, if compiled with GCC, you will need to use version 3.3.x, and the experimental DirectX 9 blitter is not built</li>
|
||
<li>Implemented workarounds to the FB Alpha executable to allow the use of windres as the resource compiler (it cannot zero-terminate strings or use a string as an RCDATA resource)</li>
|
||
<li>Cleaned up the makefiles (variables/options now defined in the main makefile)</li>
|
||
<li>Fixed a few game names / bad ROM definitions</li>
|
||
<li>Fixed CPS1 games sound / crashing if started as the 1st game</li>
|
||
<li>Fixed the Psikyo games that use an YM2610 for sound</li>
|
||
<li>Fixed a few problems with ANSI builds</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.95.21</h3>
|
||
<p>At long last its time for a new version of FBA! On offer are the standard build, the source code and an optimised binary for use on Win9x / Pentium machines. You can download the latest version, from our Files page.</p>
|
||
<p>This is still an alpha release!</p>
|
||
<p>Note that this version CANNOT be compiled with GCC!</p>
|
||
<ul>
|
||
<li>converted all code to optionally use unicode</li>
|
||
<li>Added a driver for 68EC020 based Psikyo hardware</li>
|
||
<li>Added a second 68000 CPU core. For plain 68000 CPUs you can select which core to use, the new one also emulates 68010 and 68EC020 CPUs</li>
|
||
<li>Fixed the overclock feature for Neo Geo</li>
|
||
<li>Added a DirectX Graphics 9 blitter (see system requirements, below)</li>
|
||
<li>Performed miscellaneous minor bugfixes</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.94.98</h3>
|
||
<p>Special Christmas Eve Release!</p>
|
||
<p>A new version of FBA has been released, with the following fixes and updates. Please remember that this is still considered to be an alpha release and while we are pretty sure most of the nastier bugs have been squashed, a few may remain. So if you find a bug, please report it to the appropriate forum. All that remains is too wish our Christmas celebrating users a Merry Christmas! And to everyone else, happy Winter Solstice!</p>
|
||
<ul>
|
||
<li>Fixed all the new bugs introduced in the previous version</li>
|
||
<li>Fixed the raster effects in Samurai Shodown 3</li>
|
||
<li>Preview images can be any png file upto 1024×0124 pixels</li>
|
||
<li>Added descriptive text to screenshot png files</li>
|
||
<li>Added a system information dialog that's used when FB Alpha crashes</li>
|
||
<li>Added the english language versions of mahoudai and shippumd</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.94.97</h3>
|
||
<p>There is a new version of FBA available from our downloads page. At present an upgrade .msi is unavailable. Any users wishing to upgrade, should download the standard fba_029497.exe and extract the contents to their installation directory.</p>
|
||
<p>This is an alpha release! Again, although we expect very few problems, there still might be some we've not seen.</p>
|
||
<ul>
|
||
<li>Fixed most of the remaining problems in v0.2.94.96</li>
|
||
<li>Shortcut keys have changed</li>
|
||
<li>Directories used by FB Alpha have changed</li>
|
||
<li>Readme updated (read it completely even if you've read the earlier versions)</li>
|
||
<li>The Neo Geo driver now always uses a real AES BIOS in AES mode, more differences between AES and MVS are emulated now as well</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.94.96</h3>
|
||
<p>All the files are now back online. If you downloaded the previous installer, then you only have to download the smaller upgrade installer this time around. There is also an optimised build for K6 users; as after all, they are people too; Please remember to delete the contents of you cfg/ folder before you start FBA, as the old cfg files will not be fully compatible with the new release.</p>
|
||
|
||
<h3>v0.2.94.95</h3>
|
||
<p>A new version of FBA has been released. This version fixes most of the problems in v0.2.94.56. If you downloaded the fba.msi last time, we recommend that you wait for the fba_029495_update.msi that should be released later this evening. For all the K6 people out there, an optimized K6 version will be available shortly as well. Please note that certain CPS1 games still lack sound. Downloads are currently available from the torrents page. Direct downloads will be available in a little while. If you are using FB Alpha v0.2.94.56, please upgrade. Delete all files in the FB Alpha cfg directory.</p>
|
||
|
||
<h3>v0.2.94.56</h3>
|
||
<ul>
|
||
<li>Added a driver for Neo Geo games</li>
|
||
<li>too many other improvements to name</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.94</h3>
|
||
<ul>
|
||
<li>Added a driver for Cave games</li>
|
||
<li>Added a driver for Rainbow Islands</li>
|
||
<li>Added support for X-Arcade joystick</li>
|
||
<li>Improved compatibility of the Direct3D blitter, and added new options</li>
|
||
<li>re-added 3x macros for Street Fighter 2 style games</li>
|
||
<li>Added 4-point interpolation to the ADPCM sound cores</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.92</h3>
|
||
<ul>
|
||
<li>Small bug-fix release, relating to inputs (Z-Axis), NetPlay Chat font-size and a small speed increase</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.91</h3>
|
||
<p>(This is basically a new emulator with far too many new features to list - the following is merely a very brief summary).</p>
|
||
<ul>
|
||
<li>Toaplan2 emulation</li>
|
||
<li>Massively improved CPS-2 emulation with support for all currently XORed games</li>
|
||
<li>Improved CPS-1 emulation with support for the recent (Chinese?) hacks</li>
|
||
<li>Many, many UI enhancements</li>
|
||
<li>New blitters - including RGB effects, etc</li>
|
||
<li>Demo recording and playback</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.6</h3>
|
||
<ul>
|
||
<li>Added drivers for sgemf, sgemfa, pfghtj, ssf2a, ssf2ar1 & spf2t.</li>
|
||
<li>Added Dynasty Wars (World) and Knights of the Round (Hack).</li>
|
||
<li>Fixed the off-set of the sprites in the mvsc ending.</li>
|
||
<li>Fixed the sound in some CPS-1 games (all work fine now).</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.5</h3>
|
||
<ul>
|
||
<li>Fixed menu/cheat incompatibilty bug</li>
|
||
<li>Added a suprise (in the source)</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.4.0</h3>
|
||
<ul>
|
||
<li>Fixed dstlk driver for euro parent set</li>
|
||
<li>Added mvsc driver</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.3.0</h3>
|
||
<ul>
|
||
<li>This build should fix the drop in performance that has been experienced by people with slow PC's. This was probably caused by new Platform SDK DirectX 8.0 elements. Please let us know if you still experience a drop in performance</li>
|
||
<li>Fixed bug with Mercs driver</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.2.7</h3>
|
||
<ul>
|
||
<li>Added starfield emulation</li>
|
||
<li>Added support for changing layer-sprite priorities with raster effects. (fixes glitches in Manhattan and Apocalypse stages)</li>
|
||
<li>Fixed pgear/armwar glitch</li>
|
||
<li>Added hotkeys for savestate slots</li>
|
||
<li>Updated the cheat engine so it can use same cheats for multiple games</li>
|
||
<li>Added screenshot feature</li>
|
||
<li>Added a basic shot factory. F8 to activate</li>
|
||
<li>Slightly changed shot factory to include sprite toggle</li>
|
||
<li>Updated the fbcheat.dat file with a ton of cheats</li>
|
||
<li>Driver changes</li>
|
||
<li>Fixed controls for mercs & clones</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.2</h3>
|
||
<ul>
|
||
<li>Fixed cawing & clones buildings gfx error</li>
|
||
<li>Fixed repeating sounds</li>
|
||
<li>Fixed sound crashing in DDTOD and other games</li>
|
||
<li>Changed keys for volume up and down</li>
|
||
<li>Fixed aspect ratio for vertical games</li>
|
||
<li>Added the third button to the mtwins driver</li>
|
||
<li>fixed crash bugs in cawingj, knightsj, qadj, striderj, varthj & varthu</li>
|
||
<li>Added more cheats</li>
|
||
</ul>
|
||
|
||
<h3>v0.2.1</h3>
|
||
<ul>
|
||
<li>Added drivers for ddtod, sfz3a, vsava, xmvsf & xmcota</li>
|
||
</ul>
|
||
|
||
<h3>v0.200</h3>
|
||
<ul>
|
||
<li>Re-added T key.</li>
|
||
<li>Fixed sound stop when you select menu.</li>
|
||
<li>Fixed slammast input players 3/4.</li>
|
||
<li>Fixed captcomm input player 4.</li>
|
||
<li>Fixed forgottn analogic input.</li>
|
||
<li>FBA version in About dialog is dynamically updated.</li>
|
||
<li>Show volume value.</li>
|
||
<li>Added Pang! 3 working driver.</li>
|
||
<li>Fixed the menu to disable a few options during netplay.</li>
|
||
<li>Added sprite masking.</li>
|
||
<li>Added small sprite fix.</li>
|
||
<li>Added BgHi. (thanks ElSemi)</li>
|
||
<li>Added scroll limits.</li>
|
||
<li>Added new load dialog.</li>
|
||
<li>Ported FBA to Cygwin/MinGW.</li>
|
||
<li>Added new stretch options.</li>
|
||
<li>Added switch to use arcade resolution for full-screen mode.</li>
|
||
<li>Added support for beam-synchronized interrupts.</li>
|
||
<li>Optimized sprite masking.</li>
|
||
<li>Numerous small fixes.</li>
|
||
<li>Added (and fixed) new sound interpolation routines by ComaC.</li>
|
||
<li>Added command line parsing.</li>
|
||
<li>Added automatic generation of the driver list & gamelist.txt.</li>
|
||
<li>Fixed the dip switch engine so it works with the sega games.</li>
|
||
<li>Fixed CpsFsStopOpposite so it won't stop 3kick and 3punch.</li>
|
||
<li>Added fix to cpst.cpp by TRAC of the SNEeSe Emulator to fix a sprite clipping bug on CPS games.</li>
|
||
<li>Redid most of the VC++ project files to allow the emulator to build.</li>
|
||
<li>Added Jan_Klaassen to the about box.</li>
|
||
<li>Alphabetically listed the drivers (so the Kaillera game list doesn't screw up).</li>
|
||
<li>Fixed batcir 4 player fix, so it actually works.</li>
|
||
<li>Added a huge amount of new cheats in the fbcheat.dat file.</li>
|
||
<li>Updated some of the docs and stuff.</li>
|
||
<li>Fixed the default controllers so they are set to different devices.</li>
|
||
<li>Removed the 'flip monitor as standard for XMvSF in netplay' fix as it's no longer needed.</li>
|
||
<li>Re-arranged the panel in netplay a little so it's a little more compact.</li>
|
||
<li>Updated the CpsFsStopOpposite function with lots of new input ports and updated a few CPS-2 drivers to use it.</li>
|
||
<li>Updated most CPS drivers so that the correct sound codes are blocked when the user selects that option.</li>
|
||
</ul>
|
||
|
||
<h3>v0.138a</h3>
|
||
<ul>
|
||
<li>Added Drivers for mshvsf, mshvsfj, mshvsfjr1, vsav & armwar</li>
|
||
<li>No further updates have been made to this version</li>
|
||
</ul>
|
||
|
||
<h3>v0.137a</h3>
|
||
<ul>
|
||
<li>Fixed auto-pause</li>
|
||
<li>Fixes to dozea.asm</li>
|
||
<li>Fixed HotRod inputs</li>
|
||
<li>Fixed an input menu bug when there's no DIP-SW data available</li>
|
||
<li>Updated and fixed dipinfo.dat file</li>
|
||
<li>Updated fbcheat.dat file</li>
|
||
<li>Added volume control</li>
|
||
<li>Added more accelerators</li>
|
||
</ul>
|
||
|
||
<h3>v0.137</h3>
|
||
<p>REALLY IMPORTANT BIT: We require your feedback/input, regarding any problems/bugs you may have with the Kaillera netplay & new menu. Please report any bugs to http://www.xsorbit.com/users/LEvilElmo/index.cgi - and use the FinalBurn Alpha Bug Report Board. Remember to provide details about your PC's spec's, OS, etc etc.</p>
|
||
<p>SECOND IMPORTANT BIT: Ayeye & HyperYagami have joined "Team FB Alpha."</p>
|
||
<ul>
|
||
<li>Added a new GUI</li>
|
||
<li>Added rom scanning to check what roms you have</li>
|
||
<li>Added options to show all, CPS-1 only or CPS-2 only games</li>
|
||
<li>Added option to only show the games you got</li>
|
||
<li>Added esc=exit for all dialogs</li>
|
||
<li>Added CPS1 QSound (thanks for info ElSemi)</li>
|
||
<li>Added IIR low pass filter</li>
|
||
<li>Added Dip Switches Engine</li>
|
||
<li>Fixed stupid error I made with the cheat dialog column widths :P</li>
|
||
<li>Set nApplyCheatEveryXFrame to 0 as standard</li>
|
||
<li>Fixed so the 4 player fix for batcirj only applies to netplay</li>
|
||
<li>Added light blue background as standard for SFA3 + clones in netplay</li>
|
||
<li>Added flip monitor as standard for XMvSF in netplay</li>
|
||
<li>Added drivers for ddsom, dstlk, dstlkr1, sfa & sfar1</li>
|
||
<li>Updated cheats file</li>
|
||
</ul>
|
||
|
||
<h3>v0.136 WIP</h3>
|
||
<ul>
|
||
<li>A small fix so the the option bReadInputEveryFrame is always *ON* during netplay. Changing the value in the .ini file now only effects local play</li>
|
||
<li>Disabled the T key during netplay until i can fix it and still make FB run under Win95</li>
|
||
<li>Fixed four player in Battle Circuit</li>
|
||
</ul>
|
||
|
||
<h3>v0.136</h3>
|
||
<p>REALLY IMPORTANT BIT: Delete all of the files in the "cfg folder" apart from the "finalburn file." The new cheat engine has "issues" with the old config files.</p>
|
||
<ul>
|
||
<li>Disabled the T (talk) key during netply until i can figure out a way of fixing the problem</li>
|
||
<li>A small fix so the the option bReadInputEveryFrame is now always ON during netplay. Changing the value in the .ini file now only effects local play</li>
|
||
<li>Merged in some changes from big fool</li>
|
||
<li>Added an options dialog, still needs a bit of work but works in its current state</li>
|
||
<li>Added the layer toggle code by gangta and removed the old Alt+L layer toggle stuff keys alt+6 -0 are used</li>
|
||
<li>Added version 2 of HyperYagami's Cheat engine. A lack of space on the cheat menu has ment that you cannot disable cheats, but that doesn't really matter. Also made a small change for netplay cus the input dialog was getting screwed</li>
|
||
<li>Removed the Dat type code from the .ini file. Use the buttons under options instead</li>
|
||
<li>Cheat options input screen added :)</li>
|
||
<li>Fixed 4 player under Battle Circuit</li>
|
||
<li>Added lots more cheats to the fbcheat.dat file</li>
|
||
<li>Fixed so the 4/3 player fixes only applies to the netplay games</li>
|
||
<li>Minor tweak to the Options Input screen</li>
|
||
<li>Added Mike's lovely FBA logo to all the doc's</li>
|
||
</ul>
|
||
|
||
<h3>v0.135</h3>
|
||
<ul>
|
||
<li>Readded Ayeye's pause code, works a lot better now. Also added his latest version which fixes a few bugs. the game will now pause when the panel is shown and when the window loses foucus. It is still disabled during netplay</li>
|
||
<li>Readded HyperYagami's multi rom path stuff</li>
|
||
<li>Fixed the updated Megaman driver</li>
|
||
<li>Added the first version of HyperYagami's cheat engine as well as making a few changes to disable it during multiplayer</li>
|
||
<li>A small fix so the the option bReadInputEveryFrame is always off during netplay. Changing the value in the .ini file now only effects local play</li>
|
||
<li>Fixed the warnings that were starting to creep in all over the place</li>
|
||
<li>Added region switches for: Battle Circuit, Eco Fighters, Armored Warriors & Street Fighter Zero 2 Alpha</li>
|
||
<li>Fixed player 2 & 3 controls in Mercs</li>
|
||
<li>Merged Logiqxs driver changes</li>
|
||
<li>Merged Logiqxs .dat generator and added .ini setting for it</li>
|
||
<li>Added Hotrod support in the ini</li>
|
||
<li>Added extra ports to CPS_RW.CPP to get the kicks working in sf2ue and gain more control over rotation in forgottn</li>
|
||
<li>Altered the Driver list so that all drivers are listed alphabetically, this fixes the "Alphabetical Doubling" in the game list, when creating an online game</li>
|
||
<li>Got 3Player controls working in Knights of the Round</li>
|
||
<li>Yet another tweak to the load menu - everything should now be in the correct order</li>
|
||
<li>Added AvsP 3 Player fix & DD:SoM 4 Player fix, should work fine in netplay now!</li>
|
||
<li>Fixed Ghouls, SSF2T & SF2T + Clones in netplay, they were unplayable before!</li>
|
||
<li>Fixed the region switches in netplay!</li>
|
||
<li>Added region switches for: DD:ToD, Pnickies, Mega Man</li>
|
||
<li>Added Infinite Time cheats to all 1 on 1 fighting games</li>
|
||
<li>Fixed the QNDream controller</li>
|
||
</ul>
|
||
|
||
<h3>v0.134</h3>
|
||
<p>FinalBurn Alpha is now updated by "Team FB Alpha" (LoopMaster, KEV, Mike_Haggar & TrebleWinner)</p>
|
||
<ul>
|
||
<li>Fixed FFightj GFX Loading</li>
|
||
<li>Added 2 new fields to the driver structure</li>
|
||
<li>Added Treble Winner's changes fixing descriptions of many of the inputs</li>
|
||
<li>Changed the load dialog to support the new text fields</li>
|
||
<li>Removed the multi rom path code as it needs fixing</li>
|
||
<li>Added Merged CPS1 Drivers (Rest of the games!)</li>
|
||
<li>Fixed Mercs and clones, Cawingj, Cworld2j, Pnickj & Qad GFX Loading</li>
|
||
<li>Fixed 3wonders and clones & willow and clones GFX Loading + Banks</li>
|
||
<li>Added the inputs that was missing, but were included in MAME</li>
|
||
<li>Added Captain Commando and clones driver</li>
|
||
<li>Added Mega Twins and clones driver (thanks to Diablo82 & Treble_Winner)</li>
|
||
<li>Fixed SF2 Init13 (thanks to Treble_Winner)</li>
|
||
<li>Added TrebleWinners default controls code. Default controls can now be set in the ini (eg: 0=keyboard, 1=joystick 1, 2=joystick 2, etc...</li>
|
||
<li>Minor tweak to the load menu display</li>
|
||
<li>Added Ayeye's Pause Code. FinalBurn Alpha will now pause when the window loses focus. NB: the gui must be hidden for this to occur</li>
|
||
<li>Fixed problems with Win95/Kaillera incompatabilities (KEV)</li>
|
||
<li>Added drivers for the new CPS2shock releases (Battle Circuit, Eco Fighters, SFA3 clones & Vampire clone)</li>
|
||
</ul>
|
||
|
||
<h3>v0.133</h3>
|
||
<ul>
|
||
<li>An apology for releasing the debug version by accident, sorry all. C++ caused several lock ups & crashes on my PC before I built the .exe file. Several configuration setting's fouled up & I lost a few unimportant files as well :(</li>
|
||
</ul>
|
||
|
||
<h3>v0.132</h3>
|
||
<ul>
|
||
<li>Hack Fixed the UN Squadron driver (KEV)</li>
|
||
<li>Add WIP for better Multiply protection</li>
|
||
<li>Patched Knights of the round so you can play it</li>
|
||
<li>Added King of Dragons driver By Mike_Haggar with a fix by KEV</li>
|
||
<li>Added Support for 1941 and clones</li>
|
||
<li>A fully working King Of the Dragons Driver</li>
|
||
<li>A very very small tweak to the game selection dialog</li>
|
||
<li>Re-added a few lines in drv.cpp to fix on-line mode and tweaked rom search path</li>
|
||
<li>Added Better support for the CPS1 board IDs to get all the games that need it working and changed drivers as needed</li>
|
||
<li>Added Merged CPS2 Drivers (All games!)</li>
|
||
<li>Added Merged CPS1 Drivers for : UN Squadron, Varth, Strider, MSword and Final Fight!</li>
|
||
<li>Added Merged Sf2 and Sf2ce drivers with all clones with thanks to JeldrosJ3 for SF2RB2</li>
|
||
<li>Fixed the problem with Marvel Super Heroes (Japan) loading the USA version instead of the Japan version.</li>
|
||
</ul>
|
||
|
||
<h3>v0.131</h3>
|
||
<ul>
|
||
<li>Now compiled with Christophe's Alpha 5 Kaillera code</li>
|
||
<li>Fixed the crash when using Strider Hiryu (USA)</li>
|
||
<li>Multiple ROM path support added courtesy of HyperYagami</li>
|
||
</ul>
|
||
|
||
<h3>v0.130</h3>
|
||
<ul>
|
||
<li>Now compiled with Christophe's Alpha 4 Kaillera code, a new version of the kailleraclient.dll is also included in this release</li>
|
||
<li>Added lots of new drivers for Street Fighter (C.E. & Turbo), mainly clones though, thanks to everyone who donated these. Too many to mention here, but SF2 Red Wave & Rainbow Edition are included</li>
|
||
<li>Drivers added for Magic Sword (Mike Haggar) and UN Squadron (KEV)</li>
|
||
<li>Added my own Knights of the Round driver, thanks go out to Mike Haggar for fixing the GFX issues. Unfortunately the in-game controls don't work at present :( </li>
|
||
<li>In theory it should be possible to play against someone who is using FinalBurn Kaillera Alpha 4, as both use the same code. That said, it would be better if you play against someone who is using Final Burn Alpha v0.130 :)</li>
|
||
</ul>
|
||
|
||
<h3>v0.129</h3>
|
||
<ul>
|
||
<li>There's no need to use patched XOR's anymore! Armwar, Pgear & Pgearr1 now use the original XOR tables released by Raz. A very big thankyou goes out to Raz & FinalDave for helping me solve this problem :)</li>
|
||
<li>Pgearr1 now works correctly, and no longer reports the "1010 EXCEPTION 0000716C" message</li>
|
||
<li>Re-ordered the games list. CPS-1/CPS-Changer games can now be found at the bottom of the game list, in alphabetical order</li>
|
||
<li>Forced "bReadInputEveryFrame" to default as "0" (off). According to Raz this should help with the netplay. The "bDrvSaveAll" option should also be set to "0" if you are using the netplay feature</li>
|
||
</ul>
|
||
|
||
<h3>v0.128</h3>
|
||
<ul>
|
||
<li>Added Christophe's Kaillera source code (Alpha3), so netplay is now available!</li>
|
||
</ul>
|
||
|
||
<h3>v0.127</h3>
|
||
<ul>
|
||
<li>Enabled the CPS-1 drivers for:
|
||
<ul>
|
||
<li>Megaman/Rockman: The Power Battle</li>
|
||
<li>Final Fight (World)</li>
|
||
<li>Ghouls & Ghosts</li>
|
||
<li>Strider</li>
|
||
<li>Street Fighter 2 (ETC)</li>
|
||
<li>Street Fighter 2: C.E. (ETC)</li>
|
||
<li>Street Fighter 2 Turbo (USA)</li>
|
||
</ul></li>
|
||
<li>Enabled the CPS-Changer driver for:
|
||
<ul>
|
||
<li>Street Fighter Zero</li>
|
||
</ul></li>
|
||
</ul>
|
||
|
||
<h3>v0.126</h3>
|
||
<ul>
|
||
<li>Updated all CPS-2 drivers, to be compliant with Logiqx CPS-2 DAT 20010727</li>
|
||
<li>Added drivers for Armwar, Pgear & Pgearr1 - they currently use Haze's patched XOR's</li>
|
||
<li>You need to add the following patched XOR's to the following ROMset's:
|
||
<ul>
|
||
<li>pgear_xor_haze.zip ------> pgear.zip</li>
|
||
<li>pgearr1_xor_haze.zip ----> pgearr1.zip</li>
|
||
<li>armwar_xor_haze.zip -----> armwar.zip</li>
|
||
</ul></li>
|
||
<li>Pgearr1 loads but does not work properly, it only displays a "1010 EXCEPTION 0000716C"</li>
|
||
</ul>
|
||
|
||
<h3>v0.125</h3>
|
||
<ul>
|
||
<li>Altered Driver for Ddsomj so that it now points to Ddsomjr1</li>
|
||
</ul>
|
||
|
||
<h3>v0.124</h3>
|
||
<ul>
|
||
<li>Removed CPS-1 & Sega drivers</li>
|
||
<li>Added Drivers for all CPS-2 titles, with the exception of Armoured Warriors & Powered Gear</li>
|
||
</ul>
|
||
|
||
</div>
|
||
|
||
</body>
|
||
</html> |