make ROM command handling accurate, remove gross DMA hack.

This commit is contained in:
StapleButter
2017-04-11 20:21:31 +02:00
parent 0b981f2a4d
commit 96a3848d84
4 changed files with 24 additions and 56 deletions

View File

@ -27,9 +27,10 @@ namespace NDS
enum
{
Event_LCD = 0,
Event_SPU,
Event_ROMTransfer,
Event_MAX
};