summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/econet
Commit message (Expand)AuthorAgeFilesLines
* g65sc02: Remove Rockwell bit opcodes (source comment appears to be mistaken) AJR2024-12-141-1/+1
* m6502: add r65c02 subtypes hap2024-12-142-3/+3
* addrmap: Allow ioport finders in portr/w/rw Olivier Galibert2024-10-132-1/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-9/+9
* Move format #includes out of header files AJR2023-10-122-2/+4
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-092-46/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-22/+22
* Adjustments to option priority interactions: Vas Crabb2023-05-092-63/+42
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-4/+6
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+5
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-2/+2
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-212-36/+40
* More WD FDC master reset modernization (nw) AJR2020-03-261-1/+1
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-1/+1
* Spring cleaning: Vas Crabb2019-11-012-2/+2
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-302-1/+6
* econet: Eliminate machine().device and hardcoded bus tag (nw) AJR2019-08-172-10/+11
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-262-28/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-4/+28
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-4/+4
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-24/+0
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-1/+1
* Make OG happier about output latches, nw mooglyguy2018-08-021-16/+2
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-1/+0
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-302-51/+70
* Acorn Bus slot devices for:- Nigel Barnes2018-07-101-0/+2
* devcb3 Vas Crabb2018-07-071-2/+2
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-142-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-3/+4
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-10/+10
* Rename machine/latch.* to machine/output_latch.* (nw) AJR2018-05-021-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+17
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-17/+6
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-2/+0
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-18/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-082-26/+17
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1