• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

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

wwww


コミットメタ情報

リビジョンd826b6897d3809867f905b4c2baaee8e10006512 (tree)
日時2016-04-19 01:57:34
作者sparky4 <sparky4@cock...>
コミッターsparky4

ログメッセージ

16.c needs to probe DOS and VGA before using modex library. -repo sync-

変更サマリ

差分

--- a/.gitignore
+++ b/.gitignore
@@ -17,8 +17,8 @@ makefile~
1717 README~
1818 TODO~
1919 LICENCE~
20-#*.map
21-#*.MAP
20+*.mah
21+*.MAH
2222 !modex.lib
2323 img
2424 !.git/config
--- a/makefile
+++ b/makefile
@@ -95,23 +95,23 @@ all: $(EXEC) joytest.exe vrs
9595 #game and bakapi executables
9696 #
9797 16.exe: 16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib
98- wcl $(FLAGS) $(16FLAGS) 16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=16.map
98+ wcl $(FLAGS) $(16FLAGS) 16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=16.mah
9999
100100 bakapi.exe: bakapi.$(OBJ) gfx.lib $(DOSLIBLIBS)
101- wcl $(FLAGS) $(BAKAPIFLAGS) bakapi.$(OBJ) gfx.lib $(DOSLIBLIBS) -fm=bakapi.map
101+ wcl $(FLAGS) $(BAKAPIFLAGS) bakapi.$(OBJ) gfx.lib $(DOSLIBLIBS) -fm=bakapi.mah
102102 #modex.lib
103103 #
104104 #Test Executables!
105105 #
106106 scroll.exe: scroll.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib
107- wcl $(FLAGS) scroll.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=scroll.map
107+ wcl $(FLAGS) scroll.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=scroll.mah
108108 scroll.$(OBJ): $(SRC)scroll.c
109109 wcl $(FLAGS) -c $(SRC)scroll.c
110110
111111
112112 # NOTE: dos86h = 16-bit huge memory model. memory model must match!
113113 tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib
114-# %write tmp.cmd option quiet option map=tesuto.map $(DOSLIB_LDFLAGS_DOS16H) file tesuto.obj name tesuto.exe
114+# %write tmp.cmd option quiet option map=tesuto.mah $(DOSLIB_LDFLAGS_DOS16H) file tesuto.obj name tesuto.exe
115115 # %write tmp.cmd library $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)cpu$(DIRSEP)dos86h$(DIRSEP)cpu.lib
116116 # %write tmp.cmd library $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)dos$(DIRSEP)dos86h$(DIRSEP)dos.lib
117117 # @wlink @tmp.cmd
@@ -120,22 +120,22 @@ tesuto.$(OBJ): $(SRC)tesuto.c
120120 wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c
121121
122122 test.exe: test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ)
123- wcl $(FLAGS) test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) -fm=test.map
123+ wcl $(FLAGS) test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) -fm=test.mah
124124
125125 test2.exe: test2.$(OBJ) gfx.lib
126- wcl $(FLAGS) test2.$(OBJ) gfx.lib -fm=test2.map
126+ wcl $(FLAGS) test2.$(OBJ) gfx.lib -fm=test2.mah
127127
128128 fonttest.exe: fonttest.$(OBJ) $(16LIBOBJS) gfx.lib
129- wcl $(FLAGS) fonttest.$(OBJ) $(16LIBOBJS) gfx.lib -fm=fonttest.map
129+ wcl $(FLAGS) fonttest.$(OBJ) $(16LIBOBJS) gfx.lib -fm=fonttest.mah
130130
131131 #fonttes0.exe: fonttes0.$(OBJ) $(16LIBOBJS)
132132 # wcl $(FLAGS) fonttes0.$(OBJ) $(16LIBOBJS)
133133
134134 fontgfx.exe: fontgfx.$(OBJ) $(16LIBOBJS) gfx.lib $(DOSLIBLIBS)
135- wcl $(FLAGS) fontgfx.$(OBJ) $(16LIBOBJS) gfx.lib $(DOSLIBLIBS) -fm=fontgfx.map
135+ wcl $(FLAGS) fontgfx.$(OBJ) $(16LIBOBJS) gfx.lib $(DOSLIBLIBS) -fm=fontgfx.mah
136136
137137 inputest.exe: inputest.$(OBJ) $(16LIBOBJS)
138- wcl $(FLAGS) inputest.$(OBJ) $(16LIBOBJS) -fm=inputest.map
138+ wcl $(FLAGS) inputest.$(OBJ) $(16LIBOBJS) -fm=inputest.mah
139139
140140 #sountest.exe: sountest.$(OBJ) $(16LIBOBJS)
141141 # wcl $(FLAGS) sountest.$(OBJ) $(16LIBOBJS)
@@ -144,7 +144,7 @@ inputest.exe: inputest.$(OBJ) $(16LIBOBJS)
144144 # wcl $(FLAGS) miditest.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ) midi.$(OBJ)
145145
146146 tsthimem.exe: tsthimem.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ)
147- wcl $(FLAGS) tsthimem.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ) -fm=tsthimem.map
147+ wcl $(FLAGS) tsthimem.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ) -fm=tsthimem.mah
148148
149149 #testemm.exe: testemm.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ)
150150 # wcl $(FLAGS) testemm.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ)
@@ -153,22 +153,22 @@ tsthimem.exe: tsthimem.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ)
153153 # wcl $(FLAGS) testemm0.$(OBJ) $(16LIBOBJS) $(DOSLIBEXMMOBJ)
154154
155155 pcxtest.exe: pcxtest.$(OBJ) gfx.lib
156- wcl $(FLAGS) pcxtest.$(OBJ) gfx.lib -fm=pcxtest.map
156+ wcl $(FLAGS) pcxtest.$(OBJ) gfx.lib -fm=pcxtest.mah
157157
158158 palettec.exe: palettec.$(OBJ) gfx.lib #$(16LIBOBJS)
159- wcl $(FLAGS) palettec.$(OBJ) gfx.lib -fm=palettec.map #$(16LIBOBJS)
159+ wcl $(FLAGS) palettec.$(OBJ) gfx.lib -fm=palettec.mah #$(16LIBOBJS)
160160
161161 palettel.exe: palettel.$(OBJ) gfx.lib #$(16LIBOBJS)
162- wcl $(FLAGS) palettel.$(OBJ) gfx.lib -fm=palettel.map #$(16LIBOBJS)
162+ wcl $(FLAGS) palettel.$(OBJ) gfx.lib -fm=palettel.mah #$(16LIBOBJS)
163163
164164 pcxtest2.exe: pcxtest2.$(OBJ) gfx.lib
165- wcl $(FLAGS) pcxtest2.$(OBJ) gfx.lib -fm=pcxtest2.map
165+ wcl $(FLAGS) pcxtest2.$(OBJ) gfx.lib -fm=pcxtest2.mah
166166
167167 planrpcx.exe: planrpcx.$(OBJ) gfx.lib
168- wcl $(FLAGS) planrpcx.$(OBJ) gfx.lib -fm=planrpcx.map
168+ wcl $(FLAGS) planrpcx.$(OBJ) gfx.lib -fm=planrpcx.mah
169169
170170 maptest.exe: maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib
171- wcl $(FLAGS) maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=maptest.map
171+ wcl $(FLAGS) maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib -fm=maptest.mah
172172
173173 #maptest0.exe: maptest0.$(OBJ) fmapread.$(OBJ) farjsmn.$(OBJ)
174174 # wcl $(FLAGS) $(MFLAGS) maptest0.$(OBJ) fmapread.$(OBJ) farjsmn.$(OBJ)
@@ -180,14 +180,14 @@ maptest.exe: maptest.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) $(16LIBOBJS) gfx.lib
180180 # wcl $(FLAGS) $(MFLAGS) emsdump.$(OBJ) memory.$(OBJ)
181181
182182 fmemtest.exe: fmemtest.$(OBJ) $(16LIBOBJS)
183- wcl $(FLAGS) fmemtest.$(OBJ) $(16LIBOBJS) -fm=fmemtest.map
183+ wcl $(FLAGS) fmemtest.$(OBJ) $(16LIBOBJS) -fm=fmemtest.mah
184184
185185 exmmtest.exe: exmmtest.$(OBJ) $(16LIBOBJS)
186- wcl $(FLAGS) exmmtest.$(OBJ) -fm=exmmtest.map $(16LIBOBJS)
186+ wcl $(FLAGS) exmmtest.$(OBJ) -fm=exmmtest.mah $(16LIBOBJS)
187187
188188 vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIBOBJS)
189- wcl $(FLAGS) vgmtest.$(OBJ) vgmsnd.lib -fm=vgmtest.map $(16LIBOBJS)
190- #====wcl -mc vgmtest.$(OBJ) $(VGMSNDOBJ) -fm=vgmtest.map
189+ wcl $(FLAGS) vgmtest.$(OBJ) vgmsnd.lib -fm=vgmtest.mah $(16LIBOBJS)
190+ #====wcl -mc vgmtest.$(OBJ) $(VGMSNDOBJ) -fm=vgmtest.mah
191191
192192
193193 #
@@ -434,8 +434,8 @@ clean: .symbolic
434434 # @$(REMOVECOMMAND) *.smp
435435 @$(REMOVECOMMAND) *.SMP
436436 @$(REMOVECOMMAND) *.hed
437- @$(REMOVECOMMAND) *.MAP
438- @$(REMOVECOMMAND) *.map
437+ @$(REMOVECOMMAND) *.MAH
438+ @$(REMOVECOMMAND) *.mah
439439 @$(REMOVECOMMAND) *.err
440440 #@cd $(DOSLIB)
441441 #@./buildall.sh clean