summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* init vars for coverity (bus/l-w) Robbbert2022-04-026-24/+24
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-126-44/+52
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-266-6/+6
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-261-5/+5
* besta: Converted to VME device. (#9008) shattered2021-12-202-0/+388
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-213-122/+122
* bus/vme: De-skeletonized vme_hcpu30.cpp. (#7467) shattered2021-11-202-62/+515
* New NOT_WORKING machines Luigi Thirty2021-11-162-0/+629
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-1/+1
* vme: Modernize slot device code and eliminate deprecation warnings; actually ... AJR2021-06-198-66/+26
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-9/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-4/+4
* 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-1814-46/+46
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-216-14/+14
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-231-12/+12
* mvme350: Fix region width (nw) AJR2019-11-211-3/+3
* Spring cleaning: Vas Crabb2019-11-012-7/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-13/+13
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-104-5/+5
* vme_fcscsi: Put back B41 autovector option (nw) AJR2019-04-192-1/+10
* hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-192-33/+9
* emumem: Remove obsolete alignement limit Olivier Galibert2019-04-061-1/+1