also fix the bug for cart SPI
This commit is contained in:
parent
77627af438
commit
8b262f5ee5
|
@ -562,6 +562,7 @@ void Write(u8 val, u32 hold)
|
|||
if (!hold)
|
||||
{
|
||||
if (Hold) islast = true;
|
||||
else CurCmd = val;
|
||||
Hold = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue