log read/write

This commit is contained in:
starfrost013
2025-09-13 17:23:59 +01:00
parent d6388a825c
commit 51f009b1e0

View File

@@ -44,12 +44,12 @@ void nv4_svga_write(uint16_t addr, uint8_t val, void* priv);
uint32_t nv4_mmio_arbitrate_read(uint32_t addr)
{
nv_log_verbose_only("MMIO read from address=0x%08x", addr);
}
void nv4_mmio_arbitrate_write(uint32_t addr, uint32_t val)
{
nv_log_verbose_only("MMIO write to address=0x%08x value %08x", addr, val);
}
// Determine if this address needs to be redirected to the SVGA subsystem.