Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsittler committed Jun 10, 2023
1 parent 7fc13ae commit cfc47a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meka/srcs/machine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ void Machine_Set_Mapping (void)
g_machine.mapper_regs_count = 3;
for (int i = 0; i != MAPPER_REGS_MAX; i++)
g_machine.mapper_regs[i] = 0;
g_machine.mapper_regs[1] = 2;
g_machine.mapper_regs[2] = 1;
g_machine.mapper_regs[3] = 2;
drv_set(DRV_GG);
break;

Expand Down

0 comments on commit cfc47a2

Please sign in to comment.