summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mw8080bw.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3240/+0
* 8080bw.cpp, mw8080bw.cpp: Some cleanup/untangling: (#9884) Vas Crabb2022-06-051-35/+144
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* 8080bw.cpp/mw8080bw.cpp: (#9149) eientei952022-04-231-16/+4
* 8080bw.cpp, mw8080bw.cpp: Use 8080 INTE output to control interrupt generation AJR2022-02-211-3/+4
* 8080bw, atari_s1, hanaawas, lastfght, mw8080bw: initialized some variables w... Ivan Vangelista2021-02-061-0/+2
* mw8080bw: add lagunar to 280zzzap netlist audio, other tweaks Colin Douglas Howell2020-08-111-5/+22
* mw8080bw: spcenctr romlabel corrections from andy hap2020-07-231-8/+8
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-10/+10
* mw8080bw: 280zzzap netlist audio (#6760) Colin Douglas Howell2020-05-301-8/+8
* mw8080bw: new netlist audio implementation for gunfight (#6509) Colin Douglas Howell2020-04-011-2/+2
* New working clones Ivan Vangelista2020-02-261-1/+13
* (nw) mw8080bw.cpp: completely untangle tone generator from machine state, mov... Vas Crabb2019-10-151-141/+98
* mw8080bw.cpp: move clowns/spacwalk into their own class - all the games shoul... Vas Crabb2019-10-101-52/+39
* mw8080bw.cpp: fix clowns, move desertgu out of giant class, reduce Vas Crabb2019-10-101-55/+27
* mw8080bw.cpp: move more stuff out of the giant class and reduce runtime tag m... Vas Crabb2019-10-101-188/+131
* (nw) misc stuff: Vas Crabb2019-10-091-111/+83
* PORT_CUSTOM simplification (nw) AJR2019-09-141-23/+25
* devices/machine/watchdog.cpp : Simplify handlers cam9002019-03-311-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* mw8080bw.cpp, 8080bw.cpp: Interrupt modernization (nw) AJR2019-01-271-0/+1
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-143/+132
* -m6m80011ap, mb14241, mb3773: De-MCFG, nw mooglyguy2018-09-071-18/+18
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-36/+18
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-68/+68
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-30/+30
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-30/+30
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-28/+28
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-45/+45
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-23/+23
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-274/+296
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-42/+63
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-22/+22
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-22/+22
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Road Runner (Midway): replaced bad rom with good one, added notes [Credits to... Robbbert2017-07-231-1/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-30/+30
* some timer_pulse removal (nw) Ivan Vangelista2017-05-101-1/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* srcclean (nw) Vas Crabb2016-11-271-12/+12
* mw8080bw.cpp: fixed typo introduced in my latest commit. Thanks M.A.S.H. for ... Ivan Vangelista2016-10-241-1/+1
* New working clones added Ivan Vangelista2016-10-241-27/+70
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* Merge pull request #845 from qwijibo/master hap2016-05-011-20/+11
|\
| * improve trench colors in space encounters and simulate screen flash qwijibo2016-04-301-20/+11