Skip to content

Commit cb7153b

Browse files
author
messdev
committed
MESS 0.87
1 parent 26c73e7 commit cb7153b

File tree

391 files changed

+32316
-16373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+32316
-16373
lines changed

docs/faq.htm

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ <h2 id="g08">Why doesn't MESS split into two versions, one for consoles and one
207207
MESS</A> to include new gaming consoles and computers. The complicated
208208
answer is that it is hard to tell the difference.
209209
</p>
210-
<h2 id="g09"></h2>
210+
<h2 id="g09">I still do not understand why MAME and MESS will not merge. Since
211+
the cores are kept so close together, shouldn't #ifdef's suffice?</h2>
211212
<p>
212213
Yes, to a point. In a sense, #ifdefs do suffice and all of <A href="http://www.mess.org/">
213214
MESS</A>'s overrides to the core are encapsulated in #ifdefs. In theory, <A href="http://www.mame.net/">
@@ -216,7 +217,7 @@ <h2 id="g09"></h2>
216217
unified fashion. But there are additional considerations. Unlike Xmame and
217218
Xmess, <A href="http://www.mame.net/">MAME</A> and <A href="http://www.mess.org/">MESS</A>
218219
are maintained by different groups. In the course of <A href="http://www.mame.net/">
219-
MAME</A> developement, occasionally sweeping changes are made that require
220+
MAME</A> development, occasionally sweeping changes are made that require
220221
small changes to every <A href="http://www.mame.net/">MAME</A> driver. If <A href="http://www.mame.net/">
221222
MAME</A> and <A href="http://www.mess.org/">MESS</A> were maintained out of
222223
the same source tree, then the <A href="http://www.mame.net/">MAME</A> people
@@ -225,7 +226,7 @@ <h2 id="g09"></h2>
225226
scrutinized for breakage in <A href="http://www.mame.net/">MAME</A>.
226227
</p>
227228
<p>
228-
Because of these isssues, it is more prudent to keep two separate source trees.
229+
Because of these issues, it is more prudent to keep two separate source trees.
229230
When breaking changes occur in <A href="http://www.mame.net/">MAME</A>, the <A href="http://www.mame.net/">
230231
MAME</A> people can then update all of the <A href="http://www.mame.net/">MAME</A>
231232
drivers and when that is done and the changes are released, the <A href="http://www.mess.org/">
@@ -353,7 +354,7 @@ <h2 id="s08">For some reason, ESC does not quit MESS nor does TAB bring up the
353354
<p>In <A href="http://www.mess.org/">MESS</A> for Win32, there are two UIs use at
354355
runtime. There is the "Classic UI" which is derived from <A href="http://www.mame.net/">
355356
MAME</A>'s UI, and there is the "New UI" which uses a standard Windows
356-
menubar to operate the emulation. By default, the New UI is enabled. However,
357+
menu bar to operate the emulation. By default, the New UI is enabled. However,
357358
some people prefer to use the older UI. This can be done in one of two ways.</p>
358359
<OL>
359360
<LI>
@@ -403,7 +404,7 @@ <h2 id="h04">How do I compile/build/debug MESS with Visual C?</h2>
403404
<p>On the <A href="http://www.mess.org/">MESS</A> download site, there are Visual C
404405
project files but they are extremely outdated. In theory, one could grab the <a href="http://www.vcmame.net/">
405406
VCMame</a> project files and port them over to build <A href="http://www.mess.org/">
406-
MESS</A>, but to my knowledge noone has done this yet.</p>
407+
MESS</A>, but to my knowledge no one has done this yet.</p>
407408
<P>There is also an alternative makefile (makefile.vc) that uses the Visual C
408409
command line compilers but the makefile itself requires <a href="http://www.gnu.org/software/make/">
409410
GNU make</a> rather than nmake. Using the Microsoft compilers allows one to
@@ -460,7 +461,7 @@ <h2 id="t01">I have found a bug; what can I do to help the MESS developers fix i
460461
create a reproducible case and report it at <a href="http://bugzilla.mess.org">MESS
461462
Bugzilla</a>. When reporting a bug, be sure to keep in mind that <A href="http://www.mess.org/">
462463
MESS</A> is a multiple emulation system, and the reader of your bug report
463-
might not be intimitely familiar with the system that you are using. In other
464+
might not be intimately familiar with the system that you are using. In other
464465
words, if you find a bug in the WowieZowie driver, do not expect the reader of
465466
the bug report to know the command for loading a file on WowieZowieOS. If a bug
466467
report contains a concrete reproducible case that is understandable even to

