Updated travis-build script to display build options (for clarity.)

Fixed a buffer overflow in vid_voodoo.c (thanks DS)
Fixed the BIOS-loading error that caused the PS/2 M50 to not boot.
Small changes here and there.
Disabled writing keyboard to the host (for now.)
This commit is contained in:
waltje
2019-04-30 21:18:29 -05:00
parent 6443e1ffec
commit f56cb9eec8
14 changed files with 124 additions and 114 deletions

View File

@@ -8,7 +8,7 @@
*
* Main emulator module where most things are controlled.
*
* Version: @(#)pc.c 1.0.72 2019/04/29
* Version: @(#)pc.c 1.0.73 2019/04/30
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -771,7 +771,7 @@ pc_set_speed(int turbo)
* For PC and XT class, this will return max speed.
*/
speed = machine_get_speed(turbo);
INFO("PC: set_speed(%i) -> speed %lu\n", turbo, speed);
DEBUG("PC: set_speed(%i) -> speed %lu\n", turbo, speed);
if (cpu_get_type() >= CPU_286) {
/* For 286+, we are done. */