also fix the bug for cart SPI

This commit is contained in:
StapleButter 2017-06-26 00:38:07 +02:00
parent 77627af438
commit 8b262f5ee5
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@ void Write(u8 val, u32 hold)
if (!hold)
{
if (Hold) islast = true;
else CurCmd = val;
Hold = 0;
}