summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipedrm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+38
* vsystem further reducing / merging of functions by Haze (no whatsnew) Miodrag Milanovic2012-11-081-0/+3
* Continued cleanup of Video Systems drivers and associated dependencies. From... Scott Stone2012-10-101-0/+2
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Some more cleanup (nw) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-31/+29
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-6/+6
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-6/+6
* Clear out remaining AM_BASE_SIZE. Aaron Giles2012-04-161-3/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+8
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* fix typo Michaƫl Banaan Ananas2011-07-281-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-29/+29
* BIG update. Aaron Giles2011-03-291-19/+19
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* 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-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-50/+50
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added save states and driver data struct to the following drivers: fromance.c... Fabio Priuli2009-12-091-36/+76
* Added new functions: Aaron Giles2009-12-071-2/+1
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-10/+10
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-9/+9
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-16/+16