dingusppc/devices
joevt 911acb4bc2 Remove MPC106 RAM allocation failed error.
It might not be an error - usually it just means that it was already allocated so demote this message to a warning.

Related memory allocation changes:
- Added find_range_exact which searches for an allocation that exactly matches a range.
- Added find_range_contains which searches for an allocation that is completely contained within a range.
- Added find_range_overlaps which searches for an allocation that overlaps any part of a range.
- Added is_range_free which is similar to the above three. It returns false if any allocated range overlaps a range. It reports the regions that it overlaps.
- Fix add_mem_region and add_memio_region so that they don't just check the first byte and last byte.
- Memory allocation logging should include the range (first byte..last byte) and device if possible.
- Log memory allocations.
2023-01-11 00:05:23 -08:00
..
common Fix HWComponent name initialization. 2023-01-11 00:05:23 -08:00
ethernet mace: self-registration with the device registry. 2022-07-18 20:27:34 +02:00
floppy floppyimg: correct format for MFM DC42 images. 2022-12-12 02:27:42 +01:00
ioctrl Basic O'Hare I/O controller emulation. 2022-12-23 17:19:46 +01:00
memctrl Remove MPC106 RAM allocation failed error. 2023-01-11 00:05:23 -08:00
serial Add nvedit 2022-08-22 17:21:58 -07:00
sound Merge remote-tracking branch 'upstream/master' 2022-08-14 16:38:51 -07:00
video Add BAR 0 to control. 2023-01-11 00:05:23 -08:00
CMakeLists.txt Manage Windows build dependencies with vcpkg. 2023-01-08 22:27:13 +01:00
deviceregistry.cpp deviceregistry: add device_registered method. 2022-08-19 18:53:05 +02:00
deviceregistry.h deviceregistry: add device_registered method. 2022-08-19 18:53:05 +02:00