debug vgabios

This commit is contained in:
Fabian 2014-09-28 14:33:07 -07:00
parent 3621005249
commit 7379405a6c
2 changed files with 2 additions and 1 deletions

BIN
bios/vgabios-0.7a.debug.bin Normal file

Binary file not shown.

View file

@ -211,6 +211,7 @@
};
var biosfile = DEBUG ? "seabios-debug.bin" : "seabios.bin";
var vgabiosfile = DEBUG ? "vgabios-0.7a.debug.bin" : "bochs-vgabios-0.7a.bin";
load_file("bios/" + biosfile, function(img)
{
@ -220,7 +221,7 @@
});
//load_file("bios/vgabios.bin", function(img)
load_file("bios/bochs-vgabios-0.7a.bin", function(img)
load_file("bios/" + vgabiosfile, function(img)
{
settings.vga_bios = img;