MAME/0.80
From GamerWiki
A warts and all look through the history of MAME as described by the MAME Dev team themselves through their releases.
Contents |
Version 0.80 "Terje Big Air"
Released: 2004-03-06
General Source Changes
- Large Namco Update [Nicola Salmoria]
- pacland: fixed sprite RAM, it was too big and included normal program RAM, causing sprites to be drawn twice.
- pacland: fixed irq enable
- pacland: fixed tilemap scroll offsets and sprite positions
- pacland: accurate emulation of tile/sprite priority (including fix of bugs introduced when the driver was converted to tilemaps) and sprite visibility area
- pacland36b16 is not a bug - colors match the real game
- added SOUND_NAMCO_CUS30 for better documentation (alias for the standard SOUND_NAMCO)
- drgnbstr36rc2gre
- skykidd works with a patch (a dump of the CUS60A internal ROM is needed to do without the patch)
- metrocross: fixed irq enable, this fixes inputs in service mode
- baraduke060gre
- baraduke36rc2gre, it is improved, there are still gaps left but this is correct behaviour verified on the real board
- baraduke, system86: understood how sprite RAM buffering works, this fixes sprite lag but causes a glitch in rthunder (which might be correct behaviour)
- system86: totally rewritten the 63701X emulation and moved it to a separate module. Fixed silence compression, this improves quality in some samples; supported volume control. -genpeitd067gre
- rthundro37b14red I think is fixed; but the game still sometimes crashes when you die
- rthunder, genpetid: fixed watchdog emulation, this allows entering service mode without resetting
- Various ST-V Improvements (brightness controls) [Angelo Salese]
- Various Hyperstone core improvements [Pierpaolo Prazzoli]
- Misc Fixes [Nathan Woods]
- src/cpu/hd6309/6309ops.c:
- Fixed the ABCD opcode
- src/cpu/hd6309/6309ops.c:
- src/sndintrf.c:
- Fixed a small typo in the DMADAC interface line
- src/sndintrf.c:
- src/sound/tms5220.c:
- Added a security margin in the estimate of the delay for speech synthesis ready line to come low (needed for a MESS side bug fix)
- src/sound/tms5220.c:
- src/chdman.c:
- Added some completion messages, and fixed the code that was falsely assuming that progress() was a function pointer
- src/chdman.c:
- src/windows/window.c:
- src/windows/window.h:
- Changed video_window_proc() to win_video_window_proc() and made non-static so that MESS's window proc can call it.
- Changed win_init_window() to use MESS's window proc (within #ifdef MESS of course)
- Added a win_suspend_directx global variable to temporarily turn off DirectX usage (used in MESS)
- Added a few minor MESS specific #ifdefs
- src/rules.mak:
- src/cpuintrf.c:
- Added an entry for the TMS99100 processor
- src/cpuexec.c:
- src/cpuexec.h:
- Introduces cpu_getscanlinetime_mt() and cpu_getscanlineperiod_mt(); variants on their namesake calls except they return mame_time instead of double
- Improved 053260 and NES APU emulation [Oliver Achten]
- Various Gaelco3D Improvements [Aaron Giles]
- ZN Cleanups [smf]
- Misc 32010 related updates [Quench]
- TMS32010 CPU core
- Added internal Data memory map
- Fixed Overflow on the ADDH instruction
- TMS32010 CPU core
- Twin Cobra / Wardner
- Converted to Tilemaps
- Corrected Savestate setup
- Little cleanups to the Machine code
- Adjustments for TMS32010 internal data map
- Twin Cobra / Wardner
- Toaplan1
- Corrected Savestate setup
- Adjustments for TMS32010 internal data map
- Toaplan1
- HardDrivin
- Adjustments for TMS32010 internal data map
- HardDrivin
- Fixed Vector clipping bug in mhavoc [Alex Eddy]
- Fixed some GCC warnings [Lawrence Gold]
- src/vidhrdw/rallyx.c: In function `plot_star':
- src/vidhrdw/rallyx.c:395: warning: ISO C89 forbids mixed declarations and code
- src/vidhrdw/ksayakyu.c: In function `draw_sprites':
- src/vidhrdw/ksayakyu.c:92: warning: ISO C89 forbids mixed declarations and code
- src/drivers/system32.c: In function `sonic_level_load_protection':
- src/drivers/system32.c:539: warning: ISO C89 forbids mixed declarations and code
- src/drivers/madalien.c: In function `video_start_madalien':
- src/drivers/madalien.c:273: warning: ISO C89 forbids mixed declarations and code
- src/machine/am53cf96.c:46: warning: comma at end of enumerator list
- src/drivers/vmetal.c: In function `varia_drawsprites':
- src/drivers/vmetal.c:124: warning: ISO C89 forbids mixed declarations and code
- Discrete Sound Updates [Derrick Renaud]
- Discrete Sound Changes
- fixed/added more documentation of functions at top of discrete.h
- DISCRETE_555_ASTABLE - changed to use common options with DISCRETE_555_CC.
- DISCRETE_TRANSFORMx - fixed bug that preformed math in the wrong order.
- Also added more math functions.
- New Discrete Modules Added
- DISCRETE_555_CC - Constant Current based 555 VCO with 8 main configurations, that automatically configure from components used.
- DISCRETE_566 - NE566 simulation.
- DISCRETE_COMP_ADDER - Multiple parallel capacitor/resistor circuit.
- DISCRETE_DAC_R1 - R1 Ladder DAC that automatically configures from components used.
- DISCRETE_MIXERx - Resistor/Op Amp mixer stage with filtering that calulates proper gains & filtering. It automatically configure from components used.
- DISCRETE_SCHMITT_OSCILLATOR - VCO based on a Schmitt Inverter.
- Game Driver Changes
- poolshrk - Converted to new component value only code.
- firetrk, montecar, superbug - Converted to new component value only code. Pulled discrete code out and put in sndhrdw\ataridis.c. montecar still needs filtering on crash sound.
- atarifb, canyon & skydiver - minor changes to work with new code.
- triplhnt - added component value discrete sound, but have not figured out Shot and Bear Roar video memory locations. These are needed to make sound effects work.
New Games supported or promoted from GAME_NOT_WORKING status
- Radikal Bikers [Aaron Giles]
- Surf Planet [Aaron Giles]
- Wiggie Waggie [David Haywood]
- Zintrick (hack / bootleg)
- This was thought to be a prototype but actually appears to be a from an unofficial bootleg made from the CD version (see notes in driver), supported for reference incase a real prototype shows up one day.
New Non-Working games / clones supported
- Lethal Enforcers [R.Belmont]
- Hardware is an ugly kludge with an 8-bit CPU using 16-bit video chips, as a result there is a lot of strange banking going on making it very difficult to emulate.
Version 0.80u1
Released: 2004-03-11
General Source Changes
- Improved Discrete Sound System / Sound in HitMe [Aaron Giles]
- new node type DISCRETE_LOGIC_DFLIPFLOP
- changed the way multichannel output is done; affects some existing drivers
- support for up to 16 channels of sound
- Also included is a new Hit Me driver
- discrete sound support for Hit Me
- fixed incorrect video (missing scanlines and inverting logic)
- added controls to handle card width and game/sound speed
- cleaned up memory maps
- C89 compiler fixes [Lawrence Gold]
- Hyperstone Cleanups [Pierpaolo Prazzoli]
- Change for MESS [Nathan Woods]
- src/inptport.c:
- src/inptport.h:
- Minor changes related to MESS's mouse device (within #ifdef MESS)
- Sound supoprt in Varia Metal [Quench]
- Dipswitch fixes in Varia Metal [David Haywood]
- Improvements to fitfight driver [Luis Faria]
- Fixed the opcode view which in some cases displayed too many bytes on 32 bit CPUs such as 68020 and Hyperstone [Bryan McPhail]
- ST-V fixes [Mariusz Wojcieszek]
- improved scaling tilemap backgrounds. Vfkids, colmns97 and vfremix backgrounds are better now.
- fixed a problem where entering and existing service mode during game causes master / slave communication to fail. It turned out that slave cpu should be reset when it is turned off and on. This helps all games in driver.
New Clones supported or promoted from GAME_NOT_WORKING status
- Invasion (clone of invaders) [Pierpaolo Prazzoli]
- Super Earth Invasion (set 2) [David Haywood]
- Ninja Combat (set 2)
New Non-Working games / clones supported
- uses an unemulated math DSP and may also require emulation of two system32 boards at once, not an easy task.
- very preliminary driver, loads and decodes the gfx, attempts to run some of the code. No Video or Sound emulation is done. For now the GFX can be viewed with F4
Version 0.80u2
Released: 2004-03-27
General Source Changes
- Various Sega 16-bit game driver updaes [Charles MacDonald, http://cgfm2.emuviews.com]
- (03/18/04)
- Added correctly dumped ROM set for eswat to replace the old one. Game is encrypted and unplayable.
- Moved Ace Attacker to system16.c, it's not a System 18 game.
- Added sound support for tturf, tturfu, tturfbl (no samples), fpointbl, fpointbj
- Fixed toryumon RAM test
- Cleaned up timscannr, toryumon drivers
- Added Where's Wally? (wwally) Game is encrypted and unplayable.
- Fixed System 18 sample ROM banking. This doesn't help the current working games, but will support others when/if they are decrypted.
- Fixed RF5C68A clock (7.15 MHz -> 8.00 MHz).
- Fixed Z80 clock (8.192 Mhz -> 8.00 MHz).
- Cleaned up shdancbl sound hardware a little.
- (03/15/04)
- Fixed 2nd 68000 ROM visibility in hangon, ROM test works.
- Fixed sprite RAM, tile RAM, and shared RAM size in hangon, RAM test works.
- Fixed shared RAM and road RAM visibility to hangon, road layer works again.
- Added proper emulation of the I/O hardware in hangon, no patches needed and test mode doesn't crash anymore.
- Migrated aurail, riotcity, bayroute to use sys16_sprite_shinobi.
- Cleaned up altbeast, riotcity, bayroute, aurail drivers (no junk in error logs, took care of unused inputs/outputs, etc.)
- Removed 'extra' RAM in some drivers and replaced with sys16_tilebank_w.
- Fixed sprite zooming in sys16_sprite_shinobi (corrects sprite placement in Heavyweight Champ)
- Fixed sprite list parsing (fixes output test progression in Heavyweight Champ)
- Added Shadow Dancer (Rev.B)
- Checked and fixed speed-ups for shdancer, shdancrj, shdancbl, shdancrb.
- Added I/O chip and partial VDP emulation for shdancer, shdancrj, shdancbl, shdancrb, moonwlkb, astormbl.
- Added Datsu bootleg sound hardware support for shdancrb and fixed sound crash.
- Fixed shdancbl sprite loading.
- Cleaned up shdancbl driver, now fully playable with only minor graphics problems.
- Fixed sys16_paletteram_w and removed sys16_dactype.
- Palette now generated using routines in res_net.h to properly make normal, shadow, and highlight colors.
- Discrete Sound System updates [Aaron Giles, Derrick Renaud]
- (Aaron)
- major internal cleanup and reworking of how nodes are created
- fixed bug in 555 timer that led to whiny noise in Hit Me
- added new input port type for analog adjuster
- changed osd interface for discrete sound adjusters to use the new input port type
- changed NODE_ADJUSTMENT to get its value from an input port
- adjuster values are now saved in the config file
- changed all games using adjusters to use the new system
- (Derrick)
- Discrete Sound Changes
- Continued cleanup of code to make it more readable
- New Discrete Modules Added
- DISCRETE_OP_AMP_OSCILLATOR - various op amp oscillator circuits that are entered using component values.
- DISCRETE_OP_AMP_VCO - various op amp voltage controlled oscillator circuits that are entered using component values.
- Game Driver Changes
- Finished updating games to use Aaron's DISCRETE_ADJUSTMENT changes.
- Misc Fixes [Nathan Woods]
- src/fileio.c:
- src/fileio.h:
- src/windows/fileio.c:
- Changed MESS specific file type from FILETYPE_CRC to FILETYPE_HASH
- src/hash.c:
- src/hash.h:
- Added hash_data_insert_printable_checksum() call
- Made things more const correct
- Nintendo 8080 based games update [Stefan Jokisch]
- All games:
- fixed CPU speed
- unified memory maps
- changed ROM labels
- relabelled ROM sets:
- Space Fever color => Space Fever
- Space Fever b & w => Space Fever High Splitter
- uncloned High Splitter from Space Fever
- fixed High Splitter ROM loading (wrong sound ROM in one set)
- color support (Space Launcher needs its color PROM dumped)
- implemented red screen flash (when the player dies)
- implemented red laser cannon flash (when the player shoots)
- implemented UFO color cycling
- properly hooked up SN76477 (needs to be verified)
- properly hooked up I8035 sound CPU
- added bonus life DIPs to High Splitter and Space Launcher
- added cocktail mode
- documented diagnostic ROM location
- fixed scheduling of SN76477 sound effects (shots + hits)
- added second coin input in Bandido
- removed unused cocktail mode controls from Bandido
- properly hooked up I8035 sound CPU
- removed fake color overlay from Bandido
- added colours based on screenshots - PROM still needs dumping
- implemented color effects (e.g. red heart after round 3)
- implemented screen flashing (when the players dies)
- documented diagnostic ROM location
- corrected bonus life DIP
- fixed starfield pattern, confirmed by shots on the flyer
- fixed starfield priority (no more stars in the water)
- fixed video bugs related to pausing and frame skipping
- properly hooked up sound CPU (different from the other games)
- added partial support for cocktail mode
- added IMPERFECT_GRAPHICS and NO_COCKTAIL flags
- various audio and video effects are still missing, including a few which were previously implemented and which I hope to re-add soon
- Various Timer Fixes, correcting some problems with SlySpy etc. [Aaron Giles]
- Fixed some problems with the 32010 update [Quench]
- Misc bug fixes (HuC6280 problems) [Bryan McPhail]
- Some Task Force Harrier Improvements [Tomasz Slanina]
- fixed sprite rendering
- hacks for bg scrolling
- patched some protection issues (sprites are rendered, no more strange resets)
- Game is NOT playable (controls doesn't work).
- Maybe something is not mapped correctly or it's problem with protection (for example , player2 buttons works durning boot - it's possible to enter service mode).
- ST-V update [Angelo Salese]
- fixes bitmap transparencies,adds the RBG0 layer(no scroll/roz effects yet)
- adds a really preliminary window effect(just for get tile-based sprites in shanhigw) and readded the VDP1 PTM register support which has been lost in the past.
- Cleaned up Capcom Bowling driver and fixed crash on reset [Aaron Giles]
- IREM GA20 Update [R.Belmont]
- adds the channel status readback for the GA-20, which fixes some occasional odd voice-stealing behavior I've heard playing R-Type Leo.
- Reverted some Star Wars code back to older working version
New Games supported or promoted from GAME_NOT_WORKING status
- Rock 'n' Roll Trivia (part 2) [Pierpaolo Prazzoli]
- Scooter Shooter [Pierpaolo Prazzoli]
- Dynamic Dice [Tomasz Slanina] - might be a gambling game
- Lovely Cards - doesn't actually appear to be a gambling game, just gambling themed
New Clones supported or promoted from GAME_NOT_WORKING status
- 2020 Super Baseball (set 2) (2020bba) [HPMAN]
- Spinner (Spiders bootleg) [Pierpaolo Prazzoli]
- Gyrodine (Crux license?) [Pierpaolo Prazzoli / f205v]
- Griffon [Pierpaolo Prazzoli]
- Blaster (early 30 wave version)
New Non-Working games / clones supported
- Various Non-working CPS2 clones
- Swinging Singles [Tomasz Slanina] - not much work done on it
- Taiwan Chess Legend [Tomasz Slanina] - only partially decrypted
- Parallel Turn [Tomasz Slanina] - Jaleco protection chip not emulated
- Change Lanes [Phil Stroffolino, Jarek Burczynski, Tomasz Slanina] - weird early Taito hardware
- Dragon World 3 - unemulated protection
- Zero Target [Bryan McPhail, Pierpaolo Prazzoli, David Haywood] - various things not yet understood
- Counter Steer [Bryan McPhail, Pierpaolo Prazzoli, David Haywood] - various things not yet understood
Version 0.80u3
Released: 2004-03-28
General Source Changes
- CHDCD / Konami GV update [R.Belmont]
- Preliminary CD-ROM support for CHDMAN. Input is from CDRDAO .toc/.bin images (cdrdao.sourceforge.net). CDRDAO comes with utilities to convert CDRWIN .cue/.bin images to .toc/.bin format.
- Intel Flash ROM emulation support
- CDROM emulation primitives, including Red Book audio playback
- CDROM support for the AM53cf96 SCSI controller
- Konami GV System driver. GV System is identical to a home Playstation/PSOne console, except the CD-ROM is SCSI instead of proprietary.
- Stuff still in progress:
- The SPU emulation needs a lot of help, especially on Wedding Rhapsody. smf is working on it.
- The SCSI CD-ROM emulation needs to be separated out from the AM53cf96 if we ever emulate other SCSI controllers or CD-ROM drives.
- CHDMAN doesn't output anything useful when you extract a CHD-CD. It should write out a CDRDAO image.
- Audio tracks on CDs are not compressed at present (or more accurately they're gzip compressed, which is useless). The plan is to use FLAC at some point.
- Misc Fixes [Nathan Woods]
- src/mame.c:
- src/mame.h:
- src/windows/config.c:
- Changed options.savegame to be a string. If this is a one character string, then the save state is loaded as before. If it is a larger string, then cpu_loadsave_schedule_file() is used.
- src/state.c:
- src/state.h:
- Added a state_save_check_file(); a call that front ends can use to validate a state save file
New Games supported or promoted from GAME_NOT_WORKING status
- Baby Phoenix/GV System [R.Belmont]
Other Versions
This article is part of the MAME series. A list of all series can be found in the Series Category
editEarly versions: 0.1 to 0.10 | 0.11 to 0.20 | 0.21 to 0.26 | 0.27 to 0.31
The beta 30s: 0.33b1 to 0.33 | 0.34b1 to 0.34 | 0.35b1 to 0.35b8 | 0.35b9 to 0.35f | 0.36b1 to 0.36b9.1 | 0.36b10 to 0.36 | 0.37b1 to 0.37b8 | 0.37b9 to 0.37b16
50s, 60s & 70s: 0.53 to 0.60 | 0.61 to 0.68 | 0.69 | 0.70 | 0.71 | 0.72 | 0.73 | 0.74 | 0.75 | 0.76 | 0.77 | 0.78 | 0.79
80s & 90s: 0.80 | 0.81 | 0.82 | 0.83 | 0.84 | 0.85 | 0.86 | 0.87 | 0.88 | 0.89 | 0.90 | 0.91 | 0.92 | 0.93 | 0.94 | 0.95 | 0.96 | 0.97 | 0.98 | 0.99
100s & 110s: 0.100 | 0.101 | 0.102 | 0.103 | 0.104 | 0.105 | 0.106 | 0.107 | 0.108 | 0.109 | 0.110 | 0.111 | 0.112 | 0.113 | 0.114 | 0.115 | 0.116 | 0.117 | 0.118 | 0.119
120s & 130s: 0.120 | 0.121 | 0.122 | 0.123 | 0.124 | 0.125 | 0.126 | 0.127

