From: sparky4 Date: Mon, 6 Jun 2016 16:43:41 +0000 (-0500) Subject: ====i made a quick and dirty fix to the video issue wwww==== X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=010f49be572b6a7205d49fbcac30bc7c11e8fd74;p=16.git ====i made a quick and dirty fix to the video issue wwww==== --- diff --git a/SCROLL.16L b/SCROLL.16L deleted file mode 100755 index a23fb37d..00000000 --- a/SCROLL.16L +++ /dev/null @@ -1,30 +0,0 @@ -WARNING: Failed to initialize DEBUG output -starting timer ok -index=4096 -chkmap ok 0 fps -48 fps -37 fps -50 fps -Project 16 scroll.exe. This is just a test file! -version Jun 6 2016 09:16:37 -tx: 0 -ty: 0 -player.x: 304 player.y: 128 -player.tx: 20 player.ty: 8 -player.triggx: 21 player.triggy: 8 -player.hp: 4 player.q: 1 player.info.dir: 2 player.d: 2 pdir=3 -tile data value at player trigger position: 1 -Virtual Screen: 352x272 -Screen: 320x240 -virtual tile resolution: 22x17 -tile resolution: 20x15 -middle tile position: 10x8 -video memory remaining: 65535 -page [0]=(a000:0000) size=23936 sw=320 sh=240 width=352 height=272 - [1]=(a000:5d80) size=23936 sw=320 sh=240 width=352 height=272 - [2]=(a000:bb00) size=1024 sw=64 sh=64 width=64 height=64 - [3]=(a000:bf00) size=16640 sw=320 sh=208 width=320 height=208 -mv[1].tx: 0 mv[1].ty: 0 gvar.video.p=1 - - -detected CPU type: 386 or newer diff --git a/scroll.16l b/scroll.16l deleted file mode 100755 index a23fb37d..00000000 --- a/scroll.16l +++ /dev/null @@ -1,30 +0,0 @@ -WARNING: Failed to initialize DEBUG output -starting timer ok -index=4096 -chkmap ok 0 fps -48 fps -37 fps -50 fps -Project 16 scroll.exe. This is just a test file! -version Jun 6 2016 09:16:37 -tx: 0 -ty: 0 -player.x: 304 player.y: 128 -player.tx: 20 player.ty: 8 -player.triggx: 21 player.triggy: 8 -player.hp: 4 player.q: 1 player.info.dir: 2 player.d: 2 pdir=3 -tile data value at player trigger position: 1 -Virtual Screen: 352x272 -Screen: 320x240 -virtual tile resolution: 22x17 -tile resolution: 20x15 -middle tile position: 10x8 -video memory remaining: 65535 -page [0]=(a000:0000) size=23936 sw=320 sh=240 width=352 height=272 - [1]=(a000:5d80) size=23936 sw=320 sh=240 width=352 height=272 - [2]=(a000:bb00) size=1024 sw=64 sh=64 width=64 height=64 - [3]=(a000:bf00) size=16640 sw=320 sh=208 width=320 height=208 -mv[1].tx: 0 mv[1].ty: 0 gvar.video.p=1 - - -detected CPU type: 386 or newer diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index d00a504d..fdabf00e 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -46,7 +46,7 @@ void walk(map_view_t *pip, player_t *player, word pn) animatePlayer(pip, player, pn, 1); if(!pageflipflop) mapScrollRight(pip, player, !(pip[0].video->p), pn); else{ mapScrollRight(pip, player, 0, pn); - mapScrollRight(pip, player, 1, pn); + //mapScrollRight(pip, player, 1, pn); ScrollRight(pip, player, 2, pn); ScrollRight(pip, player, 3, pn); } if(!pageflipflop) modexShowPage(pip[1].page);