summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipedrm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrected some rom names & added some PCB locations. Brian Troha2009-05-311-61/+118
* Changes Hatris (World) to Hatris (US) as it's the US set... now that I can ac... Brian Troha2009-05-111-1/+1
* Fixed pipedrm tag problem Fabio Priuli2009-05-111-11/+11
* New Clone Added: Hatris (World) Brian Troha2009-05-111-3/+26
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-6/+6
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* New clone: Pipe Dream (World) [Corrado Tomaselli] Aaron Giles2009-02-261-1/+36
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-13/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-5/+5
* Another big one. Aaron Giles2008-11-201-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-101/+101
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-10/+10
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-10/+10
* Region classes go bye-bye. Aaron Giles2008-07-281-25/+25
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-39/+36