IRQsome / NeoYume

NeoGeo AES emulator for Parallax P2 + memory expansion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another possible optimization

Wuerfel21 opened this issue · comments

In mk_dobranch, there's a TESTB for unaligned address that could be merged with SAR of branch displacement below. Would need to modify exception handler to not go into infinite fault loop when this happens (since the jump through the vector would also generate an unaligned displacement). Possibly reset the whole code fetching mechanism.