summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tetrisp2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-3/+3
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-49/+55
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+9
* Workable Stepping Stage driver, and recently dumped VJDash [Naibo] Vas Crabb2018-02-021-12/+45
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+6
* some timer_pulse removal (nw) Ivan Vangelista2017-05-101-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-1/+6
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* tetrisp2.c: fix generic_paletteram regression; use separate palette (and gfxd... Alex W. Jackson2014-05-251-4/+8
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+5
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* fix priority ram memory test Michaël Banaan Ananas2013-07-041-11/+11
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+3
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-22/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+14
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+10
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+7
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-17/+33
* Improvements to Jaleco's "Stepping Stage Special" [Luca Elia] Luca Elia2012-04-141-0/+22
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-13/+13
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-4/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+16
* Death to generic spriteram. Aaron Giles2012-03-081-1/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+2
* More improvements, bail out for now Angelo Salese2011-07-201-0/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-14/+39
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-1/+0
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-0/+1
* Jaleco Mega System 32 update: [David Haywood] Phil Bennett2009-11-091-3/+4
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-2/+0