summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tetrisp2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-374/+374
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-12/+12
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-8/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Promoted brickzn to playable state [Luca Elia] Luca Elia2012-09-091-1/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-2/+2
* Several new files due to splitting up of mpu4.c - From Haze (nw) Scott Stone2012-08-101-2/+61
* pulled galpani2 away from kaneko16.c as well, plus general cleanups, dupe fix... Scott Stone2012-08-101-61/+2
* New clones added Luca Elia2012-08-101-2/+61
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-29/+23
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-12/+12
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-12/+12
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Several more driver regression fixes. Aaron Giles2012-04-151-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-49/+49
* Improvements to Jaleco's "Stepping Stage Special" [Luca Elia] Luca Elia2012-04-141-0/+392
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-4/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-33/+33
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-17/+14
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-6/+6
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-6/+6
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-87/+76
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-42/+42
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-94/+94
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Death to generic spriteram. Aaron Giles2012-03-081-6/+6
* Remove support for 4bpp packed graphics. These only manifested Aaron Giles2012-01-171-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-12/+6
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* More improvements, bail out for now Angelo Salese2011-07-201-3/+3
* Made some basic progress to Stepping Stage driver [Angelo Salese] Angelo Salese2011-07-201-1/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-77/+77
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-41/+41
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-95/+103
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+6
* new clone Angelo Salese2011-02-081-7/+33
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3