4.0-707 9 years, 2 months ago Starting point for the new MMIO interface
4.0-674 9 years, 2 months ago MMIO: Rename Complex to Complex{Read,Write} because MSVC and old GCC are too stupid to figure out overloads
4.0-673 9 years, 2 months ago MMIO: Pass the read address to read/write handlers and forward it to the complex handlers.
4.0-672 9 years, 2 months ago MMIO: Make invalid handlers a simple specialization of the complex type
4.0-671 9 years, 2 months ago MMIO: Add a NOP write handler type
4.0-670 9 years, 2 months ago Bump save state version (MI state changed format)
4.0-669 9 years, 2 months ago MMIO: Register MemoryInterface MMIOs via the new interface (and rework that module extensively)
4.0-668 9 years, 2 months ago MMIO: Register VideoInterface MMIOs via the new interface
4.0-667 9 years, 2 months ago MMIO: Register ProcessorInterface MMIOs via the new interface
4.0-666 9 years, 2 months ago MMIO: Divide the UniqueID by the access size when registering a handler
4.0-665 9 years, 2 months ago MMIO: Fix an issue in the UniqueID computation formula
4.0-664 9 years, 2 months ago MMIO: Make Invalid handler messages more explicit
4.0-663 9 years, 2 months ago MMIO: Rename Direct -> Direct{Read,Write}
4.0-662 9 years, 2 months ago Fix a debug assert statement
4.0-661 9 years, 2 months ago Starting point for the new MMIO interface