X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fmodex16%2F256x192.h;h=1cda5730cf31e1da3c0f9ae8aeb30af9fd33e162;hb=e8a8ba36af9d47236981affa02532faf42bf304d;hp=16f306cdcadf75b96bf54638ff59c6b066d39f9a;hpb=4b59d025ac5e1eea1fe4fdb58fb1de101990f872;p=16.git diff --git a/src/lib/modex16/256x192.h b/src/lib/modex16/256x192.h index 16f306cd..1cda5730 100755 --- a/src/lib/modex16/256x192.h +++ b/src/lib/modex16/256x192.h @@ -27,31 +27,31 @@ /*static const word ModeX_256x224regs[75] = { - 0x3c2, 0x00, 0xe3, - 0x3d4, 0x00, 0x5f, - 0x3d4, 0x01, 0x3f, - 0x3d4, 0x02, 0x40, - 0x3d4, 0x03, 0x82, - 0x3d4, 0x04, 0x4a, - 0x3d4, 0x05, 0x9a, - 0x3d4, 0x06, 0x0b, - 0x3d4, 0x07, 0x3e, - 0x3d4, 0x08, 0x00, - 0x3d4, 0x09, 0x41, - 0x3d4, 0x10, 0xda, - 0x3d4, 0x11, 0x9c, - 0x3d4, 0x12, 0xbf, - 0x3d4, 0x13, 0x20, - 0x3d4, 0x14, 0x00, - 0x3d4, 0x15, 0xc7, - 0x3d4, 0x16, 0x04, - 0x3d4, 0x17, 0xe3, - 0x3c4, 0x01, 0x01, - 0x3c4, 0x04, 0x06, - 0x3ce, 0x05, 0x40, - 0x3ce, 0x06, 0x05, - 0x3c0, 0x10, 0x41, - 0x3c0, 0x13, 0x00 + 0x3c2, 0x00, 0xe3, + 0x3d4, 0x00, 0x5f, + 0x3d4, 0x01, 0x3f, + 0x3d4, 0x02, 0x40, + 0x3d4, 0x03, 0x82, + 0x3d4, 0x04, 0x4a, + 0x3d4, 0x05, 0x9a, + 0x3d4, 0x06, 0x0b, + 0x3d4, 0x07, 0x3e, + 0x3d4, 0x08, 0x00, + 0x3d4, 0x09, 0x41, + 0x3d4, 0x10, 0xda, + 0x3d4, 0x11, 0x9c, + 0x3d4, 0x12, 0xbf, + 0x3d4, 0x13, 0x20, + 0x3d4, 0x14, 0x00, + 0x3d4, 0x15, 0xc7, + 0x3d4, 0x16, 0x04, + 0x3d4, 0x17, 0xe3, + 0x3c4, 0x01, 0x01, + 0x3c4, 0x04, 0x06, + 0x3ce, 0x05, 0x40, + 0x3ce, 0x06, 0x05, + 0x3c0, 0x10, 0x41, + 0x3c0, 0x13, 0x00 };*/ static const word ModeX_256x192regs[] = { @@ -59,17 +59,17 @@ static const word ModeX_256x192regs[] = { 0x4002, /* Start horizontal blanking */ 0x4a04, /* End horizontal blanking */ 0x9a05, /* End horizontal retrace */ - 0x0806, /* vertical total */ - 0x3e07, /* overflow (bit 8 of vertical counts) */ - 0x4109, /* cell height (2 to double-scan */ - 0xca10, /* v sync start */ - 0x8c11, /* v sync end and protect cr0-cr7 */ - 0xaf12, /* vertical displayed */ + 0x0b06, /* vertical total */ + 0x8f07, /* overflow (bit 8 of vertical counts) */ + 0x4109, /* cell height (2 to double-scan */ + 0x9c10, /* v sync start */ + 0xb811, /* v sync end and protect cr0-cr7 */ + 0x8f12, /* vertical displayed */ 0x2013, /* offset/logical width */ - 0x0014, /* turn off dword mode */ - 0xa715, /* v blank start */ - 0x0216, /* v blank end */ - 0xe317 /* turn on byte mode */ + 0x0014, /* turn off dword mode */ + 0xa715, /* v blank start */ + 0x0216, /* v blank end */ + 0xe317 /* turn on byte mode */ }; #endif /*_DIX_H_*/