MAME/0.36 Part 2
From GamerWiki
A warts and all look through the history of MAME as described by the MAME Dev team themselves through their releases.
MAME 0.36b10 "Namco pre-perfection"
Released: 1999-11-20. Officially no longer available.
Important: due to changes in the palette system, there might be games that had correct colors before, and wrong now. Please let us know if you find any.
New games supported
- Pong (this game has no ROMs) [Juergen Buchmueller]
- I, Robot (suggestion: turn off autoframeskip) [Dan Boris, John Dickson]
- Baraduke [Manuel Abadia]
- Metro-Cross [Manuel Abadia]
- Flak Attack [Manuel Abadia]
- D-Con [Bryan McPhail]
- Dr. Toppel Tankentai [Quench]
- Double Dragon 3 [Carlos A. Lozano, Richard Bush, Bryan McPhail]
- Combatribes [Carlos A. Lozano, Richard Bush, Bryan McPhail]
- Dynamite Duke (play it with sound disabled) [Bryan McPhail]
New clones supported
- Frogger (Konami)
- Spaltan X (= Kung Fu Master)
- Joyful Road (= Munch Mobile)
- Majuu no Ohkoku (= Devil World)
- Rock 'n Rope (Konami)
- Samurai (set 2)
- Kaiketsu Yanchamaru (= Kid Niki)
These drivers have improved GRAPHICS
- Fixed lots of drivers for -depth 16 support. [Zsolt Vasvari]
These drivers have new or improved SOUND
- Fixed music in cworld2j [CAB]
Other drivers changes
- Fixed Go Go Mr. Yamaguchi [Takahiro Nogi]
- Fixed controls in Ikari III level 2. [Nicola Salmoria]
- Fixed hangs in TNZS. [Quench]
Changes to the main program
- [DOS] Adjusted the autoframeskip code, to make it increase frameskip a little faster, but not as fast as it was before the previous change. Let's see how this performs. [Nicola Salmoria]
- Support for gzipped (NOT zipped) cheat files. Uncompressed files still work. [Mathis Rosenhauer]
Source
- Merged the flags and orientation fields of struct GameDriver.
- Removed
prom_memory_regionfromstruct GameDriver. The PROM memory region is now specified directly in the ROM declaration, withROM_REGIONX( length, REGION_PROMS )
- Similarly,
REGION_GFX1..8are defined for gfx decoding, but drivers have not been updated to use them. Seedrivers/namcos86.cfor the only example.
- Removed
samplenamesfromstuct GameDriver. It is now instruct SamplesInterface, and some drivers load the samples directly without using that structure. Due to this change, -listsamples and -verifysamples, and the samples information in -listinfo, are no longer available. Actually, samples might not be working at all - I haven't tested them. [Nicola Salmoria]
- Removed
baseandsizefromstruct MemoryReadAddress, useMemoryWriteAddressto store the pointers. Several drivers had the bad habit of usingMemoryReadAddressto initialize those variables, hopefully I haven't broken any while updating them. [Nicola Salmoria]
MAME 0.36b11 "Y2K"
Released: 1999-12-06. Officially no longer available.
New games supported
- Pole Position [Aaron Giles, Ernesto Corvi, Juergen Buchmueller]
- Pole Position II [Aaron Giles, Ernesto Corvi, Juergen Buchmueller]
- Dragon Buster [Manuel Abadia]
- Sky Kid [Manuel Abadia]
- Atari Soccer [Brad Oliver]
- Cisco Heat [Luca Elia]
- F1 Grand Prix Star [Luca Elia]
- The Percussor [Zsolt Vasvari]
- Turbo [Aaron Giles, Ernesto Corvi]
New clones supported
- Centipede (bootleg set 2)
- MX5000 (= Flak Attack)
- Vimana (Nova Apparate GMBH & Co)
- Dai-ressya Goutou (= Iron Horse)
- Blades of Steel (version T)
- Search and Rescue (World)
- Punisher (US)
- Phoenix (Centuri)
These drivers have improved GRAPHICS
- Fixed gfx in Muscle Bomber Duo and continue screen in Captain Commando. [Paul Leaman]
These drivers have new or improved SOUND
- Improved emulation of the Galaxians sound subsystem. Samples are no longer used. [Juergen Buchmueller, Tatsuyuki Satoh]
- 051649 emulation, used in Haunted Castle. [CAB, Bryan McPhail]
Other drivers changes
- Fixed Bosconian score handling. [Vernon C. Brooks]
- Fixed Frisky Tom (note: delete friskyt.hi to fix coins). [Zsolt Vasvari]
Changes to the main program
- Rewritten the sample listing routines for -listsamples, -listsamdir, -verifysamples and -listinfo. [Juergen Buchmueller]
- [DOS] New command -verifysets, this verifies all available games and reports their status (good/best available/bad). Also changed the format of the -verifyroms output. Some frontends might need small adjustments to parse the new output. [Bernd Wiebelt]
Source
- Taken the 005289 emulation out of
namco.c. [Bryan McPhail]
- QSound player (preliminary) [CAB, Paul Leaman]
- Some changes to the TMS9900 emulation that completely screw up Cosmic Guerilla. [Raphael Nabet]
- Y8950 emulator, used by ginganin. [Tatsuyuki Satoh]
MAME 0.36b12 "Massive bugfix"
Released: 1999-12-18. Officially no longer available.
To all people that submitted high score save updates: high score save is on hold. No additions will be made for the time being. In the near future, high score support will be removed from the executable to an external file, much like the cheat.dat one. We are looking for a volunteer to maintain that file.
New games supported
New clones supported
- Arch Rivals (revision 2)
- Finalizer (bootleg)
- Mad Gear (Japan)
- Paint Roller (= Crush Roller)
- Raiden (2 new sets)
These drivers have new or improved SOUND
- 8039 in Finalizer. [Nicola Salmoria]
- Fixed hanging music in Raiden. [Bryan McPhail]
- Fixed missing sounds in roishtar. [CAB]
Other drivers changes
- Bypassed the protection in Exerion. [Zsolt Vasvari]
- The hangs in Tempest caused by the Pokey protection should now be fixed once and for all. [Juergen Buchmueller]
- Fixed hangs in roishtar. [E. Watanabe, Takahiro Nogi]
Changes to the main program
- [DOS] Artwork files can be stored in a .zip file. That way you can have eg. both spacewr1.png and spacewr2.png in one file spacewar.zip. [Juergen Buchmueller]
- Added the possibility to use a multiple keys or joysticks sequence to drive a generic action. This can be handy with consoles or cabinets with a limited number of buttons, to reuse all buttons with only one extra button, like a shift key. For example the COIN1 action can be mapped to the "Player 1 Fire" plus the "Extra Shift Button". It can also be used to map Q*Bert movements to joystick diagonals (since the orginal used a joystick rotate 45 degrees). [Andrea Mazzoleni]
- Added cpu overclocking control to the on screen display. [Juergen Buchmueller]
Source
- PORTERS BEWARE: the OS dependant code is now required to support a palettized 16-bit display, where
osd_modify_pen()can be called and the palette lookup is done during the final blit. A non palettized display can still optionally be used in special cases, see the comment aboutosd_allocate_colors()inosdepend.h. Also note thatosd_allocate_colors()now can fail and returns a value; and the special case for 32768 pens has been removed, a valid palette is always passed to the function.
- Fixed OPN and OPM output level. Unfortunately this means that all games using YM2203, YM2151 etc. need to be rebalanced. [Tatsuyuki Satoh]
- Removed
memory_regionfromstruct MachineCPU, now this information is stored directly in the ROM list using theREGION_CPUxattributes.
- Also remember that now you must never use
Machine->memory_region[], always usememory_region()(and the same formemory_region_length).
MAME 0.36b13 "Lance, rejoice"
Released: 1999-12-30. Officially no longer available.
New games supported
- Thunder Cross II [Nicola Salmoria]
- Gradius III [Nicola Salmoria]
- Splash [Manuel Abadia]
- Dottori Kun (a cabinet test board) [Takahiro Nogi]
- Minivader (a cabinet test board) [Takahiro Nogi]
- Ninja Emaki [Takahiro Nogi]
- Fast Lane (not playable due to protection) [Manuel Abadia]
New clones supported
- Bells & Whistles (= Detana Twin Bee)
- Mr. Viking (Japan)
- Nova 2001
- '99 The Last War (alternate version with different gameplay)
- Pac-Man & Chomp Chomp (= Pac & Pal)
- Dark Seal (Japan)
- Devastators (version V)
- Donkey Kong (Japan, old version)
- Aliens (US)
- Block Hole (= Quarth)
These drivers have improved GRAPHICS
- Grid and stars in Radar Scope. [Nicola Salmoria]
- 16-bit support in the vector games. [Mathis Rosenhauer]
These drivers have new or improved SOUND
- Blood Bros. [Bryan McPhail]
- Fixed many SNK 8-bit games (Guerilla War, Psycho Soldier, Ikari Warriors, etc.) [wwtk@mail.com]
Other drivers changes
- Fixed crash at the end of Gun Smoke level 3. [Paul Leaman]
- Fixed protection in Slam Masters. [Paul Leaman]
- Fixed protection in Devastators and Blades of Steel. [Manuel Abadia]
Changes to the main program
- Alongside the
ANDkey sequences introduced in the previous beta, it is now possible to haveORandNOTsequences.
- For recording
ORkey/joy sequences in the key/joy setup menu simply pressUI_SELECT(usually ENTER) after the first recorded sequence. Don't press anyUI_UP/UI_DOWN/UI_CANCELkeys beetwen the two sequences. - To insert a
NOTkey/joy simply press it two times. - The first obvious use for this is to wire button 1 to both the joystick and mouse button. [Andrea Mazzoleni]
Source
- New NES sound emulation for Punch Out and Donkey Kong 3. [Matthew Conte, wwtk@mail.com]
- Added other members of the TMS99xx family. [Raphael Nabet]
MAME 0.36b14 "Namco semi-perfection"
Released: 2000-01-11. Officially no longer available.
Note: non volatile ram is now saved to a new directory, NVRAM (instead of the old HI). You must create that directory manually, otherwise the files will not be saved.
New games supported
- Hopping Mappy [Nicola Salmoria]
- Sky Kid Deluxe [Nicola Salmoria]
- Plump Pop [Nicola Salmoria]
- S.P.Y. (not playable due to protection) [Nicola Salmoria]
- Baluba-louk no Densetsu [Zsolt Vasvari]
- Super World Stadium '93 Gekitouban [Keith Wilkins]
- Streaking [Zsolt Vasvari]
- Black Hole [Zsolt Vasvari]
- Tank Force [Vernon C. Brooks]
- Soldam [Luca Elia]
New clones supported
- Pinbo (Jaleco)
- Cosmo Gang (US)
- Marvel Land (US)
- Galaga 88 (set 2)
- Pole Position (Namco)
- Jungle King (newer)
- Knockout (= Triple Punch)
These drivers have improved GRAPHICS
- Fixed the internal orientation of the Cinematronics games, if you use artwork files for those games you'll have tomanually flip them (or redownload).
Other drivers changes
- Improved Capcom Avengers, the wrong colors are caused by the protection. [Phil Stroffolino]
Changes to the main program
- Added noise generator to the Namco sound emulation. [Takahiro Nogi]
Source
- Removed
*rom_decodeand*opcode_decodefromstruct GameDriver. Decryption must now be handled by*driver_init. If opcodes and data are decrypted separately, remember to allocate a larger chunk of memory in the ROM declaration, decode the opcodes there, and callmemory_set_opcode_base()to tell the memory system where the opcodes are.
- Note that this new system allows bank switching with encrypted ROMs, which wasn't possible before. [Nicola Salmoria]
- Removed
*hiscore_loadand*hiscore_savefrom theGameDriverstructure. To manage nvram/eeprom/cmos/etc the new*nvram_handlerinstruct MachineDrivermust be used. High score save is temporarily disabled. It will be added again in a future release using an external .dat file. [Nicola Salmoria]
- The
struct GameDriverreorganization is finally complete. Drivers should now use theGAME()andGAMEX()macros and not directly theGameDriverstructure.
- IMPORTANT FOR PORTERS: Note that the
clone_offield now is not necessarily0even if the game is not a clone. Ifclone_ofis not0, to know if the game is a clone you have to check(clone_of->flags & NOT_A_DRIVER)is0.
- Added
OSD_FILETYPE_NVRAM.
-
MachineDriver->frames_per_secondis now a float.
MAME 0.36b15 "Kaneko16"
Released: 2000-01-21. Officially no longer available.
New games supported
- Great 1000 Miles Rally [Luca Elia]
- Shanghai [Nicola Salmoria]
- Gee Bee [Juergen Buchmueller]
New clones supported
- Wiz (Taito)
- Tora eno Michi (= Tiger Road)
- Super Volley '91 (= Power Spikes)
These drivers have improved GRAPHICS
- Enabled raster effets in Metal Slug 2 (needed for the dunes at the beginning) [Sebastian Ojeda]
- Fixed System 16 games in 16-bit video modes. With -depth 16, shadows are also color accurate, otherwise the old gray scale shadows are used. [Andrew Prime]
- Fixed colors in Side Pocket. [Nicola Salmoria]
- Fixed colors in Cosmic Alien. [Zsolt Vasvari]
These drivers have new or improved SOUND
- Added samples to Star Cruiser. [Frank Palazzolo]
Other drivers changes
- Added collision detection to Star Cruiser. [Frank Palazzolo]
- Simulated the protection in the original version of Side Pocket. [Bryan McPhail]
Source
-
stream_init()andstream_init_multi()no longer have asample_bitsparameter.
- Sound emulators are required to generate 16-bit samples. Also removed
osd_play_streamed_sample()andmixer_play_streamed_sample(): only the 16-bit version is available now.
- Added gain support to
mixer.c, through the newMIXERG()macro (extension ofMIXER()). Removed the gain filed from AY8910, YM2204, YM2610 structures.
- make68k.exe now requires as parameter the path of the comptab.asm include file (see makefile).
MAME 0.36b16 "An insignificant number has been reached"
Released: 2000-02-04. Officially no longer available.
New games supported
- Bomb Bee [Nicola Salmoria]
- Cutie Q [Nicola Salmoria]
- Navalone [Juergen Buchmueller]
- Kaitei Takara Sagash [Juergen Buchmueller]
- SOS [Juergen Buchmueller]
- Fighting Soccer [Phil Stroffolino]
- Toryumon [Andrew Prime]
- Berlin Wall [Luca Elia]
- Kodure Ookami [Takahiro Nogi]
New clones supported
- Gee Bee (Namco)
- Crazy Cop (= Gang Busters)
- Champion Wrestler (Japan)
- Big Pro Wrestling (= Tag Team Wrestling)
- Guerilla War (version 1)
- Guevara (= Guerilla War)
- Bermuda Triangle (older)
- World Wars (= Bermuda Triangle)
- Great 1000 Miles Rally (set 2)
These drivers have improved GRAPHICS
- Fixed shadow/highlight in the Namco System 1 games (check Dangerous Seed's title screen!). [Vernon C. Brooks]
These drivers have new or improved SOUND
- Sound in Warp Warp. [juergen Buchmueller]
- Fixed sound in Sindbad Mystery. [Zsolt Vasvari]
Changes to the main program
- Added vector intensity control to the On Screen Display (for vector games). [Mathis Rosenhauer]
- Unified keyboard and joystick interface, now they are all assigned in the "Input" menu and you can mix them at will. [Andrea Mazzoleni]
- [DOS] MMX optimized video blitting functions. [Bernd Wiebelt]
Source
- The transition to the
GAME()macro is complete.struct GameDrivermust no longer be used. Alro removed the oldROM_REGION()andROM_REGION_DISPOSE()macros, and renamedROM_REGIONX()toROM_REGION().
- The functionality of
osd_skip_this_frame()is now more strictly defined (seeosdepend.h). Ports not complying with that must be updated, otherwise problems with certain drivers might arise.
-
mixer.cnow does all sound mixing, generating one single sample stream, played using the newosd_XXX_audio_stream()functions.
- All other OS dependant sample functions (
osd_play_sample()etc.) have been removed. This should standardize the sound output across ports, and allow porters to write much cleaner sound code. [Aaron Giles]
- Removed some obsolete fields from
struct GameOptions.
MAME 0.36rc1 "Where is the coin key"
Released: 2000-02-26 and fixed: 2000-02-27.
A few drivers which didn't strictly fit MAME's purpose have been removed. First of all there were a few drivers which, just like consoles or computers, don't fall into the category of "arcade video games" that MAME attempts to emulate. They should have never been added in the first place, and that mistake is now being rectified. One of the removed drivers is Street Fighter Zero for the CPS Changer, which is not an arcade game even if it runs on arcade hardware. The source is left in, commented out, because it could be useful as a reference for people attempting to emulate CPS-2 (which, before you ask, won't happen anytime soon). The so-called "home" versions of NeoGeo games have not ben removed because there isn't anything in them suggesting that they are home-only games: they accept coins just like all the others, and might just be different revisions of the code. Other removed drivers are four gambling machines. Note that a "gambling machine" is different from a "video game with a gambling theme". The discrimination is strictly a technical one, not a moral one (a gambling machine gives back money/tokens/tickets, a video game does not). The "Sente diagnostic cartridge" has not been removed because, even if it is not a game, it is equivalent to the diagnostic tools that are built-in in many other games - it's just that instead of pressing a service switch you had to insert this special cartridge to test the board. The last driver removed is Pong, which at this point was too much of a simulation and too little of an emulation. It didn't really fit into MAME's architecture which is CPU-based and targeted at accurately reproducing the gameplay of the original.
That was a difficult decision to make, but thankfully I won't have to bother about these things anymore in the future. Gotta go now! *waves*
New games supported
- Teki Paki [Quench]
- Knuckle Bash [Quench]
- Pipi & Bibis [Quench]
- Snow Bros. 2 [Quench]
- Takeda Shingen [Luca Elia]
- Ultraman [Manuel Abadia]
- Fire Shark [Quench]
- Mole Attack [Jason Nelson, Phil Stroffolino]
- Quester [Vernon C. Brooks]
- Face Off [Vernon C. Brooks]
- Dream Shopper [Zsolt Vasvari]
- Labyrinth Runner [Nicola Salmoria]
New clones supported
- Yokai Douchuuki (Japan old version)
- Ghouls 'n Ghosts (US)
- Varth (US)
- Super Punch Out!! (Japan)
- Rampart (Japan)
- Defender (White label)
- Berlin Wall (set 2)
- Bubble Bobble (US set 2)
- Van Van Car (Sanritsu)
- Champion Wrestler (US)
- Tumble Pop (Japan)
- Pole Position 2 (two original sets)
These drivers have improved GRAPHICS
- Fixed sprites colors in Contra (I hope) and other improvements to Konami 007121-based games. [Nicola Salmoria]
- Fixed shadows in Gauntlet and other Atari games. [Aaron Giles]
These drivers have new or improved SOUND
- New samples in Asteroids/Asteroids Deluxe. [Jarek Parchanski]
- Samples are no longer needed in Stratovox, Battle Zone, Red Baron, Asteroids. [Juergen Buchmueller]
- Preliminary sound in Bandido. [Zsolt Vasvari, Juergen Buchmueller]
Other drivers changes
- Fixed controls in atarifb4 and atari soccer. [Nicola Salmoria]
- Fixed protection in Super World Stadium '92. [Vernon C. Brooks]
Changes to the main program
- [DOS] -hotrod selects a more appropriate button configuration when NeoGeo games are played. [Paolo Fiorani]
- The coin/start buttons are slightly changed. NOw they are layed out this way:
- 1,2,3,4 -> start 1,2,3,4
- 5,6,7,8 -> coin 1,2,3,4
- 9,0,-,= -> service coin 1,2,3,4
- Preliminary support for HISCORE.DAT. [Phil Stroffolino]
Source
- 65sc02 and 65ce02 cpu cores. [Peter Trauner]
- [DOS] Compiled with Allegro WIP 3.9.31.
- Rewritten the Pokey emulator for greater accuracy. [Juergen Buchmueller]
- Preliminary SN76477 emulation. [Juergen Buchmueller]
- Fixed a rounding error in
IPF_CENTERhandling which caused problems with Centipede. Note, however, that it would be advisable to not useIPF_CENTERat all for trackball/dial inputs, since this is probably not how the hardware works in reality.
- For the same reason, also removed the "clip" parameter from the
PORT_ANALOG()macro. Incidentally, this fixed Peek-a-Boo. [Nicola Salmoria]
- Lots of CPU fixes and cleanup. [Juergen Buchmueller]
-
Struct GfxLayoutcan now be parametric on the size of the memory region it refers to. This way the same gfx definition can be used for games with the same layout but different number of tiles. Seedrivers/m72.c,drivers/dec0.cfor usage examples. [Nicola Salmoria]
- Fixes and improvements to the 6800 family emulator. [Tatsuyuki Satoh]
- Improvements to the YM2151 emulator. [Jarek Burczynski]
- Only one of the two YM2151 emulators is linked, this is determined at compile time. The default is Jarek's, which is more accurate though a little slower.
- It can be replaced with Tatsuyuki's changing the makefile.
MAME 0.36rc2 "211"
Released: 2000-03-13 and fixed: 2000-03-13.
New games supported
- Got-Ya [Zsolt Vasvari]
- Desert Gun [Zsolt Vasvari]
- Shuffleboard [Zsolt Vasvari]
- Beraboh Man [Keith Wilkins, Vernon C. Brooks]
- World Stadium [Vernon C. Brooks]
- World Stadium '89 [Vernon C. Brooks]
- Puzzle Club [Vernon C. Brooks]
- Kyukai Douchuuki [Vernon C. Brooks]
- Lasso [Phil Stroffolino]
- Ghox [Quench]
- V-Five [Brian A. Troha]
- Dogyuun [Quench]
- Batsugun [Quench]
New clones supported
- Cobra Command (World)
- Hyper Sports Special (= 88 Games)
- Cosmic Alien (set 2)
- Kangaroo (Sun)
- Act-Fancer (World revision 2)
- Shoot Out (Japan and Korean bootleg)
- Asteroids (bootleg)
- Rompers (old)
- Crime Fighters (2 players)
- Bosconian (new version)
These drivers have improved GRAPHICS
- Correct colors in Space Invaders Part II, Lunar Rescue and Balloon Bomber, colors should also be close in Space Chaser (minus the "green lane" effect) and Rolling Crash/Moon Base. [Zsolt Vasvari]
These drivers have new or improved SOUND
- Rewritten sound emulation in Phoenix, samples are no longer used. [Juergen Buchmueller]
- Fixed volume control in the MCR games. [Aaron Giles]
Other drivers changes
- Emulated the protection in Combat School. [Nicola Salmoria]
- Fixed Vindicators 1&2 colors. [Aaron Giles]
- Won the first grand prix of the season. [Micheal Schumacher]
Changes to the main program
- [DOS] Modified the SEAL audio library so it outputs real 16-bit samples instead of truncating the least significant 8 bits. [Jarek Burczynski]
- [DOS] There are now two options for Hot Rod key mapping, -hotrod and -hotrodse. The latter remaps NeoGeo games to use the lower row of buttons.
Source
- There's a new game flag
GAME_NO_COCKTAILto mark drivers that don't support screen flip, please use it because gamelist.txt is now generated automatically and this is the only way to know whether a driver supports it or not.
- TMS36XX emulation (Phoenix, Pleiads, Naughty Boy, Pop Flamer, Monster Bash). [Juergen Buchmueller]
MAME 0.36
Released: 2000-03-21
Important functional changes
- High score saving is no longer directly supported. It requires an external file called HISCORE.DAT, which will be provided and maintained separately from MAME. Without that file, nothing will be saved to the /hi subdirectory. We cannot guarantee at this time that all future versions of HISCORE.DAT will work with this version of MAME.
- EEPROM, battery-backed RAM or other types of non-volatile memory are still directly supported, and saved to the /nvram subdirectory. This doesn't necessarily mean high score support, it is often used only for game configuration.
- [DOS] Changed the -depth option behaviour, now it can be either 8, 16, or auto. The default is auto, which uses the color depth appropriate for the game. 8 forces use of a 256 colors display (faster but less accurate), 16 forces use of a 16-bit display (not suggested, doesn't work with all games).
- MAKE SURE TO SET depth = auto IN MAME.CFG, OR YOU'LL USE 16-BIT IN ALL GAMES. If you see the game display (in full or in part) shrinked to the left side of the screen, this is caused by using -depth 16 on a game that doesn't support 16-bit display. Change depth to auto and it will work again.
- "-listsamples" and "-verifysamples" will not work correctly for some games. This is a known problem which will be fixed in future releases by getting rid of the samples altogether (replacing them with emulated sound).
Changes to the main program
- Unified keyboard and joystick interface, now they are all assigned in the "Input" menu and you can mix them at will.
- Added the possibility to use a multiple keys or joysticks sequence to drive a generic action. This can be handy with consoles or cabinets with a limited number of buttons, to reuse all buttons with only one extra button, like a shift key. For example the
COIN1action can be mapped to the "Player 1 Fire" plus the "Extra Shift Button". It can also be used to map Q*Bert movements to joystick diagonals (since the orginal used a joystick rotate 45 degrees). - It is also possible to have
ORandNOTsequences. For recordingORkey/joy sequences in the key/joy setup menu simply pressUI_SELECT(usually ENTER) after the first recorded sequence. Don't press anyUI_UP/UI_DOWN/UI_CANCELkeys beetwen the two sequences. - To insert a
NOTkey/joy simply press it two times. - The first obvious use for this is to wire button 1 to both the joystick and mouse button. [Andrea Mazzoleni]
Other Versions
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

