Commit d24cc279 authored by Jess Haas's avatar Jess Haas Committed by Alexandre Julliard

Fixed a small bug in int10.

parent e69fcc05
......@@ -582,7 +582,7 @@ else {
case 0x11: /* TEXT MODE CHARGEN */
/* Note that second subfunction is *almost* identical. */
/* See INTERRUPT.A for details. */
switch AH_reg(context) {
switch AL_reg(context) {
case 0x00: /* LOAD USER SPECIFIED PATTERNS */
case 0x10:
FIXME(int10, "Load User Specified Patterns - Not Supported\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment