Merge branch 'hannesweisbach-fixes'
This commit is contained in:
@ -16,7 +16,7 @@ file(MAKE_DIRECTORY ${FAIL_DOC_OUTPUT})
|
|||||||
# means, the path to your FAIL* directory should not contain any blanks.
|
# means, the path to your FAIL* directory should not contain any blanks.
|
||||||
|
|
||||||
configure_file(${PROJECT_SOURCE_DIR}/cmake/Doxyfile.in
|
configure_file(${PROJECT_SOURCE_DIR}/cmake/Doxyfile.in
|
||||||
${PROJECT_BINARY_DIR}/Doxyfile @ONLY}
|
${PROJECT_BINARY_DIR}/Doxyfile @ONLY
|
||||||
)
|
)
|
||||||
|
|
||||||
## call make doc to generate documentation
|
## call make doc to generate documentation
|
||||||
|
|||||||
@ -558,7 +558,7 @@ void bx_vga_c::determine_screen_dimensions(unsigned *piHeight, unsigned *piWidth
|
|||||||
{
|
{
|
||||||
int ai[0x20];
|
int ai[0x20];
|
||||||
int i,h,v;
|
int i,h,v;
|
||||||
for (i = 0 ; i < 0x20 ; i++)
|
for (i = 0 ; i < 0x19 ; i++)
|
||||||
ai[i] = BX_VGA_THIS s.CRTC.reg[i];
|
ai[i] = BX_VGA_THIS s.CRTC.reg[i];
|
||||||
|
|
||||||
h = (ai[1] + 1) * 8;
|
h = (ai[1] + 1) * 8;
|
||||||
|
|||||||
Reference in New Issue
Block a user