summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/2mindril.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* cleanups, this time for good Angelo Salese2011-04-171-5/+5
* Added irq ack and fixed sound chip type to be YM2610B for 2 Minutes Drill [An... Angelo Salese2011-04-061-10/+47
* Converted 2 Minutes Drill driver to use Taito F3 video chip, this hugely impr... Angelo Salese2011-04-061-268/+137
* Improved video capabilities in 2 Minutes Drill (tilemap support, basic scroll... Angelo Salese2011-04-041-64/+197
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-52/+53
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Next batch of GAME_MECHANICAL adds Scott Stone2011-01-051-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+15
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Started source cleanup (drivers up through 9), primarily concerned with fixin... Scott Stone2010-01-311-9/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-14/+14
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-3/+3
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-2/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Added driver_data struct and save states to chaknpop.c Fabio Priuli2009-11-211-76/+121
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-7/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-7/+8
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-1/+1
* Added a work-around for 2 Minute Drill,to get it booting again. [Angelo Salese] Angelo Salese2009-01-021-1/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-22/+22
* Fixed basic controls in 2 Minutes Drill & added preliminary shutter/defender ... Angelo Salese2008-11-181-12/+224
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2