Skip to content

Commit

Permalink
Fixed typo #127
Browse files Browse the repository at this point in the history
  • Loading branch information
leecher1337 committed Apr 10, 2021
1 parent e387370 commit b84de50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntvdmpatch/patches/common/ccpu_regs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
282c342
< setBX( (getBX() & 0xFF00) | (val & 0xFF) );
---
> c_setBX(val);
> c_setBL(val);
290c350
< setAX( getAL() | ((val & 0xFF) << 8) );
---
Expand Down

0 comments on commit b84de50

Please sign in to comment.