docs/gamelist.txt

Lines changed: 81 additions & 49 deletions
Large diffs are not rendered by default.

docs/messnew.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
0.87
2+
3+
New System Drivers Supported (in no particular order):
4+
------------------------------------------------------
5+
(none)
6+
7+
8+
9+
System Driver Changes:
10+
----------------------
11+
- [APPLE1] Added natural keyboard support. [Nate Woods]
12+
13+
- [AMSTRAD] M6845 changes; the Backtro demo now runs. [bobz, Nate Woods]
14+
15+
- [MICROBEE,EXIDY,VTECH] Implemented a binary quickload device. (bug #599)
16+
[Nate Woods]
17+
18+
- [NESPAL] Fixed a major slowdown that only affected the PAL version of the
19+
NES driver. (bug #457) [Nate Woods]
20+
21+
- [VTECH1] Fixed '*' and '+' keys on natural keyboard. [Nate Woods]
22+
23+
24+
25+
User Interface Changes:
26+
-----------------------
27+
- [Windows] Fixed a regression that prevented all customize input, analog
28+
controls and configuration dialogs from working on Win95/Win98/WinME.
29+
[Nate Woods]
30+
31+
- [Windows GUI] Fixed a problem in hash calculation in which UnmapViewOfFile()
32+
was not properly being called. (bug #584) [Nate Woods]
33+
34+
- [Windows GUI] ZIP paths prefixed with ./ will now have the ./ ignored.
35+
[Nate Woods]
36+
37+
38+
39+
Imgtool Changes:
40+
----------------
41+
(none)
42+
43+
44+
45+
Source Changes:
46+
----------------
47+
- The core is based on MAME 0.87. This incorporates all features of the
48+
update to this core. [MAME team]
49+
50+
- Major changes to the IODevice structure; made major changes to how they are
51+
initialized and iterated. The new technique should be much more
52+
maintainable in the long run. [Nate Woods]
53+
54+
- Hash tags in hash file now can specify a 'type' attribute that indicates
55+
what device type to which any given entry pertains. [Nate Woods]
56+
57+
58+
159
0.86
260

361
New System Drivers Supported (in no particular order):

hash/coco.hsi

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,169 +2,169 @@
22
<!-- This MESS CRC file was generated from Cowering's Good databases (0.999.3 BETA) -->
33
<!-- Please keep this notice intact if editing this file -->
44
<!-- crc= Game Name | Year | Manufacturer | Emulation Status -->
5-
<hash crc32="93ddfc53" name="A Mazing World of Malcom Mortar (26-3160) (U)">
5+
<hash crc32="93ddfc53" type="cartridge" name="A Mazing World of Malcom Mortar (26-3160) (U)">
66
<year>1987</year>
77
</hash>
8-
<hash crc32="7d1cac0e" name="Androne (26-3096) (U) [!]">
8+
<hash crc32="7d1cac0e" type="cartridge" name="Androne (26-3096) (U) [!]">
99
<year>1983</year>
1010
</hash>
11-
<hash crc32="e79644a9" name="Arkanoid (26-3043) (Taito) (U)">
11+
<hash crc32="e79644a9" type="cartridge" name="Arkanoid (26-3043) (Taito) (U)">
1212
<year>1987</year>
1313
</hash>
14-
<hash crc32="16d2d946" name="Audio Spectrum Analyzer (26-3156) (U) [!]">
14+
<hash crc32="16d2d946" type="cartridge" name="Audio Spectrum Analyzer (26-3156) (U) [!]">
1515
<year>1981</year>
1616
</hash>
17-
<hash crc32="3be0cf60" name="Bingo Math (26-3150) (U) [!]">
17+
<hash crc32="3be0cf60" type="cartridge" name="Bingo Math (26-3150) (U) [!]">
1818
<year>1980</year>
1919
</hash>
20-
<hash crc32="d6b940f1" name="Bridge Tutor (26-3158) (U) [!]">
20+
<hash crc32="d6b940f1" type="cartridge" name="Bridge Tutor (26-3158) (U) [!]">
2121
<year>1982</year>
2222
</hash>
23-
<hash crc32="c7ed9d30" name="Bustout (26-3056) (U) [!]">
23+
<hash crc32="c7ed9d30" type="cartridge" name="Bustout (26-3056) (U) [!]">
2424
<year>1981</year>
2525
</hash>
26-
<hash crc32="aa214e43" name="Canyon Climber (26-3089) (U) [!]">
26+
<hash crc32="aa214e43" type="cartridge" name="Canyon Climber (26-3089) (U) [!]">
2727
<year>1982</year>
2828
</hash>
29-
<hash crc32="8869eddc" name="Castle Guard (26-3079) (U) [!]">
29+
<hash crc32="8869eddc" type="cartridge" name="Castle Guard (26-3079) (U) [!]">
3030
<year>1981</year>
3131
</hash>
32-
<hash crc32="82929650" name="Castle of Tharoggad (26-3159) (U) [!]">
32+
<hash crc32="82929650" type="cartridge" name="Castle of Tharoggad (26-3159) (U) [!]">
3333
<year>1988</year>
3434
</hash>
35-
<hash crc32="fe4c93e4" name="Clowns &amp; Balloons (26-3087) (Radio Shack - Steve Bjork) (U) [!]">
35+
<hash crc32="fe4c93e4" type="cartridge" name="Clowns &amp; Balloons (26-3087) (Radio Shack - Steve Bjork) (U) [!]">
3636
<year>1982</year>
3737
</hash>
38-
<hash crc32="ad1937c1" name="Color Baseball (26-3095) [!]">
38+
<hash crc32="ad1937c1" type="cartridge" name="Color Baseball (26-3095) [!]">
3939
<year>1980</year>
4040
</hash>
41-
<hash crc32="0b9c5415" name="Color Computer Controller (26-3022)">
41+
<hash crc32="0b9c5415" type="cartridge" name="Color Computer Controller (26-3022)">
4242
<year>1982</year>
4343
</hash>
44-
<hash crc32="f4be90bc" name="Color Cubes (26-3075) (U) [!]">
44+
<hash crc32="f4be90bc" type="cartridge" name="Color Cubes (26-3075) (U) [!]">
4545
<year>1981</year>
4646
</hash>
47-
<hash crc32="d78be10a" name="Color File (26-3103) (U) [!]">
47+
<hash crc32="d78be10a" type="cartridge" name="Color File (26-3103) (U) [!]">
4848
<year>1981</year>
4949
</hash>
50-
<hash crc32="3aca199b" name="Color Scripsit (26-3105) (U) [!]">
50+
<hash crc32="3aca199b" type="cartridge" name="Color Scripsit (26-3105) (U) [!]">
5151
<year>1981</year>
5252
</hash>
53-
<hash crc32="7bffd03a" name="Color Scripsit II (26-3109) (U)">
53+
<hash crc32="7bffd03a" type="cartridge" name="Color Scripsit II (26-3109) (U)">
5454
<year>1986</year>
5555
</hash>
56-
<hash crc32="d990e1f9" name="Deluxe RS-232 Program Pak (26-2226)">
56+
<hash crc32="d990e1f9" type="cartridge" name="Deluxe RS-232 Program Pak (26-2226)">
5757
<year>1983</year>
5858
</hash>
59-
<hash crc32="1199d27f" name="Demolition Derby (26-3044) (U) [!]">
59+
<hash crc32="1199d27f" type="cartridge" name="Demolition Derby (26-3044) (U) [!]">
6060
<year>1984</year>
6161
</hash>
62-
<hash crc32="d5257b50" name="Diagnostics (26-3019) (U) [!]">
62+
<hash crc32="d5257b50" type="cartridge" name="Diagnostics (26-3019) (U) [!]">
6363
<year>1980</year>
6464
</hash>
65-
<hash crc32="667bc55d" name="Direct Connect Modem Pak (26-2228)">
65+
<hash crc32="667bc55d" type="cartridge" name="Direct Connect Modem Pak (26-2228)">
6666
<year>1985</year>
6767
</hash>
68-
<hash crc32="4cc44337" name="Doubleback (26-3091) (U) [!]">
68+
<hash crc32="4cc44337" type="cartridge" name="Doubleback (26-3091) (U) [!]">
6969
<year>1982</year>
7070
</hash>
71-
<hash crc32="d45e59e3" name="Dungeons of Daggorath (26-3093) (DynaMicro) (U) [!]">
71+
<hash crc32="d45e59e3" type="cartridge" name="Dungeons of Daggorath (26-3093) (DynaMicro) (U) [!]">
7272
<year>1982</year>
7373
</hash>
74-
<hash crc32="f4374a55" name="EDTASM+ (26-3250) (U) [!]">
74+
<hash crc32="f4374a55" type="cartridge" name="EDTASM+ (26-3250) (U) [!]">
7575
<year>1982</year>
7676
</hash>
77-
<hash crc32="7a1c2f2d" name="Facemaker (26-3166) (Spinnaker) (U) [!]">
77+
<hash crc32="7a1c2f2d" type="cartridge" name="Facemaker (26-3166) (Spinnaker) (U) [!]">
7878
<year>1984</year>
7979
</hash>
80-
<hash crc32="984ee0d9" name="Galactic Attack (26-3066) (U) [!]">
80+
<hash crc32="984ee0d9" type="cartridge" name="Galactic Attack (26-3066) (U) [!]">
8181
<year>1982</year>
8282
</hash>
83-
<hash crc32="c858d1cf" name="GFL Championship Football II (26-3172) (U) [!]">
83+
<hash crc32="c858d1cf" type="cartridge" name="GFL Championship Football II (26-3172) (U) [!]">
8484
<year>1988</year>
8585
</hash>
86-
<hash crc32="fd84fc5c" name="Gomoku - Renju (26-3069) (Intelligent Software Ltd) (U) [!]">
86+
<hash crc32="fd84fc5c" type="cartridge" name="Gomoku - Renju (26-3069) (Intelligent Software Ltd) (U) [!]">
8787
<year>1983</year>
8888
</hash>
89-
<hash crc32="b2e463b6" name="Kids on Keys (26-3167) (U) [!]">
89+
<hash crc32="b2e463b6" type="cartridge" name="Kids on Keys (26-3167) (U) [!]">
9090
<year>1984</year>
9191
</hash>
92-
<hash crc32="36eecac4" name="Kindercomp (26-3168) (Spinnaker) (U) [!]">
92+
<hash crc32="36eecac4" type="cartridge" name="Kindercomp (26-3168) (Spinnaker) (U) [!]">
9393
<year>1984</year>
9494
</hash>
95-
<hash crc32="4cee1c54" name="Mega-Bug (26-3076) (U) [!]">
95+
<hash crc32="4cee1c54" type="cartridge" name="Mega-Bug (26-3076) (U) [!]">
9696
<year>1982</year>
9797
</hash>
98-
<hash crc32="d4320300" name="Micro Painter (26-3077) (U) [!]">
98+
<hash crc32="d4320300" type="cartridge" name="Micro Painter (26-3077) (U) [!]">
9999
<year>1982</year>
100100
</hash>
101-
<hash crc32="8acd7ea2" name="Microworks Forth (U) [!]">
101+
<hash crc32="8acd7ea2" type="cartridge" name="Microworks Forth (U) [!]">
102102
<year>1981</year>
103103
</hash>
104-
<hash crc32="83bd6056" name="Mind-Roll (26-3100) (EPYX) (U) [!]">
104+
<hash crc32="83bd6056" type="cartridge" name="Mind-Roll (26-3100) (EPYX) (U) [!]">
105105
<year>1988</year>
106106
</hash>
107-
<hash crc32="9c241cdc" name="Mind-Roll (26-3100) (EPYX) (U) [h1]">
107+
<hash crc32="9c241cdc" type="cartridge" name="Mind-Roll (26-3100) (EPYX) (U) [h1]">
108108
<year>1988</year>
109109
</hash>
110-
<hash crc32="15fb39af" name="Orchestra 90-CC (26-3143)">
110+
<hash crc32="15fb39af" type="cartridge" name="Orchestra 90-CC (26-3143)">
111111
<year>1984</year>
112112
</hash>
113-
<hash crc32="73c41fde" name="Personal Finance II (26-3106) (U) [!]">
113+
<hash crc32="73c41fde" type="cartridge" name="Personal Finance II (26-3106) (U) [!]">
114114
<year>1983</year>
115115
</hash>
116-
<hash crc32="f7dcc3bb" name="Polaris (26-3065) (Radio Shack) (U) [!]">
116+
<hash crc32="f7dcc3bb" type="cartridge" name="Polaris (26-3065) (Radio Shack) (U) [!]">
117117
<year>1981</year>
118118
</hash>
119-
<hash crc32="770e5f3a" name="Poltergeist (26-3073) (U) [!]">
119+
<hash crc32="770e5f3a" type="cartridge" name="Poltergeist (26-3073) (U) [!]">
120120
<year>1982</year>
121121
</hash>
122-
<hash crc32="7f507089" name="Popcorn (26-3090) (Radio Shack - Steve Bjork) (U) [!]">
122+
<hash crc32="7f507089" type="cartridge" name="Popcorn (26-3090) (Radio Shack - Steve Bjork) (U) [!]">
123123
<year>1981</year>
124124
</hash>
125-
<hash crc32="4ef9c448" name="Popcorn (26-3090) (Radio Shack - Steve Bjork) (U) [o1]">
125+
<hash crc32="4ef9c448" type="cartridge" name="Popcorn (26-3090) (Radio Shack - Steve Bjork) (U) [o1]">
126126
<year>1981</year>
127127
</hash>
128-
<hash crc32="4123fb50" name="Project Nebula (26-3063) (U) [!]">
128+
<hash crc32="4123fb50" type="cartridge" name="Project Nebula (26-3063) (U) [!]">
129129
<year>1981</year>
130130
</hash>
131-
<hash crc32="3218e0f5" name="Quasar Commander (26-3051) (U) [!]">
131+
<hash crc32="3218e0f5" type="cartridge" name="Quasar Commander (26-3051) (U) [!]">
132132
<year>1980</year>
133133
</hash>
134-
<hash crc32="fad4c7e3" name="Reactoid (26-3092) (U) [!]">
134+
<hash crc32="fad4c7e3" type="cartridge" name="Reactoid (26-3092) (U) [!]">
135135
<year>1983</year>
136136
</hash>
137-
<hash crc32="3bf566bb" name="Roman Checkers (26-3071) (The Image Producers) (U)">
137+
<hash crc32="3bf566bb" type="cartridge" name="Roman Checkers (26-3071) (The Image Producers) (U)">
138138
<year>1981</year>
139139
</hash>
140-
<hash crc32="5a54973c" name="Shanghai (26-3084) (U) [!]">
140+
<hash crc32="5a54973c" type="cartridge" name="Shanghai (26-3084) (U) [!]">
141141
<year>1987</year>
142142
</hash>
143-
<hash crc32="1f1ba95d" name="Shooting Gallery (26-3088) (DataSoft) (U)">
143+
<hash crc32="1f1ba95d" type="cartridge" name="Shooting Gallery (26-3088) (DataSoft) (U)">
144144
<year>1982</year>
145145
</hash>
146-
<hash crc32="bed7dcde" name="Silpheed (26-3054) (Sierra) (U)">
146+
<hash crc32="bed7dcde" type="cartridge" name="Silpheed (26-3054) (Sierra) (U)">
147147
<year>1988</year>
148148
</hash>
149-
<hash crc32="b98d5eaf" name="Slay the Nereis (26-3086) (U) [!]">
149+
<hash crc32="b98d5eaf" type="cartridge" name="Slay the Nereis (26-3086) (U) [!]">
150150
<year>1983</year>
151151
</hash>
152-
<hash crc32="44390e55" name="Soko-Ban (26-3161) (Spectral Associates) (U)">
152+
<hash crc32="44390e55" type="cartridge" name="Soko-Ban (26-3161) (Spectral Associates) (U)">
153153
<year>1988</year>
154154
</hash>
155-
<hash crc32="f4700120" name="Space Assault (26-3060) (U) [!]">
155+
<hash crc32="f4700120" type="cartridge" name="Space Assault (26-3060) (U) [!]">
156156
<year>1981</year>
157157
</hash>
158-
<hash crc32="36f31eb7" name="Starblaze (26-3094) (U) [!]">
158+
<hash crc32="36f31eb7" type="cartridge" name="Starblaze (26-3094) (U) [!]">
159159
<year>1983</year>
160160
</hash>
161-
<hash crc32="f4f2b0a0" name="Temple of ROM (26-3045) (Rick Adams) (U) [!]">
161+
<hash crc32="f4f2b0a0" type="cartridge" name="Temple of ROM (26-3045) (Rick Adams) (U) [!]">
162162
<year>1984</year>
163163
</hash>
164-
<hash crc32="9fb1e7d9" name="TRS-80 Color Logo (26-2722) (U) [!]">
164+
<hash crc32="9fb1e7d9" type="cartridge" name="TRS-80 Color Logo (26-2722) (U) [!]">
165165
<year>1983</year>
166166
</hash>
167-
<hash crc32="ab96914a" name="Wildcatting (26-3067) (U) [!]">
167+
<hash crc32="ab96914a" type="cartridge" name="Wildcatting (26-3067) (U) [!]">
168168
<year>1982</year>
169169
</hash>
170170
</hashfile>

makefile.mes

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ EMULATORALL = $(EMULATORCLI)
143143

144144
endif
145145

146-
CFLAGS_BASE = -std=gnu99 -Dalloca=__builtin_alloca -Imess -Imess/$(MAMEOS) \
146+
CFLAGS = -std=gnu99 -Dalloca=__builtin_alloca -Imess -Imess/$(MAMEOS) \
147147
-Isrc -Isrc/includes -Isrc/expat -Isrc/$(MAMEOS) -I$(OBJ)/cpu/m68000 -Isrc/cpu/m68000 -Isrc/xml2info
148148

149149
ifdef SYMBOLS
@@ -155,7 +155,7 @@ CFLAGS += -DNDEBUG \
155155
-Wpointer-arith -Wbad-function-cast -Wcast-align \
156156
-Wstrict-prototypes -Wundef \
157157
-Wformat-security -Wwrite-strings \
158-
-Wdisabled-optimization \
158+
-Wdisabled-optimization -Wswitch \
159159
# -Wredundant-decls
160160
# -Wfloat-equal
161161
# -Wunreachable-code -Wpadded
@@ -168,8 +168,6 @@ CFLAGS += -DNDEBUG \
168168
# -Wmissing-declarations
169169
endif
170170

171-
CFLAGS = $(CFLAGS_BASE) $(CFLAGS_WARNINGS)
172-
173171
# the windows osd code at least cannot be compiled with -pedantic
174172
CFLAGSPEDANTIC = $(CFLAGS) -pedantic
175173

@@ -353,23 +351,23 @@ endif
353351

354352
$(OBJ)/xml2info/%.o: src/xml2info/%.c
355353
@echo Compiling $<...
356-
$(CC) $(CDEFS) $(CFLAGS_BASE) -c $< -o $@
354+
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
357355
ifdef DISASSEMBLY
358-
$(DASM) $(CDEFS) $(CFLAGS_BASE) $< -o $(@:%.o=%.S)
356+
$(DASM) $(CDEFS) $(CFLAGS) $< -o $(@:%.o=%.S)
359357
endif
360358

361359
$(OBJ)/mess/tools/messdocs/%.o: mess/tools/messdocs/%.c
362360
@echo Compiling $<...
363-
$(CC) $(CDEFS) $(CFLAGS_BASE) -c $< -o $@
361+
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
364362
ifdef DISASSEMBLY
365-
$(DASM) $(CDEFS) $(CFLAGS_BASE) $< -o $(@:%.o=%.S)
363+
$(DASM) $(CDEFS) $(CFLAGS) $< -o $(@:%.o=%.S)
366364
endif
367365

368366
$(OBJ)/mess/tools/messtest/%.o: mess/tools/messtest/%.c
369367
@echo Compiling $<...
370-
$(CC) $(CDEFS) $(CFLAGS_BASE) -c $< -o $@
368+
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
371369
ifdef DISASSEMBLY
372-
$(DASM) $(CDEFS) $(CFLAGS_BASE) $< -o $(@:%.o=%.S)
370+
$(DASM) $(CDEFS) $(CFLAGS) $< -o $(@:%.o=%.S)
373371
endif
374372

375373
$(OBJ)/%.o: src/%.c

mess.chm

344 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)