dosgame1/system/Pic.h

12 lines
181 B
C++

#ifndef GAME_PIC_H
#define GAME_PIC_H
#include "../util/Asm.h"
namespace Pic {
static void clearInterrupt() {
outb(0x20, 0x20);
}
}
#endif //GAME_PIC_H