summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mvme147.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* 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
* 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-2/+2
* 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-1/+2
* fix some typos (#2772) Martin Lindhe2017-11-031-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-2/+3
* (nw) Housekeeping. Robbbert2017-08-121-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* 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-27/+27
* - Force Computers VME boards: Converted fcisio1 and fcscsi1 board drivers to ... Joakim Larsson Edstrom2017-01-051-111/+128
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* mvme147: fixed std::bad_alloc crash at start. Robbbert2016-07-101-14/+14
* Added 147bug v2.43 ROM set Joakim Larsson Edstrom2016-06-101-4/+15
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-200/+197
* New board driver for Motorola MVME-147 VME board Joakim Larsson Edstrom2016-05-151-0/+689