Pārlūkot izejas kodu

emul/8086/pcat: fix broken AT-XY

master
Virgil Dupras pirms 3 gadiem
vecāks
revīzija
3198cd8d08
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      emul/8086/pcat.c

+ 1
- 1
emul/8086/pcat.c Parādīt failu

@@ -23,7 +23,7 @@ static void int10() {
uint16_t dx = regs.wordregs[regdx];
switch (cmd) {
case 0x02: // at-xy
wmove(w, dx&0xff, dx>>8);
wmove(w, dx>>8, dx&0xff);
break;
case 0x0e: // emit
if (al >= 0x20 || al == '\n') {


Notiek ielāde…
Atcelt
Saglabāt