summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-4/+1
* Ran srcclean across the source. Vas Crabb2026-03-221-2/+2
* scsi: finish deslotting and correct a number of things Olivier Galibert2026-03-035-93/+59
* Revert "Miniforce and CPU1 (#14873)" Vas Crabb2026-02-012-92/+13
* luna/dma: implement what I think is what really happens Olivier Galibert2026-01-283-5/+3
* Miniforce and CPU1 (#14873) Joakim Larsson Edström2026-01-282-13/+92
* luna: More advances Olivier Galibert2026-01-122-6/+6
* tsvme104: added Tekmis TSVME104 card [Xolod] Patrick Mackinlay2025-05-203-0/+207
* glasgow: add waitstates, hap2025-01-201-19/+20
* 8530scc: retire legacy device Patrick Mackinlay2025-01-141-1/+1
* Revert "wip" Patrick Mackinlay2025-01-105-78/+13
* wip Patrick Mackinlay2025-01-105-13/+78
* vme/enp10: fix build Patrick Mackinlay2025-01-081-1/+1
* vme/enp10: improve to working state [Patrick Mackinlay, Plamen Mihaylov] Patrick Mackinlay2025-01-082-77/+285
* ds1215: modernize and complete emulation Patrick Mackinlay2025-01-022-11/+7
* vme: improve machine configuration Patrick Mackinlay2025-01-012-58/+71
* emu/gamedrv.h: get rid of MACHINE_IS_SKELETON[_MECHANICAL] angelosa2024-12-192-6/+6
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-261-3/+3
* tp880v: added Tadpole Technology TP880V VME single-board computer [Plamen Mih... Patrick Mackinlay2024-11-213-0/+227
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-2/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2722-163/+163
* mvme328: new device [Tom Uban, Plamen Mihaylov] Patrick Mackinlay2024-09-163-0/+349
* mc88000: allow for multiple cmmus Patrick Mackinlay2024-07-084-28/+16
* bus/vme: Restore inadvertently removed mvme350 device Justin Kerk2023-11-291-0/+1
* Formats-related #include cleanup AJR2023-10-081-1/+0
* bus/vme: avoid breaking listxml Patrick Mackinlay2023-09-131-0/+1
* sys68k_cpu1: fix validation Patrick Mackinlay2023-09-131-1/+1
* bus/vme: major overhaul Patrick Mackinlay2023-09-1347-1150/+4313
* vme/enp10: additional firmware version [J.J. van der Heijden] Patrick Mackinlay2023-08-211-9/+13
* vme/enp10: add new device [CJ, System Source Computer Museum] Patrick Mackinlay2023-08-162-0/+217
* New systems marked not working Patrick Mackinlay2023-06-302-0/+189
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0110-22/+22
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-2310-94/+24
* m68000: some variables were missing from savestate/zerofill hap2023-04-031-1/+1
* tp881v: update notes Patrick Mackinlay2023-02-132-41/+102
* Miscellaneous cleanup: Vas Crabb2023-02-092-9/+7
* New systems marked not working Patrick Mackinlay2023-02-082-0/+346
* bus/vme/vme_mvme327a.cpp: Fixed clang build (unused lambda capture). Vas Crabb2023-02-041-8/+8
* New systems marked not working Patrick Mackinlay2023-02-032-0/+177
* New systems marked not working Patrick Mackinlay2023-02-032-0/+214
* mvme180: add cmmu Patrick Mackinlay2023-02-032-5/+8
* New machines marked as NOT_WORKING Patrick Mackinlay2023-01-172-0/+181
* C++ guidelins update and cleanup: Vas Crabb2022-12-221-1/+1
* 68000: Add a level of transparent indirection, turn the reset output line int... Olivier Galibert2022-11-032-3/+3
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-307-7/+8
* - cclimber.cpp: partially redumped ccbootmm [hammy] Ivan Vangelista2022-07-262-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-046-105/+86
* fccpu20: fixed save-state registration warnings Robbbert2022-04-231-6/+6
* New machines marked as NOT_WORKING Patrick Mackinlay2022-04-072-0/+192
* Revert initialisation of device members in headers. Vas Crabb2022-04-036-24/+24