summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/arkanoid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated for Stephane Humbert, on some places he is removed on some added, whe... Miodrag Milanovic2016-03-291-1/+1
* Made anonymous timer non-anonymous in arkanoid.cpp, fixes savestates for the ... Lord-Nightmare2016-02-021-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* arkanoid.cpp: Added emulation of the 68705 timer and timer interrupts. Fixed ... Lord-Nightmare2016-01-131-8/+28
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* arkanoid.cpp: zero-fill and save some hexaa specific member variables. Also r... Ivan Vangelista2015-11-171-9/+11
* updated rest of files according to driver license (nw) Miodrag Milanovic2015-05-151-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* new clones David Haywood2014-10-111-0/+8
* 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
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+2
* new WORKING GAME David Haywood2013-01-301-1/+6
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* some h files cleanups (no whatsnew) Miodrag Milanovic2012-09-171-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+3
* 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/+9
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-9/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-16/+17
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* 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-13/+20
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* hexa: merged the remaining code into arkanoid.c Fabio Priuli2010-02-181-0/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-0/+4
* forgot to save one last change I did to arkanoid.c... Fabio Priuli2009-11-201-3/+0
* - Added driver_data struct to arkanoid.c Fabio Priuli2009-11-201-13/+28
* Updated arkanoid.c driver. stephh2009-10-071-3/+3
* New non-working clones added Phil Bennett2009-10-051-1/+3
* Fixed coin lockout in Tetris (Arkanoid HW) and removed the GAME_WRONG_COLORS ... Angelo Salese2009-05-231-0/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-0/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+50