mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
debug vgabios
This commit is contained in:
parent
3621005249
commit
7379405a6c
2 changed files with 2 additions and 1 deletions
BIN
bios/vgabios-0.7a.debug.bin
Normal file
BIN
bios/vgabios-0.7a.debug.bin
Normal file
Binary file not shown.
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue