summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/arkanoid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* add include guard (nw) Lord-Nightmare2018-05-071-0/+7
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+8
* taito68705interface improvements: Vas Crabb2017-01-151-0/+1
* non-arkanoid games lack muxed analog inputs (nw) Vas Crabb2017-01-141-1/+1
* arkanoid: convert 68705 interface to device, re-use same device for puzznic, ... Vas Crabb2017-01-131-32/+15
* m6805: refactoring and improvements Vas Crabb2017-01-121-1/+3
* move 68705 timer logic out of arkanoid driver and into 68705 core David Haywood2017-01-041-24/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* variable name consistency, pass 2 (n/w) Lord-Nightmare2016-09-061-6/+6
* arkanoid.cpp: clean up variable names for eventual harmonization with other T... Lord-Nightmare2016-09-051-6/+6
* 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