summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme
Commit message (Expand)AuthorAgeFilesLines
* 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
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-054-65/+58
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-273-8/+39
* (nw) Clean up the mess on master Vas Crabb2019-03-268-74/+95
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-95/+74
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-073-2/+33
* mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) Ivan Vangelista2019-02-282-31/+20
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-093-37/+41
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+0
* Fix build (nw) AJR2019-01-221-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-292-46/+53
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-234-45/+46
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-22/+22
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-5/+5
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-1/+1
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-113-50/+48
* -68153bim: Removed MCFG and added devcb3, nw mooglyguy2018-08-102-3/+3
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* fccpu20 : fixed terminal display Robbbert2018-07-291-0/+10
* devcb3 Vas Crabb2018-07-072-10/+10
* hd63450: Configure device clock (not used yet); back out custom constructor (nw) AJR2018-06-251-1/+2
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-084-10/+10
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-067-127/+127
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-14/+17
* Sarayan made me do it. Vas Crabb2018-04-282-5/+3
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-184-12/+12