|
|
| version 1.11, 2004/08/13 04:08:33 | version 1.12, 2004/08/14 12:16:18 |
|---|---|
| Line 168 static void changecrtc(void) { | Line 168 static void changecrtc(void) { |
| makescrn.vramtop = crtc.e.pos; | makescrn.vramtop = crtc.e.pos; |
| scrnxmax = (crtc.s.reg[CRTCREG_HDISP] <= 40)?40:80; | scrnxmax = (crtc.s.width40)?40:80; |
| scrnymax = 200; | scrnymax = 200; |
| if (crtc.s.reg[CRTCREG_HDISP] <= 40) { | if (crtc.s.width40) { |
| if (lastdisp & SCRN_DRAW4096) { | if (lastdisp & SCRN_DRAW4096) { |
| widthmode = SCRNWIDTHMODE_4096; | widthmode = SCRNWIDTHMODE_4096; |
| } | } |