Previous 199869 Revisions Next

r197424 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.
[/branches/pci_p5txla/src/devices/bus/imi7000]imi7000.h
[/branches/pci_p5txla/src/devices/bus/isa]gus.cpp
[/branches/pci_p5txla/src/devices/bus/ti99/colorbus]colorbus.cpp
[/branches/pci_p5txla/src/devices/cpu/h8]h8.h
[/branches/pci_p5txla/src/devices/cpu/nec]v5x.h
[/branches/pci_p5txla/src/devices/cpu/psx]psx.h rcnt.cpp sio.cpp
[/branches/pci_p5txla/src/devices/cpu/upd7725]upd7725.cpp
[/branches/pci_p5txla/src/devices/cpu/z180]z180.h
[/branches/pci_p5txla/src/devices/cpu/z80]tmpz84c015.h
[/branches/pci_p5txla/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
[/branches/pci_p5txla/src/devices/sound]t6721a.cpp ymz280b.cpp
[/branches/pci_p5txla/src/devices/video]decsfb.cpp tms34061.cpp tms9927.cpp vic4567.cpp
[/branches/pci_p5txla/src/emu]devfind.h device.h
[/branches/pci_p5txla/src/lib/util]delegate.h
[/branches/pci_p5txla/src/mame/apple]macrtc.cpp
[/branches/pci_p5txla/src/mame/atari]gtia.cpp
[/branches/pci_p5txla/src/mame/konami]k573fpga.h
[/branches/pci_p5txla/src/mame/pinball]wpc.cpp
[/branches/pci_p5txla/src/mame/sgi]sgi_gr1.h
[/branches/pci_p5txla/src/mame/shared]megacdcd.h xbox_pci.h
[/branches/pci_p5txla/src/mame/sunelectronics]ikki.cpp
[/branches/pci_p5txla/src/mame/vsystem]vsystem_gga.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team