From 1b3bb6909e9bd1a339f168c0ca02cf0bcf7e828e Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Fri, 17 Mar 2017 22:59:03 +0000 Subject: [PATCH] update whatsnew.html --- whatsnew.html | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/whatsnew.html b/whatsnew.html index bfcc1acdd..71dc2d37f 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -215,6 +215,21 @@
  • Added newer-style VezMapMemory() function to the NEC V20-35 cpu interfaces. [dink]
  • Fixed a masking issue in NEC V20-35's read port interface [dink]
  • Fixed a blitter issue in Kangaroo, fixed savestates: video banking and lost music [dink]
  • +
  • Fixed nasty crackling/popping noises in Darius 2 [dink]
  • +
  • Hooked up shot and explosion samples to Seibu Stinger and Scion[c] [dink]
  • +
  • Fixed sprite flickering and freeze-ups in Xain'd Sleena [dink]
  • +
  • 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]
  • +
  • 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]
  • +
  • Fix dipswitch issues in several games thanks to info from the libretro/fba guys [barbudreadmon, dink]
  • +
  • Fixed Dac and scrolling issues in Konami's Finalizer [dink]
  • +
  • Fixed a crash issue in Super-X (NTC) when up + down was pressed [dink]
  • +
  • Default Full Screen depth to 32bpp [dink]
  • +
  • Fixed DC Offset on Quartet 1 and 2's DAC, eliminating pops and clicks [dink]
  • +
  • Added proper inputs for Wall Crash [dink]
  • +
  • Add default gun calibrations and fix sprite:tile priority issues in Operation Wolf 3 [dink]
  • +
  • []
  • +
  • []
  • +
  • []
  • New drivers

    @@ -239,11 +254,21 @@
  • Added driver for Shadow Land, Dragon Spirit, Pac-Mania, Galaga '88, Splatter House and others on Namco System 1 Hardware [iq_132, dink]
  • Added driver for Fantasy Land, Galaxy Gunner and Wheels Runner [iq_132, dink]
  • Added driver for Susume! / Go Go! Mile Smile and Gyakuten! Puzzle Bancho on Fuuki 16-bit Hardware [iq_132, dink]
  • +
  • Added driver for Karate Champ by Data East [iq_132, dink]
  • +
  • Added driver for Shot Rider, Zippy Race / Traverse USA [iq_132, dink]
  • +
  • Added driver for Konami's Hyper Sports and Road Fighter [iq_132]
  • +
  • Added driver for Konami's Juno First [iq_132]
  • +
  • Added driver for Battle Cross and DodgeMan [iq_132]
  • +
  • Added driver for Shoot Out by Data East [iq_132, dink]
  • +
  • Added driver for Acrobatic Dog Fight [iq_132, dink]
  • +
  • []
  • +
  • []
  • +
  • []
  • New additions to existing drivers