Previous | 199869 Revisions | Next |
r197336 Sunday 11th June, 2023 at 17:18:46 UTC by Vasantha Crabb |
---|
emu/devfind.h: Added a lookup() member function to device finders. This simplifies looking up the target device during configuration. It is useful when configuring child devices in things like CPUs with integrated peripherals. emu/device.h: Allow templated subdevice() and siblingdevice() to work with classes that don't derive from device_t (e.g. classes that derive from device_interface). util/delegate.h: Added more noexcept. Won't make much difference as most of the affected member functions are inline anyway. |
[src/devices/bus/imi7000] | imi7000.h |
[src/devices/bus/isa] | gus.cpp |
[src/devices/bus/ti99/colorbus] | colorbus.cpp |
[src/devices/cpu/h8] | h8.h |
[src/devices/cpu/nec] | v5x.h |
[src/devices/cpu/psx] | psx.h rcnt.cpp sio.cpp |
[src/devices/cpu/upd7725] | upd7725.cpp |
[src/devices/cpu/z180] | z180.h |
[src/devices/cpu/z80] | tmpz84c015.h |
[src/devices/machine] | 40105.cpp 74123.cpp 74148.cpp am53cf96.cpp at.h cdp1879.cpp dp8573.cpp ds1315.cpp ds75160a.cpp ds75161a.cpp e05a30.cpp genpc.h i80130.cpp i82357.h ie15_kbd.cpp ie15_kbd.h ripple_counter.cpp z80ctc.h |
[src/devices/sound] | t6721a.cpp ymz280b.cpp |
[src/devices/video] | decsfb.cpp tms34061.cpp tms9927.cpp vic4567.cpp |
[src/emu] | devfind.h device.h |
[src/lib/util] | delegate.h |
[src/mame/apple] | macrtc.cpp |
[src/mame/atari] | gtia.cpp |
[src/mame/konami] | k573fpga.h |
[src/mame/pinball] | wpc.cpp |
[src/mame/sgi] | sgi_gr1.h |
[src/mame/shared] | megacdcd.h xbox_pci.h |
[src/mame/sunelectronics] | ikki.cpp |
[src/mame/vsystem] | vsystem_gga.cpp |
https://github.com/mamedev/mame/commit/58fed9839ff65d69a81014fd1134aa92c34d3fc2 |
Previous | 199869 Revisions | Next |