summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asteroid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* New working clones (#7156) ClawGrip2020-08-291-110/+129
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-3/+3
* pokey: Remove unnecessary stealth include (nw) AJR2020-05-041-0/+1
* removed more dummy_space() calls (nw) smf-2020-04-021-1/+1
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-10/+10
* avgdvg.cpp : Updates cam9002019-05-221-21/+21
* (nw) Clean up the mess on master Vas Crabb2019-03-261-19/+19
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-19/+19
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-9/+9
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-8/+8
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-28/+29
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-2/+2
* MT 07151 (nw) AJR2018-11-241-0/+6
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* new working clone Ivan Vangelista2018-08-291-1/+19
* devcb3 Vas Crabb2018-07-071-20/+20
* Eliminate "Atari VG EAROM" in favor of newer ER2055 device AJR2018-06-271-5/+30
* asteroid.cpp: Spelling (nw) braintro2018-06-121-2/+2
* asteroid.cpp: Spelling (nw) braintro2018-06-111-1/+1
* asteroid.cpp: Document Asteroid Deluxe Revision 3 change and correct Difficul... braintro2018-06-111-3/+63
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-17/+17
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-21/+21
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* asteroid, astdelux: Add cocktail configuration that flips screen for 2nd player AJR2018-05-031-0/+12
* asteroid: Swap start LEDs and suppress logging for many spurious writes AJR2018-05-031-31/+33
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-60/+63
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* Revert "Revert "asteroid: Use LS153 device for DSW1"" Dirk Best2018-01-281-0/+2
* Revert "asteroid: Use LS153 device for DSW1" AJR2018-01-281-2/+0
* asteroid: Use LS153 device for DSW1 Dirk Best2018-01-281-0/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+5
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-2/+2
* asteroid.cpp: Correct Lunar Lander foreign language rom name (nw) briantro2017-09-151-2/+2
* Changed Language Rom for Lunar Lander which passes now self-test (former sour... Scott Stone2017-09-131-2/+2
* Cleanups for various Atari drivers and PlayChoice-10 (nw) AJR2017-07-251-37/+18
* New 74LS259/9334/CD4099 devices AJR2017-07-251-7/+36
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+15
* Self-registering devices prep: Vas Crabb2017-02-271-6/+8
* De-hardcode "Diagnostic Step" inputs in Atari games AJR2017-02-011-4/+4
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* some companyname corrections hap2016-06-191-1/+1
* Make watchdog timer a separate device AJR2016-04-301-3/+6
* asteroid build fix (nw) Miodrag Milanovic2016-04-291-0/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-9/+9