A few lconsistency changes form M&K branch
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
@@ -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;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user