summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/2mindril.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* modernized some static calls in various drivers (no whatsnew) Miodrag Milanovic2012-10-191-6/+7
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-6/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-13/+14
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-41/+46
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-8/+8
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-14/+14
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* 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