Minor changes
This commit is contained in:
parent
7652bcb6c7
commit
90c372fc35
1 changed files with 2 additions and 4 deletions
|
@ -247,13 +247,11 @@ void VCPUExecute(){
|
|||
break;
|
||||
|
||||
case 0x55:
|
||||
MemStore(State.V,16,State.I);
|
||||
State.I=State.I + State.X + 1;
|
||||
MemStore(State.V,State.X+1,State.I);
|
||||
break;
|
||||
|
||||
case 0x65:
|
||||
MemLoad(State.V,16,State.I);
|
||||
State.I=State.I + State.X + 1;
|
||||
MemLoad(State.V,State.X+1,State.I);
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue