Merge pull request #2154 from jriwanek-forks/morechanges

A few consistency changes form M&K branch
This commit is contained in:
Miran Grča
2022-02-21 01:29:23 +01:00
committed by GitHub
6 changed files with 20 additions and 15 deletions

View File

@@ -476,18 +476,21 @@ oti037c_available(void)
return(rom_present(BIOS_037C_PATH));
}
static int
oti067_ama932j_available(void)
{
return(rom_present(BIOS_067_AMA932J_PATH));
}
static int
oti067_077_available(void)
{
return(rom_present(BIOS_077_PATH));
}
static int
oti067_m300_available(void)
{

View File

@@ -783,6 +783,7 @@ svga_poll(void *p)
svga->ma = svga->maback = ((svga->crtc[5] & 0x60) >> 5);
svga->ma = (svga->ma << 2);
svga->maback = (svga->maback << 2);
svga->sc = 0;
if (svga->attrregs[0x10] & 0x20) {
svga->scrollcache = 0;

View File

@@ -1,4 +1,5 @@
#
#
# 86Box A hypervisor and IBM PC system emulator that specializes in
# running old operating systems and software designed for IBM
# PC systems and compatibles from 1981 through fairly recent