Minor changes
This commit is contained in:
parent
048b41e20a
commit
309e9921f8
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
ScreenInit(800,400);
|
ScreenInit(800,400);
|
||||||
VCPUInit();
|
VCPUInit();
|
||||||
//MemDump();
|
// MemDump();
|
||||||
int i=0;
|
int i=0;
|
||||||
|
|
||||||
while (!WindowShouldClose()){
|
while (!WindowShouldClose()){
|
||||||
|
|
|
@ -227,7 +227,7 @@ void VCPUExecute(){
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x29:
|
case 0x29:
|
||||||
State.I=ADDR_FONT+State.V[State.X];
|
State.I=ADDR_FONT+5*(State.V[State.X]&0x0F);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x33:
|
case 0x33:
|
||||||
|
|
Loading…
Add table
Reference in a new issue