summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toypop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-13/+13
* BIG update. Aaron Giles2011-03-291-37/+37
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* 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
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Reverts questionable timer changes. [not worth mentioning] Andrew Gardner2010-10-061-18/+7
* Kills off some anonymous timers. [Not worth mentioning] Andrew Gardner2010-10-051-7/+18
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-7/+4
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-16/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-13/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* 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-7/+7
* not worth mention: slightly simplified device interfaces in mappy.c, gaplus.c... Fabio Priuli2009-12-271-43/+48
* Converted Namco IO chips 56xx, 58xx and 59xx to be devices and converted gapl... Fabio Priuli2009-12-261-82/+112
* Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... Phil Bennett2009-12-011-32/+24
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-11-281-12/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* fixed ROM name (verified on real board) Yasuhiro Ogawa2009-08-251-1/+1
* DIPSW fix [kanikani] Yasuhiro Ogawa2009-07-171-1/+4
* DIPSW update [kanikani] Yasuhiro Ogawa2009-07-101-28/+35
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-19/+19
* Merged memory maps. Aaron Giles2009-03-301-79/+50
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+5
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-7/+7
* Hi mamedev, Aaron Giles2008-12-081-6/+6
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-18/+18
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-11/+11
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-14/+14
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-17/+17
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1