ex, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tetrisp2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2948/+0
* New clones marked as NOT_WORKING Ivan Vangelista2021-06-301-2/+53
* srcclean for 0.227 Vas Crabb2020-12-271-11/+11
* Miscellaneous late 90s Jaleco HW fixes and cleanups (#7445) Angelo Salese2020-11-251-259/+233
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-30/+30
* ms32.cpp, bnstars.cpp, tetrisp2.cpp : Device-fied sprite hardware (ms32_sprit... cam9002019-12-131-104/+119
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* srcclean (nw) Vas Crabb2019-05-261-16/+16
* ms32.cpp, bnstars.cpp, tetrisp2.cpp : Move sprite gfx rearrange function into... cam9002019-05-181-1/+34
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-160/+161
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-161/+160
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-146/+147
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-14/+14
* new working clone - Tetris Plus 2 v2.7 braintro2019-01-011-2/+28
* tetrisp2.cpp: Show version number for World set of Tetris Plus 2 & add commen... braintro2019-01-011-1/+3
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-8/+7
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-7/+7
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-37/+42
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-4/+4
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* tetrisp2.cpp: added support for YUV422 colors in Stepping Stage [Angelo Salese] angelosa2018-06-291-7/+13
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-86/+86
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-31/+31
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-31/+31
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* fix compile. (nw) mooglyguy2018-05-161-6/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+11
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-19/+19
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-20/+20
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-7/+13
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-265/+274
* srcclean (nw) Vas Crabb2018-02-251-65/+65
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* Workable Stepping Stage driver, and recently dumped VJDash [Naibo] Vas Crabb2018-02-021-120/+641
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-16/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6