summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "wip" Patrick Mackinlay2025-01-101-1/+1
* wip Patrick Mackinlay2025-01-101-1/+1
* vme: improve machine configuration Patrick Mackinlay2025-01-011-28/+50
* bus/vme: avoid breaking listxml Patrick Mackinlay2023-09-131-0/+1
* bus/vme: major overhaul Patrick Mackinlay2023-09-131-325/+196
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+1
* Miscellaneous cleanup: Vas Crabb2023-02-091-3/+1
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-1/+1
* vme: Modernize slot device code and eliminate deprecation warnings; actually ... AJR2021-06-191-42/+12
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-6/+6
* Spring cleaning: Vas Crabb2019-11-011-6/+6
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-271-0/+30
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+30
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-30/+0
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-0/+30
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+11
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-25/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-31/+19
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* srcclean (nw) Vas Crabb2017-02-191-11/+11
* VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-081-41/+151
* srcclean (nw) Vas Crabb2017-01-221-59/+59
* - Force Computers VME boards: Converted fcisio1 and fcscsi1 board drivers to ... Joakim Larsson Edstrom2017-01-051-117/+66
* VME: converted mvme350 board driver to slot device and a general cleanup Joakim Larsson Edstrom2017-01-041-2/+10
* Moved and renamed mame/bus/vme files to devices/bus/vme for now Joakim Larsson Edstrom2017-01-021-2/+2
* 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-261-0/+399