summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arkanoid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-7/+7
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* arkanoid: Use ordinary read handler instead of custom port for input mux (nw) AJR2019-08-151-9/+3
* new working clone Ivan Vangelista2019-05-031-26/+52
* (nw) Clean up the mess on master Vas Crabb2019-03-261-62/+62
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-62/+62
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-54/+54
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-3/+3
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+6
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-27/+29
* update and fix various comments (nw) Lord-Nightmare2018-09-131-5/+5
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-3/+2
* Arkanoid: Updated documentation and replaced a75-23.ic14 with one created fro... smf-2018-07-211-8/+11
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-11/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* srcclean (nw) Vas Crabb2018-05-271-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-54/+47
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22
* 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