summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_fcscsi.cpp
Commit message (Expand)AuthorAgeFilesLines
* vme: Modernize slot device code and eliminate deprecation warnings; actually ... AJR2021-06-191-1/+0
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-8/+4
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-7/+7
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* vme_fcscsi: Put back B41 autovector option (nw) AJR2019-04-191-1/+9
* hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-191-29/+7
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-62/+50
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-22/+22
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-2/+2
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* hd63450: Configure device clock (not used yet); back out custom constructor (nw) AJR2018-06-251-1/+2
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* 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-12/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-2/+2
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-27/+19
* 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-22/+16
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2017-01-221-4/+4
* - Force Computers VME boards: Converted fcisio1 and fcscsi1 board drivers to ... Joakim Larsson Edstrom2017-01-051-0/+539