• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wwww


Commit MetaInfo

Revision508fbc07f9be59c2b27443ce048db208625cfb1c (tree)
Time2016-06-14 01:40:04
Authorsparky4 <sparky4@cock...>
Commitersparky4

Log Message

hmmm

Change Summary

Incremental Difference

--- a/scroll.l16
+++ b/scroll.l16
@@ -1,28 +1,118 @@
11 WARNING: Failed to initialize DEBUG output
22 starting timer ok
33 index=4096
4-chkmap ok Project 16 scroll.exe. This is just a test file!
5-version Jun 9 2016 11:32:02
4+chkmap ok 12
5+12
6+8
7+8
8+4
9+4
10+12
11+12
12+8
13+8
14+4
15+4
16+12
17+12
18+8
19+8
20+4
21+4
22+12
23+12
24+8
25+8
26+4
27+4
28+12
29+12
30+8
31+8
32+4
33+4
34+12
35+12
36+8
37+8
38+4
39+4
40+12
41+12
42+8
43+8
44+4
45+4
46+12
47+12
48+8
49+8
50+4
51+4
52+12
53+12
54+8
55+8
56+4
57+4
58+12
59+12
60+8
61+8
62+4
63+4
64+12
65+12
66+8
67+8
68+4
69+4
70+12
71+12
72+8
73+8
74+4
75+4
76+12
77+12
78+8
79+8
80+4
81+4
82+12
83+12
84+8
85+8
86+4
87+4
88+12
89+12
90+8
91+8
92+4
93+4
94+Project 16 scroll.exe. This is just a test file!
95+version Jun 13 2016 11:37:38
696 tx: 0
7-ty: 0
8-player.x: 160 player.y: 128
9-player.tx: 10 player.ty: 8
10-player.triggx: 10 player.triggy: 9
11-player.hp: 4 player.q: 1 player.info.dir: 2 player.d: 2 pdir=0
12-tile data value at player trigger position: 0
97+ty: 2
98+player.x: 112 player.y: 128
99+player.tx: 7 player.ty: 10
100+player.triggx: 6 player.triggy: 10
101+player.hp: 4 player.q: 1 player.info.dir: 2 player.d: 2 pdir=1
102+tile data value at player trigger position: 1
13103 Virtual Screen: 352x272
14104 Screen: 320x240
15105 virtual tile resolution: 22x17
16106 tile resolution: 20x15
17107 middle tile position: 10x8
18108 video memory remaining: 65535
19-page [0]=(a000:0000) size=23936 sw=320 sh=240 width=352 height=272
20- [1]=(a000:5d80) size=23936 sw=320 sh=240 width=352 height=272
21- [2]=(a000:bb00) size=1024 sw=64 sh=64 width=64 height=64
22- [3]=(a000:bf00) size=16640 sw=320 sh=208 width=320 height=208
109+page [0]=(a000:0b00) size=23936 sw=320 sh=240 width=352 height=272
110+ [1]=(a000:6880) size=23936 sw=320 sh=240 width=352 height=272
111+ [2]=(a000:bb08) size=1024 sw=64 sh=64 width=64 height=64
112+ [3]=(a000:bf08) size=16640 sw=320 sh=208 width=320 height=208
23113 gvar.video.p=1 gvar.video.r=0 pageflipflop=1
24114
25-gvar.video.tickclk=1926.703247
26-gvar.video.clk=0.000000
115+gvar.video.tickclk=0.164835
116+gvar.video.clk=0.109890
27117
28118 detected CPU type: 386 or newer
--- a/src/lib/scroll16.c
+++ b/src/lib/scroll16.c
@@ -503,7 +503,7 @@ void near ScrollLeft(map_view_t *mv, player_t *player, word id, word plid)
503503 /* Snap the origin backward */
504504 mv[0].video->page[id].data -= 4;
505505 mv[0].video->page[id].dx = mv[0].map->tiles->tileWidth;
506- }else printf("%u\n", mv[0].video->page[id].dx);
506+ }
507507 }
508508
509509 void near ScrollUp(map_view_t *mv, player_t *player, word id, word plid)
@@ -517,7 +517,7 @@ void near ScrollUp(map_view_t *mv, player_t *player, word id, word plid)
517517 /* Snap the origin backward */
518518 mv[0].video->page[id].data -= 4;
519519 mv[0].video->page[id].dy = mv[0].map->tiles->tileWidth;
520- }else printf("%u\n", mv[0].video->page[id].dy);
520+ }
521521 }
522522
523523 void near ScrollDown(map_view_t *mv, player_t *player, word id, word plid)