summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fccpu30.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-5/+5
* emumem: Remove obsolete alignement limit Olivier Galibert2019-04-061-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-38/+39
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-39/+38
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-20/+20
* mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) Ivan Vangelista2019-02-281-7/+8
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-5/+5
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-6/+6
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-18/+20
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-12/+12
* -fdc37c93x, fga002: Removed MCFG, nw mooglyguy2018-08-251-4/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-35/+21
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-30/+30
* (nw) fixed a few random typos Robbbert2018-08-091-3/+3
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-21/+23
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-33/+33
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-45/+45
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+18
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-10/+10
* fixed Coverity "Out-of-bounds write" warnings in drivers with VME (nw) firewave2018-01-201-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+20
* fix some typos (#2772) Martin Lindhe2017-11-031-1/+1
* (nw) Housekeeping. Robbbert2017-08-121-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+17
* fccpu30: updated to new LOG system Joakim Larsson Edstrom2017-02-101-23/+17
* VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-081-1/+1
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* fccpu30: improved documentation Joakim Larsson Edstrom2017-01-181-0/+8
* - Force Computers VME boards: Converted fcisio1 and fcscsi1 board drivers to ... Joakim Larsson Edstrom2017-01-051-46/+66
* first srcclean pass (nw) Vas Crabb2016-12-251-2/+2
* 68230: added initial support for timer interrupts and embryonic support for p... Joakim Larsson Edstrom2016-12-081-2/+2
* srcclean (nw) Vas Crabb2016-11-271-35/+35
* Changed drivers from accessing has_fpu directly to use new set and get methods Joakim Larsson Edstrom2016-11-161-1/+1
* fccpu30: Exposed possibility to turn off FPU in case it is not installed Joakim Larsson Edstrom2016-11-161-3/+5
* Make RTC-6242x and RTC-7242x nominally distinct device types (nw) AJR2016-11-151-6/+4
* fccpu30: mapped the Epson 72423 RTC device to the msm6242_device driver as it... Joakim Larsson Edstrom2016-11-141-14/+11
* Force CPU30: Added mock handlers with LOG info for devices that needs to be w... Joakim Larsson Edstrom2016-11-131-4/+56
* Fixed board ID for CPU-33 Joakim Larsson Edstrom2016-11-131-22/+20
* - Small fixes: PIT68230, FGA022, DUSCC Joakim Larsson Edstrom2016-11-131-66/+281
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* srcclean (nw) Vas Crabb2016-09-261-12/+12
* Fixed redundant logerror parameters and trailing spaces Joakim Larsson Edstrom2016-09-071-73/+71