MAME 0.122u7

From MAMEDEV Wiki

Release Date

MAME 0.122u7 was released on 24 January 2008.


Contributors

The known contributors for this version are, in alphabetical order:


Specific Contributions

The known contributions for this version are, in the order specified in the whatsnew:

  • Aaron Giles added an internal divider on m680* series CPUs (except the original m6800). Updated clocks on all games using them to remove the explicit divider.
  • Aaron Giles reverted a experimental D3D fix, since it breaks switchres.
  • couriersud contributed dkong updates:
    • fix dkong sound following Clock Divider update
    • updated to use XTAL_*
    • revert a change after sound regression in dkong.
  • couriersud updated i8085.c:
    • 8085 has an internal clock divider by 2. Changed i8085.c to reflect this for I8085. I8080 still at 1.
    • Changed driver clocks to reflect internal clock divider
    • Added some FIXME: comments where clocks for I8085 are outside specs
  • Zsolt Vasvari updated Space Fighter Mark II:
    • Changed year to 1979 as per Guru's contact
    • Renamed set 2 ROMs to allow merging
    • Removed experimental code left in there
  • couriersud updated phoenix.c:
    • Modified I8085 clock
    • Added dip locations
    • consolidated inputs
    • tagged inputs
    • combined memory maps
    • fixed sound issue related to (auto) save states
  • couriersud updated pleiads:
    • video timing from schematics
    • palette from schematics (resnet.h)
    • no more colortable
  • couriersud updated the survival palette from schematics (resnet.h)
  • Brian Troha removed bogus (bad) dump of Heated Barrel US set 2.
  • SGINut, Nicola Salmoria, and Ville Linde made RSP Changes:
    • Initialize RSP registers to 0 in lieu of mame_rand
    • Re-fix RSP single-stepping mode when set by another CPU
    • Reading the RSP PC returns only the least significant 12 bits
    • Fixed flag behavior when read out via CFC2
    • Fixed RSP VRCP instruction to match the real hardware results
    • Corrected VRCP element lookup
    • Corrected unaligned DMA behavior
  • Zsolt Vasvari removed all palette_X_r functions in favor of direct RAM reads.
  • Zsolt Vasvari removed no longer applicable assert from VIDEO_START(generic). Removed VIDEO_START(generic) from drivers that didn't need it. Removed MDRV_VIDEO_START(generic_bitmapped) from drivers that don't need it.
  • Aaron Giles made detection of dynamic attempts to install ROM/RAM handlers more aggressive. Previous checks would not catch modifications in DRIVER_INIT or MACHINE_START calls. Fixed a number of cases of incorrect usage throughout the drivers.
  • Aaron Giles changed one of the cheat calls back to using more generic switch detection so they can be triggered via joysticks.
  • couriersud renamed sauro.c sp0256 internal rom to "sp0256-al2.bin". Removed BAD_DUMP flag from it as well.
  • Aaron Giles marked HD6309 as divide-by-4 internally. Updated drivers accordingly.
  • Aaron Giles contributed a major cleanup to the ddragon driver:
    • improved video and interrupt timing
    • consolidated common memory maps and input ports
    • added save state support
    • correct clocks
  • couriersud updated blktiger.c:
    • combines memory maps
    • input ports were tagged
    • all reads use input port tags
    • added dip switch locations from Romstar manual
  • couriersud added all known variants of the tms5110 as proper chips. Updated dkong, cvs and scramble to use new chips.
  • smf switched namcos11/namcos12 over to memory_configure_bank / memory_set_bank. Simplified golgo 13 gun reading.
  • Aaron Giles cleaned up the mpatrol driver:
    • merged memory maps
    • complete memory map
    • correct video timing
    • correct CPU clocks
    • replaced protection hack with actual implementation
    • cleaned up inputs
  • kingshriek and R. Belmont preserved a fractional part of sample offset when looping in SCSP. Fixes remaining pitch stability problems. Fixed minor issue with timers B&C expiring.
  • Aaron Giles changed auto_malloc() so it again actually fails when out of memory.
  • smf switched zn.c to use MDRV_IMPORT_FROM.
  • couriersud updated mario.c:
    • removed all traces to video/generic.h
    • fix flipscreen issue with autosave
    • on a hires pcb picture, verified resistor and capacitor values
  • Brian Troha added dip locations to Real Break. Filled in a couple of dips for the Pachinko Gindama Shoubu games.
  • Zsolt Vasvari fixed invalid memory_install_*_handler calls in drivers/williams.c. Emulated external OR circuit for all drivers using the PIA chip. This used to be internal to the PIA emulation, but, in fact, this is external logic. The PIA has two seperate INTA and INTB out lines. This fixes at least PlayBall.
  • Zsolt Vasvari added the ability to the HC55516 emulator to take an external osciallator. Updated Mouse Trap to use the new interface.
  • Nicola Salmoria cleaned up and merged ninjakd2, mnight and omegaf drivers into a single driver. Additionally:
    • added flip screen support to all games
    • fixed sprite overdraw mode:
      • ninjakd2 congratulations screen (e.g. stage 3) shows japanese characters which were previously missing
      • in ninjakd2, at the beginning of a level items are visible during the initial fade in. I'm not sure if this is correct but the other effects wouldn't work otherwise
      • in mnight attract mode, when the big ship is firing the other sprites no longer leave trails
      • in mnight at the end of a level the screen is slowly filled with balls and then slowly cleared to begin the following level. Same effect in the death sequence during attract mode.
    • added proper computation of sprites to be drawn taking into account double size sprites. This fixes sticking shots in mnight without need for a hack.
    • lowered ninjakd2 PCM playback rate to 13020 (from 16000). This seems to sound better and is a round division from one of the master clocks.
    • removed ROM patch that was used to avoid the input protection in omegaf, added a rough but effective protection simulation.
    • corrected some dip switches
    • hooked up sound cpu reset line
    • simplified ROM loading for the older games swizzling address lines in driver init.
  • couriersud added MDRV_SOUND_ROUTE_EX to specify target input channel. Added input id to route struct. Fixed DISCRETE_INPUT_STREAM and added input channel # to DISCRETE_INPUT_STREAM.
  • Aaron Giles fixed the default debugger memory view width for CPUs with >byte-sized minimum. Made menu updating dynamic at click time, fixing issues with incorrect checkmarks.
  • Zsolt Vasvari fixed Ninja Kuna. Cleaned up memory maps. Renamed files to ninjakun.c.
  • Zsolt Vasvari added MC3417 and MC3418 variants to the HC55516 sound emulation. Changed Mouse Trap to use MC3417.
  • Zsolt Vasvari fixed saving i8085 callbacks across a reset. Added 'pull' callback for the SID pin. This is needed by the Red Alert voice board.
  • Zsolt Vasvari made the text displayed by the various UI sliders more intelligent. Basically, it will only print an index for an item if there are multiple of a given type.
  • Aaron Giles updated jailbrek clocks and video timing based on measurements.
  • Jim Stolis fixed the i8051 timers from firing when not enabled. Checking TCON alone is not enough to invoke timers. Added IE SFR flags in conditional.
  • Zsolt Vasvari added a _CALL variant to all prototype macros. The use of these should make it easier to change the signiture of these functions in the future. Replaced existing calls with macro where appropriate.
  • Zsolt Vasvari removed VIDEO_START_CALL(generic) from all drivers not needing it, which were all of them. Removed VIDEO_START_CALL(generic_bitmapped) from jpmimpct.
  • Yasuhiro Ogawa changed the YM2203 clock in stfight to 3MHz (compared against OST)
  • OopsWare improved the linear zoom effect resolution to address gaps in CPS3 rendering.
  • Zsolt Vasvari rewrote and modernized the redalert driver:
    • correct colors -- in places different from the manual's description, but matches the flyer perfectly
    • added speech
    • fixed AY-8910 sounds
    • odds and ends
    • corrected colors in Demoneye-X
    • added some sound to Demoneye-X
    • marked Demoneye-X it NOT_WORKING, due to the (still) missing 3rd gfx layer that makes it impossible to pass the 2nd level.
  • Brian Troha added all the known Naomi BIOS dumps along with descriptions and information about region bytes & version numbers.
  • Zsolt Vasvari removed the freely distributable Exidy games' dependency on Berzerk.
  • SGINut added support for the BLX opcode in ARM7 THUMB mode.
  • RansAckeR verified DIP locations from manuals for scramble and 800fath.
  • Zsolt Vasvari changed the S14001A emulator to allow setting the clock frequency instead of the clock multiplier. This is how the real chip works. Changed the Berzerk driver to set the S14001A clock as per the schematics.
  • Zsolt Vasvari removed the use of the global Machine from a number of places in the code.
  • Atari Ace fixed issues flagged by MSVC warning C4305 (type truncation). Almost all of these are harmless double->float narrowing in initializers, but one warning spotlighted a bug in segasyse.c, where code to use a higher sprite number had no effect due to the insufficient range of UINT8.
  • Atari Ace removed /wd4550 for VS7/VS71 compilers (expression evaluates to a function which is missing an argument list). Fixed some VS7-specific issues (OPTIMIZE=0 at least compiles now).
  • Atari Ace added a missing case statement in sm8500d.c, noticed while reviewing dead code warnings.
  • Corrado Tomaselli corrected Diet gogo h6280 clock so that it behaves correctly with Charles Macdonald fix to the cpu core. Verified and corrected frequencies and pin 7 okim6295 on the following games: The new zealand story (3 z80 version), Trio The punch, Vandyke, paradise.c games, Downtown, Shaolin's Road and Twins.
  • Jim Stolis removed all peplus memory hacks and game specific DRIVER_INIT. There are now just two DRIVER_INIT, one for normal boards and one for superboards. Temporarily disabled AutoHold Cheat but documented addresses for future update.
  • robiza added further unencrypted opcodes to risky challenge. The game now boots with the intro animation.


Game Support

New clones added