-
Notifications
You must be signed in to change notification settings - Fork 1
/
whatsnwd.txt
434 lines (188 loc) · 8.46 KB
/
whatsnwd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
0.106
- merged fronthlp.c changes from windows [smf].
- Changes for building mess [smf].
==========================================================================
0.105
- replaced strnicmp() with mame_strnicmp() [smf].
- changes for error log [smf].
- removed osd_die and replaced with calls to fatalerror [smf].
- merged fronthlp.c changes from windows [smf].
- uses add_exit_callback() to call osd_exit [smf].
- removed DRVLIBS from msdos.mak [smf].
- added #includes for files no longer automatically #included in driver.h [smf].
- removed osd_pause().
==========================================================================
0.104
- added osd_file_error to osd_fopen().
==========================================================================
0.103
- No changes.
==========================================================================
0.102
- replaced stricmp() with mame_stricmp() [smf].
==========================================================================
0.101
- Removed skip_validitychecks [smf].
==========================================================================
0.100
- Changed structs to typedefs [smf].
- Removed options that no longer exist in the core [smf].
==========================================================================
0.99
- Removed PAIR union as it's now in core [smf].
==========================================================================
0.98
- No changes.
==========================================================================
0.97
- Fixed compiling MESS [smf].
- Fixed game specific options in mame.cfg [smf].
==========================================================================
0.96
- Added -skip_validitychecks [smf].
==========================================================================
0.95
- Updated for new sound core. [smf/DoomSooth]
==========================================================================
0.92
- Added -zvg_overlay, -zvg_artwork, -zvg_menu & -zvg 3. [Mark Perreira]
==========================================================================
0.91
- No changes.
==========================================================================
0.90
- No changes.
==========================================================================
0.89
- Debug version will build with new debugger, but won't function [smf].
==========================================================================
0.88
- 15 Khz VESA modes work again [smf].
- Scales analogue joystick axis values [smf].
- Removes mouse & joystick handler and shuts allegro down on exit [smf].
==========================================================================
0.87
- Changes for MESS 0.87 [smf].
==========================================================================
0.86
- Added missing isunordered() implementation [smf].
==========================================================================
0.85
- More input port changes, joystick and second mouse support is not
tested. [smf].
==========================================================================
0.84
- Input port changes [smf].
- Removed -listinfo [smf].
==========================================================================
0.83
- No changes.
==========================================================================
0.82
- Dynamic refresh rate changes [smf].
==========================================================================
0.81
- Fileio changes for MESS [smf].
==========================================================================
0.80
- No changes.
==========================================================================
0.79
- Multiple resolutions can be specified ( seperated by semi-colons ) [smf].
==========================================================================
0.78
- Added fix from MESS CVS [smf].
==========================================================================
0.77
- Links with libm.a for voodoo.o [smf].
==========================================================================
0.76
- No changes.
==========================================================================
0.75
- Added -joystick segapcifast/sidewinderag [smf].
==========================================================================
0.74
- No changes.
==========================================================================
0.73
- No changes.
==========================================================================
0.72
- Updated for new snapshot code [smf].
- Zektor ZVG support [Frank Palazzolo].
==========================================================================
0.71
- No changes.
==========================================================================
0.70
- Merged changes from windows where code is similar [smf].
- Changed -bios to accept names as well as numbers [smf].
==========================================================================
0.69
- Added -bios [smf].
==========================================================================
0.68
- Removed -pb shortcut for -pause_brightness as it
conflicts with -playback [smf].
- added -maxlogsize, -autorol, -autoror, -crconly,
-listmd5, -listsha1 [smf].
- improved VESA mode auto selection when your card
doesn't support a resolution low or high enough [smf].
- fixed mess support [smf].
==========================================================================
0.67
- Experimental aspect ratio correction when
selecting VESA modes [smf].
- Experimental fix for audio shutdown issues [smf].
- Copied the top ten best match code from the windows
code [smf].
- Improved clock speed detection when running under
Windows [smf].
==========================================================================
0.66
- Improved VESA mode auto selection to work better with an
ArcadeVGA card [smf].
- Corrupt ctrlr.ini files could cause a crash. [Nathan Woods].
- sets _HUGE to HUGE_VAL in the makefile [smf].
==========================================================================
0.65
- Fixed to compile with djdev 2.03 [logicx].
==========================================================================
0.64
- Fixed some blitter bugs [smf].
- added aspect ratio support [smf].
- added preliminary -showusage [smf].
==========================================================================
0.63
- Added ctrlr.ini support & removed -hotrod / -hotrodse. [smf]
- Added support for new file/path handling & removed -romdir. [smf]
- Added new -list options from windows console mame. [smf]
- Added -skip_disclaimer / -skip_gameinfo. [smf]
==========================================================================
0.62
- Takes account of the NEEDS_6BITS_PER_GUN flag [smf].
- Supports 24bit vesa modes [smf].
- Supports 8bit tweaked vga/ntsc/pal/arcade & vesa modes [smf].
- Drops to a lower colour depth if the required one is not available [smf].
- Converts colour depths & rotates in the final blit [smf].
- The colour depth can be specified with the resolution [smf].
- Vesa modes can be disabled completely [smf].
- Half x/y vga & arcade tweaked modes are available when vesa is disabled [smf].
- Fixed the ATI 15khz driver from always running in interlace mode [smf].
- ATI 15khz driver automatically switches to software pixel doubling if the card has an external clock [smf].
- Added vertical scanlines [smf].
- Allows game specific options in mame.cfg [Andre Cotrim].
- Running with -soundcard 0 no longer disables the audio chips as some games won't work without them [smf].
- Keyboard led updates can be disabled [smf].
- Supports hard drive images [smf].
- No longer requires an fpu [smf].
- Added alot of configuration options & command line shortcuts from windows console mame [smf].
- The debugger turns on auto frameskip & throttling when active [smf].
==========================================================================
0.61
- Changes for the new artwork system [smf].
- Fixed -skiprows / -skipcolumns [smf].
- Added -hotrod / -hotrodse back again [smf].
- Fixed the debugger to work in any colour depth [smf].