summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atetris.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-6/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-6/+6
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-5/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-2/+2
* Reverted original SN76496N patch and applied newer patch containing a change ... Scott Stone2012-08-141-6/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+5
* Updated some drivers to use the new SN76496 device implementation. [Osso] Scott Stone2012-08-071-8/+18
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-6/+6
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-6/+6
* Convert all remaining drivers to use the modern pokey device. [Couriersud] Couriersud2012-05-191-4/+4
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-30/+27
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-21/+21
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-7/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* BIG update. Aaron Giles2011-03-291-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* 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-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-28/+32
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+3
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2