Merge branch 'master' of https://github.com/OBattler/86Box
This commit is contained in:
@@ -148,6 +148,9 @@ else
|
|||||||
DBFLAGS =
|
DBFLAGS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(DEV_BRANCH), y)
|
||||||
|
CFLAGS += -DDEV_BRANCH
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(WALTJE), y)
|
ifeq ($(WALTJE), y)
|
||||||
OPENDIR = win_opendir.o
|
OPENDIR = win_opendir.o
|
||||||
|
|||||||
@@ -2200,7 +2200,7 @@ void rivatnt_pgraph_ctx_switch(void *p)
|
|||||||
ret = (riva128->i2c.sda << 3) | (riva128->i2c.scl << 2);
|
ret = (riva128->i2c.sda << 3) | (riva128->i2c.scl << 2);
|
||||||
break;
|
break;
|
||||||
case 0x28:
|
case 0x28:
|
||||||
ret = svga->crtc[0x28] & 3;
|
ret = svga->crtc[0x28] & 0x3f;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ret = svga->crtc[svga->crtcreg];
|
ret = svga->crtc[svga->crtcreg];
|
||||||
|
|||||||
Reference in New Issue
Block a user