summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_fccpu20.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
* rs232: HLE updates AJR2021-01-261-1/+0
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* emumem: Remove obsolete alignement limit Olivier Galibert2019-04-061-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-31/+33
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-33/+31
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-31/+33
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-10/+10
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-33/+31
* -68153bim: Removed MCFG and added devcb3, nw mooglyguy2018-08-101-2/+2
* fccpu20 : fixed terminal display Robbbert2018-07-291-0/+10
* 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-29/+29
* 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/+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-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+8
* fccpu20: fix wrong modulo (nw) hap2017-11-051-2/+2
* fix some typos (#2772) Martin Lindhe2017-11-031-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-28/+24
* 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-17/+18
* Device validation fixes: another one rides the bus (nw) AJR2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-7/+7
* srcclean (nw) Vas Crabb2017-02-191-18/+18
* fccpu20: updated LOGs Joakim Larsson Edstrom2017-02-101-15/+9
* Merge pull request #2049 from JoakimLarsson/vme Joakim Larsson Edström2017-02-081-2/+27
|\
| * VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-081-2/+27
* | 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-011-51/+96
* fccpu20: Added board variants cpu-21, cpu-21a, cpu-21ya, cpu-21b, cpu-21yb an... Joakim Larsson Edstrom2017-01-311-29/+140
* srcclean (nw) Vas Crabb2017-01-221-6/+6
* 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-211-0/+290