Minor changes
This commit is contained in:
parent
02574531db
commit
8fd3d27abe
2 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,7 @@ void VCPUExecute(){
|
|||
case 0xD:
|
||||
int X=State.V[State.X]%63;
|
||||
int Y=State.V[State.Y]%31;
|
||||
State.V[0xF]=0; // Set flag to 0
|
||||
State.V[REG_FLAG]=0; // Set flag to 0
|
||||
for(char row=0;row<State.N;row++){
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue