summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pingpong.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-3/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-10/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-10/+10
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+0
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* Continuing new device implementation for SN76496 and clones - sbugger.c, fina... Scott Stone2012-08-251-3/+20
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-25/+24
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-12/+12
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-9/+9
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-9/+9
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* 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-17/+15
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-12/+12
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* kanikani dsw update for pacland.c, pacman.c, parodius.c, pingpong.c, pooyan.c Michaël Banaan Ananas2012-01-271-9/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* deprecat.h Angelo Salese2011-12-121-35/+35
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* BIG update. Aaron Giles2011-03-291-29/+29
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-12/+12
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-19/+21
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-10/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+4
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-4/+7
* Changed occurrences of device label "cpu" to "maincpu" to comply to stated gu... Scott Stone2009-12-051-17/+17
* Renamed functions: Aaron Giles2009-12-051-8/+8
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-12/+19
* 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
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2