mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
68000: put vga_get_videobase() instead of vga_get_video() in boot_info.bi_mac.videoaddr
This commit is contained in:
parent
6e899e57ca
commit
ff81b04c7f
@ -198,7 +198,7 @@ void bootinfo_init(char* command_line,
|
||||
/* video information */
|
||||
|
||||
boot_info.bi_mac.videological = vga_get_video();
|
||||
logical2physical(boot_info.bi_mac.videological, &boot_info.bi_mac.videoaddr);
|
||||
logical2physical(vga_get_videobase(), &boot_info.bi_mac.videoaddr);
|
||||
boot_info.bi_mac.videorow = vga_get_row_bytes();
|
||||
boot_info.bi_mac.videodepth = vga_get_depth();
|
||||
boot_info.bi_mac.dimensions = (vga_get_height() << 16)
|
||||
|
Loading…
Reference in New Issue
Block a user