summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fccpu20.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-21/+28
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+14
* (nw) Housekeeping. Robbbert2017-08-121-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* srcclean (nw) Vas Crabb2017-02-191-17/+17
* Merge pull request #2049 from JoakimLarsson/vme Joakim Larsson Edström2017-02-081-7/+10
|\
| * VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-081-7/+10
* | Fix build by removing unused dummy ROM definitions (nw) AJR2017-02-011-6/+0
|/
* fccpu20: Added board variants cpu-21, cpu-21a, cpu-21ya, cpu-21b, cpu-21yb an... Joakim Larsson Edstrom2017-01-311-8/+114
* resolve naming conflict (nw) Vas Crabb2017-01-241-2/+2
* srcclean (nw) Vas Crabb2017-01-221-3/+3
* fccpu20: moved all code and documentation to the slot device, cleanup and pro... Joakim Larsson Edstrom2017-01-211-533/+55
* Added PCB layout and hooked up the Rx part, terminal is working now Joakim Larsson Edstrom2017-01-201-55/+194
* fccpu20: Changed crystal value after visual verification to get 9600 as the m... Joakim Larsson Edstrom2017-01-181-1/+1
* fccpu20: set terminal as default rs232 device Joakim Larsson Edstrom2017-01-181-3/+3
* - WIP: Refactored device: MPCC 68561 (nw) Joakim Larsson Edstrom2017-01-161-4/+46
* Added PIT and BIM devices and IRQ handling (nw) Joakim Larsson Edstrom2017-01-121-20/+113
* Added VME interface to the last VME boardds fccpu1, fccpu20 and hk68v10, no V... Joakim Larsson Edstrom2017-01-051-0/+11
* first srcclean pass (nw) Vas Crabb2016-12-251-22/+22
* Fix build by removing unused placeholder definition (nw) AJR2016-12-241-5/+0
* fccpu20: slight clean up Joakim Larsson Edstrom2016-12-241-10/+9
* NEW skeleton driver for fccpu20 Force SYS68K CPU-20 Joakim Larsson Edstrom2016-12-241-0/+293