blob: 06df8266af9a68a5ef13eec63733bfc0d11b1857 [file] [log] [blame]
#include <stdio.h>
#include "testbios.h"
int int16_handler(void)
{
printf("\nint16: keyboard not supported right now.\n");
x86emu_dump_xregs();
return 1;
}