implement drain write buffer cache command

This commit is contained in:
Jaklyy 2024-10-10 23:24:20 -04:00
parent 3d246ddf73
commit 9f6cbd8e84
1 changed files with 3 additions and 1 deletions

View File

@ -786,7 +786,9 @@ void ARMv5::CP15Write(u32 id, u32 val)
case 0x7A2:
//printf("flush data cache SI\n");
return;
case 0x7A4:
WriteBufferDrain();
return;
case 0x910:
DTCMSetting = val & 0xFFFFF03E;