summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/force68k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-37/+37
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+15
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+9
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-6/+3
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-2/+3
* (nw) Housekeeping. Robbbert2017-08-121-1/+1
* srcclean (nw) Vas Crabb2017-07-231-2/+2
* fccpu1: newer version of firmware added, Force Debugger v1.1 Joakim Larsson Edstrom2017-07-141-2/+7
* fccpu1: Added machine configuration for baud rates for all three serial ports... Joakim Larsson Edstrom2017-07-111-48/+119
* mc14411: Partial rewrite (nw) AJR2017-07-081-1/+1
* fccpu1: Updated LOG system and replaced CLOCK_SIGNAL_HANDLER with a real MC14... Joakim Larsson Edstrom2017-07-081-71/+109
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-081-1/+1
* Added VME interface to the last VME boardds fccpu1, fccpu20 and hk68v10, no V... Joakim Larsson Edstrom2017-01-051-56/+69
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-60/+57
* New driver for Force Computers CPU-30, WIP but starts up some diagnostics tes... Joakim Larsson Edstrom2016-06-101-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+607