Skip to content

Commit

Permalink
debug vgabios
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Sep 28, 2014
1 parent 3621005 commit 7379405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added bios/vgabios-0.7a.debug.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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;

Expand Down

0 comments on commit 7379405

Please sign in to comment.