msemu
msemu copied to clipboard
Enable per-device debug output
Currently all device access is output via log_debug(). Separate it out so individual device access can be monitored when debugging.
Probably going to be a pain in the ass to implement with the current debugging setup and would require a rewrite.
Current debug breakpoint implementation has break on memory read or write of a specific address, and leaves room for breaking on specific IO access. I'm not sure how useful specific device debug output would be, but I can't say its completely useless.