--- np2/bios/bios19.c 2003/12/08 00:55:30 1.2 +++ np2/bios/bios19.c 2004/01/22 01:10:03 1.4 @@ -1,6 +1,5 @@ #include "compiler.h" #include "cpucore.h" -#include "memory.h" #include "pccore.h" #include "iocore.h" #include "bios.h" @@ -35,7 +34,7 @@ void bios0x19(void) { if (speed >= 8) { speed = 4; // 1200bps } - if (mem[MEMB_BIOS_FLAG] & 0x80) { // 4MHz? + if (mem[MEMB_BIOS_FLAG1] & 0x80) { // 4MHz? speed += 12; }