summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mhavoc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-11/+11
* avgdvg.cpp : Updates cam9002019-05-221-16/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* okim6376, pokey: Remove address_space and mem_mask arguments from read/write ... AJR2019-02-011-4/+4
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-46/+44
* (nw) mhavoc: gave banked vector roms their own rom region Robbbert2018-12-151-20/+26
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-2/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* mhavoc: proper companyname for mhavocrv (nw) hap2018-09-071-2/+2
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* Eliminate "Atari VG EAROM" in favor of newer ER2055 device AJR2018-06-271-1/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-20/+20
* mhavoc.cpp: Whoops (nw) AJR2018-06-051-1/+1
* mhavoc: Use parallel EEPROM device (nw) AJR2018-06-051-5/+5
* mhavoc.cpp: Use device finder for TMS5220 (nw) AJR2018-05-211-1/+0
* mhavoc: Use array finder for POKEYs (nw) AJR2018-05-201-15/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-10/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-57/+60
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* mhavocrv: fix missing comment, fix date. (n/w) Lord-Nightmare2016-08-291-1/+3
* Make watchdog timer a separate device AJR2016-04-301-2/+5
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-9/+9
* Major Havoc: Updated Gamma CPU address decoding/mirroring from the schematic ... Lord-Nightmare2016-04-041-25/+58
* mhavoc minor comment update (nw) Lord-Nightmare2016-03-301-3/+3
* Revert AVG/DVG device scheduler changes. A bit more research needs to be done Andrew Gardner2015-11-231-7/+7
* The AVG/DVG vector device now inherits device_execute_interface, and is Andrew Gardner2015-11-191-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+771