| Commit message (Expand) | Author | Age | Files | Lines |
| * | tsvme104: added Tekmis TSVME104 card [Xolod] |  Patrick Mackinlay | 2025-05-20 | 3 | -0/+207 |
| * | glasgow: add waitstates, |  hap | 2025-01-20 | 1 | -19/+20 |
| * | 8530scc: retire legacy device |  Patrick Mackinlay | 2025-01-14 | 1 | -1/+1 |
| * | Revert "wip" |  Patrick Mackinlay | 2025-01-10 | 5 | -78/+13 |
| * | wip |  Patrick Mackinlay | 2025-01-10 | 5 | -13/+78 |
| * | vme/enp10: fix build |  Patrick Mackinlay | 2025-01-08 | 1 | -1/+1 |
| * | vme/enp10: improve to working state [Patrick Mackinlay, Plamen Mihaylov] |  Patrick Mackinlay | 2025-01-08 | 2 | -77/+285 |
| * | ds1215: modernize and complete emulation |  Patrick Mackinlay | 2025-01-02 | 2 | -11/+7 |
| * | vme: improve machine configuration |  Patrick Mackinlay | 2025-01-01 | 2 | -58/+71 |
| * | emu/gamedrv.h: get rid of MACHINE_IS_SKELETON[_MECHANICAL] |  angelosa | 2024-12-19 | 2 | -6/+6 |
| * | -tools/imgtool/modules: Fixed remaining calss memory access warnings. |  Vas Crabb | 2024-11-26 | 1 | -3/+3 |
| * | tp880v: added Tadpole Technology TP880V VME single-board computer [Plamen Mih... |  Patrick Mackinlay | 2024-11-21 | 3 | -0/+227 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -2/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 22 | -163/+163 |
| * | mvme328: new device [Tom Uban, Plamen Mihaylov] |  Patrick Mackinlay | 2024-09-16 | 3 | -0/+349 |
| * | mc88000: allow for multiple cmmus |  Patrick Mackinlay | 2024-07-08 | 4 | -28/+16 |
| * | bus/vme: Restore inadvertently removed mvme350 device |  Justin Kerk | 2023-11-29 | 1 | -0/+1 |
| * | Formats-related #include cleanup |  AJR | 2023-10-08 | 1 | -1/+0 |
| * | bus/vme: avoid breaking listxml |  Patrick Mackinlay | 2023-09-13 | 1 | -0/+1 |
| * | sys68k_cpu1: fix validation |  Patrick Mackinlay | 2023-09-13 | 1 | -1/+1 |
| * | bus/vme: major overhaul |  Patrick Mackinlay | 2023-09-13 | 47 | -1150/+4313 |
| * | vme/enp10: additional firmware version [J.J. van der Heijden] |  Patrick Mackinlay | 2023-08-21 | 1 | -9/+13 |
| * | vme/enp10: add new device [CJ, System Source Computer Museum] |  Patrick Mackinlay | 2023-08-16 | 2 | -0/+217 |
| * | New systems marked not working |  Patrick Mackinlay | 2023-06-30 | 2 | -0/+189 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 10 | -22/+22 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 10 | -94/+24 |
| * | m68000: some variables were missing from savestate/zerofill |  hap | 2023-04-03 | 1 | -1/+1 |
| * | tp881v: update notes |  Patrick Mackinlay | 2023-02-13 | 2 | -41/+102 |
| * | Miscellaneous cleanup: |  Vas Crabb | 2023-02-09 | 2 | -9/+7 |
| * | New systems marked not working |  Patrick Mackinlay | 2023-02-08 | 2 | -0/+346 |
| * | bus/vme/vme_mvme327a.cpp: Fixed clang build (unused lambda capture). |  Vas Crabb | 2023-02-04 | 1 | -8/+8 |
| * | New systems marked not working |  Patrick Mackinlay | 2023-02-03 | 2 | -0/+177 |
| * | New systems marked not working |  Patrick Mackinlay | 2023-02-03 | 2 | -0/+214 |
| * | mvme180: add cmmu |  Patrick Mackinlay | 2023-02-03 | 2 | -5/+8 |
| * | New machines marked as NOT_WORKING |  Patrick Mackinlay | 2023-01-17 | 2 | -0/+181 |
| * | C++ guidelins update and cleanup: |  Vas Crabb | 2022-12-22 | 1 | -1/+1 |
| * | 68000: Add a level of transparent indirection, turn the reset output line int... |  Olivier Galibert | 2022-11-03 | 2 | -3/+3 |
| * | m68000: split the header to make future semi-indenpendant implementations sane |  Olivier Galibert | 2022-09-30 | 7 | -7/+8 |
| * | - cclimber.cpp: partially redumped ccbootmm [hammy] |  Ivan Vangelista | 2022-07-26 | 2 | -2/+2 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 6 | -105/+86 |
| * | fccpu20: fixed save-state registration warnings |  Robbbert | 2022-04-23 | 1 | -6/+6 |
| * | New machines marked as NOT_WORKING |  Patrick Mackinlay | 2022-04-07 | 2 | -0/+192 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 6 | -24/+24 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 6 | -24/+24 |
| * | Addressed some Lua scripting pitfalls. (#9294) |  Vas Crabb | 2022-02-12 | 6 | -44/+52 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 6 | -6/+6 |
| * | srcclean, remove a vestigial thing, and a little cleanup |  Vas Crabb | 2021-12-26 | 1 | -5/+5 |
| * | besta: Converted to VME device. (#9008) |  shattered | 2021-12-20 | 2 | -0/+388 |
| * | srcclean in preparation for release of MAME 0.238. |  Vas Crabb | 2021-11-21 | 3 | -122/+122 |
| * | bus/vme: De-skeletonized vme_hcpu30.cpp. (#7467) |  shattered | 2021-11-20 | 2 | -62/+515 |