blob: 06df8266af9a68a5ef13eec63733bfc0d11b1857 [file] [log] [blame]
Li-Ta Lo81521262004-07-08 17:18:27 +00001#include <stdio.h>
Stefan Reinauer850e7d42015-09-28 13:12:04 -07002#include "testbios.h"
Li-Ta Lo81521262004-07-08 17:18:27 +00003
4int int16_handler(void)
5{
6 printf("\nint16: keyboard not supported right now.\n");
Stefan Reinauer850e7d42015-09-28 13:12:04 -07007 x86emu_dump_xregs();
Li-Ta Lo81521262004-07-08 17:18:27 +00008 return 1;
9}