summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_hcpu30.cpp
Commit message (Expand)AuthorAgeFilesLines
* vme: Modernize slot device code and eliminate deprecation warnings; actually ... AJR2021-06-191-2/+0
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-13/+15
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-6/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+17
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* 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-1/+1
* 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/+1
* fix some typos (#2772) Martin Lindhe2017-11-031-1/+1
* 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-031-0/+196