MAME 0.19: Difference between revisions
From MAMEDEV Wiki
(Initial version) |
m (formatting, +category) |
||
Line 1: | Line 1: | ||
== Release Date == | == Release Date == | ||
MAME 0.19 was released on 26 April 1997. | MAME 0.19 was released on 26 April 1997. | ||
== Contributors == | == Contributors == | ||
The known contributors for this version are, in first-name alphabetical order: | The known contributors for this version are, in first-name alphabetical order: | ||
Line 20: | Line 18: | ||
== Specific Contributions == | == Specific Contributions == | ||
The known contributions for this version are, in the order specified in the whatsnew: | The known contributions for this version are, in the order specified in the whatsnew: | ||
* [[Mike Coates]] fixed the colors in [http://www.mameworld.net/maws/set/panic2 Space Panic (set 2)] and added high-score support. | * [[Mike Coates]] fixed the colors in [http://www.mameworld.net/maws/set/panic2 Space Panic (set 2)] and added high-score support. | ||
* [[Nicola Salmoria]] determined the functionality of the backgrounds in [http://www.mameworld.net/maws/set/elevator Elevator Action]. | * [[Nicola Salmoria]] determined the functionality of the backgrounds in [http://www.mameworld.net/maws/set/elevator Elevator Action]. | ||
* Some minor changes to the music tempo in [http://www.mameworld.net/maws/set/frogseg2 Frogger (Sega set 2)] et al. | * Some minor changes to the music tempo in [http://www.mameworld.net/maws/set/frogseg2 Frogger (Sega set 2)] et al. | ||
* Partial sound support was added to [http://www.mameworld.net/maws/set/rallyxm Rally-X (Midway)]. | * Partial sound support was added to [http://www.mameworld.net/maws/set/rallyxm Rally-X (Midway)]. | ||
* Noise in [http://www.mameworld.net/maws/set/mooncrst Moon Cresta (Nichibutsu)] was tweaked slightly. | * Noise in [http://www.mameworld.net/maws/set/mooncrst Moon Cresta (Nichibutsu)] was tweaked slightly. | ||
* Sample support was added to [http://www.mameworld.net/maws/set/phoenixt Phoenix (Taito)]. | * Sample support was added to [http://www.mameworld.net/maws/set/phoenixt Phoenix (Taito)]. | ||
* The CPUINTRF macro was expanded to input ports 5 and 6. | * The CPUINTRF macro was expanded to input ports 5 and 6. | ||
* setdipswitches() and the frame rate counter were modified to work correctly with non-8x8 fonts. | * setdipswitches() and the frame rate counter were modified to work correctly with non-8x8 fonts. | ||
* strcmp() was replaced with stricmp() in ROM name matching so that ROM loading is case-insensitive. | * strcmp() was replaced with stricmp() in ROM name matching so that ROM loading is case-insensitive. | ||
* The generic function copyscrollbitmap() was added to simplify games that use scrolling playfields. | * The generic function copyscrollbitmap() was added to simplify games that use scrolling playfields. | ||
== Game Support == | == Game Support == | ||
'''Working Games Added''' | |||
* [http://www.mameworld.net/maws/set/1942 1942 (set 1)] | |||
* [http://www.mameworld.net/maws/set/arabiana Arabian (Atari)] | |||
* [http://www.mameworld.net/maws/set/elevatob Elevator Action (bootleg)] | |||
'''Non-Working Games Added''' | |||
* [http://www.mameworld.net/maws/set/popeyebl Popeye (bootleg)] | |||
* [http://www.mameworld.net/maws/set/warpwarr Warp Warp (Rock-ola set 1)] | |||
== MAME Firsts == | == MAME Firsts == | ||
* First version to be maintained and released by [[Mirko Buffoni]]. | |||
[[Category:Releases 1997]] |
Latest revision as of 12:42, 3 May 2007
Release Date
MAME 0.19 was released on 26 April 1997.
Contributors
The known contributors for this version are, in first-name alphabetical order:
- Fabrice Frances
- Jarek Burczynski
- Marc Lafontaine
- Mike Coates
- Nicola Salmoria
- Paul Leaman
- Ron Fries
- Shaun Stephenson
- Richard Davies
Specific Contributions
The known contributions for this version are, in the order specified in the whatsnew:
- Mike Coates fixed the colors in Space Panic (set 2) and added high-score support.
- Nicola Salmoria determined the functionality of the backgrounds in Elevator Action.
- Some minor changes to the music tempo in Frogger (Sega set 2) et al.
- Partial sound support was added to Rally-X (Midway).
- Noise in Moon Cresta (Nichibutsu) was tweaked slightly.
- Sample support was added to Phoenix (Taito).
- The CPUINTRF macro was expanded to input ports 5 and 6.
- setdipswitches() and the frame rate counter were modified to work correctly with non-8x8 fonts.
- strcmp() was replaced with stricmp() in ROM name matching so that ROM loading is case-insensitive.
- The generic function copyscrollbitmap() was added to simplify games that use scrolling playfields.
Game Support
Working Games Added
Non-Working Games Added
MAME Firsts
- First version to be maintained and released by Mirko Buffoni.