summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidelz80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -sound/dave, digitalk, k051649, lc7535, n63701x, namco, nile, s14001a: Remove... mooglyguy2018-12-191-75/+80
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-7/+7
* fidelz80.cpp: Consistent parameter naming (nw) AJR2018-09-241-1/+1
* i8243: Device overhaul (nw) AJR2018-09-241-6/+9
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-20/+20
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-3/+5
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-4/+4
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-7/+7
* misc cleanup (nw) Vas Crabb2018-06-291-1/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-9/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+19
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-53/+53
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-64/+76
* reorder some memmap class declarations (nw) hap2018-02-121-11/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+24
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-4/+4
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-9/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* fidel*: update speech rom labels (nw) hap2018-01-211-12/+12
* cleanup some mconfig decl. (nw) hap2018-01-211-6/+6
* fidel*: correct language setting for su9, assume it's same for csc, eas, eag,... hap2018-01-201-41/+31
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+14
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-3/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+3
* New working machines hap2018-01-051-2/+2
* New machines marked as NOT_WORKING hap2017-12-191-1/+0
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-4/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+4
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-4/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* internal output cache not needed anymore (nw) hap2017-07-291-27/+11
* added output finder to some chess drivers (nw) hap2017-07-291-17/+12
* fidel*: add note for now (nw) hap2017-07-271-0/+2
* fidel*: prepare for untangling (nw) hap2017-07-271-0/+8
* flag some of the sensory chessboard drivers with imperfect controls (nw) hap2017-07-271-6/+6
* i8255: added tristate outputs, please replace any driver workarounds (nw) hap2017-06-141-12/+4
* general cleanup: Vas Crabb2017-05-231-2/+2
* i don't care much for aligning the last columns in gamelists, too much horizo... hap2017-05-161-19/+19
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-26/+26
* change yovan credit on request (nw) hap2017-05-091-1/+1
* SM511: added instruction clock divider (nw) hap2017-05-061-1/+0
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-15/+12
* rand() corrections in src/mame/* (nw) hap2017-04-261-1/+1