summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toypop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-101/+101
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-7/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-21/+18
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-8/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-15/+14
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-14/+14
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+7
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-53/+44
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-37/+37
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* cleanups and version bumpmame0144u3 Angelo Salese2011-12-141-2/+2
* Work around for toypop.c, it probably requires pending stuff in order to get ... Angelo Salese2011-12-051-4/+4
* Removed ugly function cpu_interrupt_enable() from the core, and updated all t... Angelo Salese2011-11-301-20/+31
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-4/+3
* 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