0.70u2 0000-00-00 [#132 - David Haywood] ---------------------- New games supported: -------------------- Enigma 2 [Pierpaolo Prazzoli, Tomasz Slanina] (No Sound (bad rom?) could be merged with 8080bw?) src/drivers/enigma2.c General Source Changes ---------------------- - Fixed a few minor problems in the Wolf Pack Driver [Stefan Jokisch] src/drivers/wolfpack.c src/vidhrdw/wolfpack.c - Fixed ports in some TESTDRIVERS so there are no complaints with the Sanity Checks [smf] src/drivers/coolpool.c src/drivers/taitoair.c src/cpu/yms32025/tms32025.h - Various Sound Improvements to YM2610, YM2608, Y8950 [Jarek Burczynski] - Inspired by Frits Hilderink (NLMSX emulator author) I attempted to: a. improve support of the ymdeltat module for the status registers (YM2610,YM2608,Y8950), b. implement x1bit/x8bit DRAM usage for the ADPCM samples, c. implement memory read/write via deltat (Y8950 and YM2608) d. ADPCM synthesis in 'slave' mode (CPU l controlled, instead of memory based). - I made some tests but the changes are quite big so please test them before including. I'm sure the Y8950 will be tested by NLMSX authors too. src/sound/ymdelta.c src/sound/ymdelta.h src/sound/fmopl.c src/sound/fmopl.h src/sound/fm.c src/sound/3812intf.c src/sound/3812intf.h - Some Dipswitch / Input Fixes [Curt Coder] src/drivers/twin16.c src/drivers/sega.c src/drivers/safarir.c src/drivers/playch10.c src/drivers/nmk16.c - Some Dipswitch / Input Fixes [El Condor] src/drivers/crimfght.c src/drivers/cps1.c src/drivers/contra.c src/drivers/astrocde.c src/drivers/8080bw.c - Some Dipswitch Fixes [I�igo Luja] src/drivers/toaplan2.c src/drivers/taito_b.c src/drivers/deniam.c src/drivers/sg1000a.c - Fixed i86 DAA opcodes + more [Nathan Woods] src/usrintrf.c: src/usrintrf.h: - Renames display_fps() to ui_display_fps() and makes it non-static src/windows/fileio.c: - In osd_fopen(), if a file is opened with mode "r", FILE_SHARE_READ will be passed to the dwShareMode parameter of CreateFile(). This allows other programs to read any files that MAME opens for read only. src/cpu/i86/instr86.c src/cpu/nec/nec.h - i86 DAA fixes - Corrected Green Beret Rom Names [G�rald] src/drivers/gberet.c - Preliminary MCU simulation for Paddle 2 [Angelo Salese] src/drivers/arkanoid.c - Fixed Audit with Optional Roms [Nathan Woods] src\audit.c src\audit.h