MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framework for other video related mappings).

This commit is contained in:
Pierre Bourdon
2014-02-02 14:16:43 +01:00
parent bdedaa24a9
commit 4129b30494
9 changed files with 222 additions and 289 deletions

View File

@ -133,6 +133,11 @@ void DoState(PointerWrap &p)
p.Do(bbox_active);
}
void RegisterMMIO(MMIO::Mapping* mmio, u32 base)
{
// TODO
}
void UpdateInterrupts();
void UpdateTokenInterrupt(bool active);
void UpdateFinishInterrupt(bool active);