summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mirax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+22
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-19/+25
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Removed left-over Mirax PROM, also re-marked as GAME_IMPERFECT_SOUND (hopeful... Angelo Salese2010-12-301-3/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-6/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+8
* Removed GAME_IMPEFECT_SOUND_FLAG from Mirax Phil Bennett2009-09-141-4/+3
* Corrected Mirax clock frequencies [Stefan Lindberg] Phil Bennett2009-09-141-6/+37
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-5/+5
* Cleanups and version bump.mame0132 Aaron Giles2009-06-081-4/+4
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Fixed sprite offsets and tilemap window priority. Angelo Salese2009-06-071-3/+26
* New games added or promoted from NOT_WORKING status Angelo Salese2009-06-071-68/+44
* Small last minute bug-fix Angelo Salese2009-06-061-1/+4
* Game should probably be promoted to working now, I'll do that tomorrow after ... Angelo Salese2009-06-061-10/+3
* Further improvements to the Mirax driver, game is somewhat playable right now. Angelo Salese2009-06-061-38/+33
* Fixed rom 2 decryption in Mirax [Tomasz Slanina] Angelo Salese2009-06-061-27/+40
* Improved the Mirax driver, noticed that one rom might be bad or uses differen... Angelo Salese2009-06-061-30/+160
* Fixed address line swapping in Mirax [Olivier Galibert] Angelo Salese2009-06-061-8/+12
* Not sure that this one is fully decrypted, it basically does illegal/uses und... Angelo Salese2009-05-311-5/+35
* Decrypted Mirax main program roms [Olivier Galibert] Angelo Salese2009-05-311-13/+36
* Decoded color proms and fixed bitplanes in Mirax Angelo Salese2009-05-251-6/+36
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-16/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+11
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6