Version
4.0-707
Branch
mmio-interface
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
0cc0f5f05d1073b8c1e48413c1e8f3c518e2f229
Change author
Pierre Bourdon
Change description
Starting point for the new MMIO interface

Design doc:
    https://docs.google.com/document/d/11qcGCWLne1wYvmtFaSrOKZt_vHxXrcWcZsdWJ-MJnyo/edit

The code is currently not used. Migration plan:
    1. Implement MMIO access via MMIO::Mapping in parallel to the current
       method.
    2. Implement all existing MMIO handlers via the new interface.
    3. Remove the old hwRead/hwReadWii/hwReadIOBridge code.
    4. Implement JIT optimizations for MMIO accesses.