diff --git a/src/ints/bios_keyboard.cpp b/src/ints/bios_keyboard.cpp index 428a5924..3fcc4475 100644 --- a/src/ints/bios_keyboard.cpp +++ b/src/ints/bios_keyboard.cpp @@ -329,7 +329,7 @@ static Bitu INT16_Handler(void) { LOG_DEBUG("INT16:55:Word TSR compatible call"); break; default: - E_Exit("INT16:Unhandled call %02X",reg_ah); + LOG_ERROR("INT16:Unhandled call %02X",reg_ah); break; };