summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atetris.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New clones marked as NOT_WORKING Ivan Vangelista2022-01-191-112/+0
* slapstic: Full rewrite, using infrastructure we did not have previously Olivier Galibert2021-02-081-4/+5
* slapstic: between a guess, the opcode going through the memory and and the c... Olivier Galibert2020-12-101-1/+1
* atetris.cpp: add support for bartop proto bank switching (#7185) Devin Acker2020-09-051-0/+16
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-4/+4
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-1/+1
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-3/+3
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-5/+12
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-2/+3
* atetrisb3: Hook up MCU to get working sound AJR2018-06-061-8/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* atetris.cpp: fixed typo. Thanks L_N (nw) Ivan Vangelista2018-03-111-7/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* Update for Zsolt Vasvari (nw) Miodrag Milanovic2015-05-251-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
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-3/+3
* new clones Osso2014-11-121-10/+13
* get rid of some global stuff by making this a device, need this step for now,... mamehaze2014-11-051-1/+6
* 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
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+4
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* 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-7/+7
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-3/+6
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-0/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-0/+10
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+15