summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ecbbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-013-8/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-8/+14
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-5/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-15/+13
* s_dsp/saa1099/scsp/segapcm/sn76477/snkwave/sp0256/spkrdev/spu/st0016/swp*: Up... Aaron Giles2020-09-211-1/+1
* srcclean and cleanup (nw) Vas Crabb2020-06-211-2/+2
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-214-35/+39
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-202-10/+10
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* Spring cleaning: Vas Crabb2019-11-012-35/+28
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-12/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+24
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-24/+14
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* spkrdev: Removed MCFG macros, nw mooglyguy2018-12-251-16/+19
* machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-2/+2
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-6/+7
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-1/+1
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-1/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-5/+5
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-4/+4
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-9/+9
* devcb3 Vas Crabb2018-07-071-2/+2
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-031-1/+1
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-9/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-21/+23
* Meh (nw) Olivier Galibert2018-03-081-52/+0
* Cleanup address map remnants (nw) Olivier Galibert2018-03-081-4/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-18/+6
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-13/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* 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-28/+20
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-75/+74
* Self-registering devices prep: Vas Crabb2017-02-273-10/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-2/+2
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-29/+29
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2