summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-067-127/+127
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-14/+17
* Sarayan made me do it. Vas Crabb2018-04-282-5/+3
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-184-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-145-61/+66
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-36/+26
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-145-31/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1211-6/+11
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-313-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-237-16/+16
* 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-177-14/+14
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* fccpu20: fix wrong modulo (nw) hap2017-11-051-2/+2
* fix some typos (#2772) Martin Lindhe2017-11-032-2/+2
* Change 9615 baud configurations to the nominal 9600 baud now that Z80SIO is m... AJR2017-10-301-9/+3
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* apply comments from PR#2695 Sergey Svishchev2017-10-071-12/+8
* vme_hcpu30: Besta HCPU30 VME board, skeleton driver. Sergey Svishchev2017-10-032-0/+242
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-2/+2
* vme_mzr8300: Use Am9513 to generate 9615 baud for all SIO channels (nw) AJR2017-09-231-8/+23
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-2/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-8/+9
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1412-232/+221
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1414-236/+243
* Device validation fixes: another one rides the bus (nw) AJR2017-03-031-1/+1
* fcisio: layout added and RS232 configured for all 8 serial ports, rs232p1-rs2... Joakim Larsson Edstrom2017-03-021-67/+129
* Self-registering devices prep: Vas Crabb2017-02-277-14/+14
* srcclean (nw) Vas Crabb2017-02-195-43/+43
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-2/+0
* fccpu20: updated LOGs Joakim Larsson Edstrom2017-02-101-15/+9
* Merge pull request #2049 from JoakimLarsson/vme Joakim Larsson Edström2017-02-085-92/+282
|\
| * VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-085-92/+282
* | Fix build by removing unused dummy ROM definitions (nw) AJR2017-02-011-5/+0
|/
* fccpu20: Added board ID support, gives the right banner now, and improved boa... Joakim Larsson Edstrom2017-02-012-85/+151
* fccpu20: Added board variants cpu-21, cpu-21a, cpu-21ya, cpu-21b, cpu-21yb an... Joakim Larsson Edstrom2017-01-312-29/+201
* srcclean (nw) Vas Crabb2017-01-2213-114/+114
* fccpu20: moved all code and documentation to the slot device, cleanup and pro... Joakim Larsson Edstrom2017-01-211-31/+253
* Added fccpu20 to Miniforce as a VME card Joakim Larsson Edstrom2017-01-212-0/+351
* Added BIM device (nw) Joakim Larsson Edstrom2017-01-122-0/+7
* - Force Computers VME boards: Converted fcisio1 and fcscsi1 board drivers to ... Joakim Larsson Edstrom2017-01-0512-387/+1187
* VME: converted mvme350 board driver to slot device and a general cleanup Joakim Larsson Edstrom2017-01-045-22/+437
* removed stale file Joakim Larsson Edstrom2017-01-021-257/+0
* Moved and renamed mame/bus/vme files to devices/bus/vme for now Joakim Larsson Edstrom2017-01-025-2/+218
* cleanup Joakim Larsson Edstrom2016-12-281-3/+4
* Added device installers for A16:D8, A16:D16, A24:D8 and A24:D16 Joakim Larsson Edstrom2016-12-271-24/+35
* Added VME device and divided mzr8105 in board and card devices. Naughty segfa... Joakim Larsson Edstrom2016-12-263-0/+1082