diff --git a/hardwaresetup.cpp b/hardwaresetup.cpp index 435936a..a462535 100644 --- a/hardwaresetup.cpp +++ b/hardwaresetup.cpp @@ -3,8 +3,9 @@ #include "sys/io.h" #include -#define BASEPORT 0xe050 /* lp1 */ +//#define BASEPORT 0xe050 /* lp1 */ //#define BASEPORT 0x378 +#define BASEPORT 0xd000 HardwareSetup::HardwareSetup() { @@ -43,7 +44,7 @@ void HardwareSetup::run(){ else{ index += 1; //Debug - std::cout << index << std::endl; + //std::cout << index << std::endl; } }