summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arkanoid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-75/+82
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-13/+13
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+8
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* fix corrupt bytes in two mc68705 dumps after re-analysis of raw dump data. [... Lord-Nightmare2017-09-111-1/+1
* arkanoid.cpp: added machine def for "akranoid bootleg with 68705p3 mcu and ay... Lord-Nightmare2017-06-291-31/+48
* arkanoid.cpp: Standardize naming convention for verified dumped 68705 images ... briantro2017-06-221-2/+2
* arkanoid.cpp: Replace hand crafted MCU for arkanoidu "Arkanoid (US, newer)" s... Lord-Nightmare2017-06-211-8/+4
* tetrsark: Add a totally useless MCU dump [ShouTime, Brizzo] AJR2017-06-211-0/+3
* arkanoid.cpp: Replace hand crafted MCUs with dumped 68705 dumps. [ShouTime, b... briantro2017-06-201-7/+5
* Actual substitution (oops, nw) AJR2017-06-151-1/+1
* arkanoid, tehkanwc: More PSG substitution (nw) AJR2017-06-151-4/+16
* emupal: Don't hardcode color PROM region name, add error handling Dirk Best2017-05-211-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-29/+29
* rand() corrections in src/mame/* (nw) hap2017-04-261-2/+2
* more long line cleanup... (nw) Lord-Nightmare2017-03-071-7/+36
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* more notes (n/w) Lord-Nightmare2017-02-131-0/+1
* verified via tracing (n/w) Lord-Nightmare2017-02-131-1/+1
* typo fixes (n/w) Lord-Nightmare2017-02-131-3/+3
* arkanoid.cpp: add detailed memory map and proper mirroring of various memory ... Lord-Nightmare2017-02-131-20/+63
* taito68705interface improvements: Vas Crabb2017-01-151-5/+5
* arkanoid.cpp: Fix watchdog to match pcb tracing, update some comments. [Lord ... Lord-Nightmare2017-01-131-3/+4
* arkanoid bootlegs use P3 MCUs, remove crud from puzznic bootleg (nw) Vas Crabb2017-01-131-36/+42
* arkanoid: convert 68705 interface to device, re-use same device for puzznic, ... Vas Crabb2017-01-131-47/+18
* m6805: refactoring and improvements Vas Crabb2017-01-121-2/+1
* fix crash in mcu-less/bootleg sets in arkanoid.cpp, and add some notes (n/w) Lord-Nightmare2017-01-041-2/+3
* move 68705 timer logic out of arkanoid driver and into 68705 core David Haywood2017-01-041-32/+13
* arkanoid.cpp: update comments about mcu hookup and schematics (n/w) Lord-Nightmare2016-12-271-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* variable name consistency, pass 2 (n/w) Lord-Nightmare2016-09-061-12/+12
* comment fixes and variable name clarify (n/w) Lord-Nightmare2016-09-061-1/+1
* arkanoid.cpp: clean up variable names for eventual harmonization with other T... Lord-Nightmare2016-09-051-12/+12
* arkanoid.cpp: clean up comments and fix obsolete set names in comments which ... Lord-Nightmare2016-08-291-14/+12
* Make address maps complain when entry bounds lie outside the global mask (nw) AJR2016-08-081-1/+1
* arkanoid.cpp: Update notes, add mention of the secret (disabled?) credits sce... Lord-Nightmare2016-06-301-10/+35
* revert brixian workaround (not needed after emumem fix) hap2016-06-191-1/+1
* brixian: fixed memory issue. Robbbert2016-06-191-1/+1
* Make watchdog timer a separate device AJR2016-04-301-4/+9
* arkanoid.cpp: correct some spelling and clarify comments (nw) Lord-Nightmare2016-04-251-8/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* arkanoid: update note about other mcu versions (nw) Lord-Nightmare2016-03-301-1/+2
* Updated for Stephane Humbert, on some places he is removed on some added, whe... Miodrag Milanovic2016-03-291-1/+1