-
Notifications
You must be signed in to change notification settings - Fork 2
/
HISTORY
236 lines (155 loc) · 6.24 KB
/
HISTORY
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
=======================
History For AdvanceSCAN
=======================
ADVANCESCAN VERSION 2.0 2018/01
===============================
* Ignore missing definitions of sampleof. Recent MAMEs have a lot of them.
* Windows binaries built with MingW 4.9.3 using the MXE cross compiler at
commit 62bcdbee56e87c81f1faa105b8777a5879d4e2e with targets
i686-w64-mingw32 and x86_64-w64-mingw32.
* DOS binaries built with DJGPP 4.8.5 from
https://github.com/andrewwutw/build-djgpp
ADVANCESCAN VERSION 1.18 2015/08
================================
* Updated to new autoconf/git format.
* Other minor changes.
ADVANCESCAN VERSION 1.17 2013/02
================================
* In the report output (--report) don't complain about preliminary BIOS.
* If a rom contains only not dumped files, don't report it missing if
no zip is present.
* Now in git repository.
ADVANCESCAN VERSION 1.16 2012/11
================================
* Added support for CHD versions 4 and 5.
* Fixed the printout of the CHD hash.
* Fixed samples extension handling.
* Removed zlib.dll from the Windows distribution. It's no more required.
ADVANCESCAN VERSION 1.15 2012/11
================================
* Fixed sampleof recognition.
ADVANCESCAN VERSION 1.14 2008/12
================================
* Fixed the recognition of the XML 'inbios' atttribute. It's an
important fix if you use the 'filter' feature.
* Fixed support for 64 bits architectures.
ADVANCESCAN VERSION 1.13 2004/12
================================
* New rom zips are now created only if at least one unique
rom is found. Roms shared with other games don't
trigger the zip creation. For example, galaga88
and pacmania share the rom ns1-mcu.bin. This
functionality prevents the creation of the galaga88
zip from a correct copy of pacmania using only the
ns1-mcu.bin file.
* Relaxed a consistency check for the local header in zip files.
The crc and size entries are allowed to contain the real
value also if a data descriptor is present.
ADVANCESCAN VERSION 1.12 2004/11
================================
* In -listinfo files are now allowed crc with the "0x"
prefix.
ADVANCESCAN VERSION 1.11 2004/09
================================
* Minor changes at the source. Removed the gamediff.* files.
* Fixed a compilation problem with gcc 3.4.
ADVANCESCAN VERSION 1.10 2004/08
================================
* Added support for .chd files. Check the new -K option.
* The program now automatically renames any damaged .zip
and .chd file instead of aborting.
* Updated the included expat library to version 1.95.8.
ADVANCESCAN VERSION 1.9 2004/07
===============================
* Fixed a Mac OS X crash problem with XML files with
empty items.
* Only the XML driver.status entry is now used to recognize
the game emulation status. Game not marked as
"preliminary" are considered working games.
ADVANCESCAN VERSION 1.8 2004/04
===============================
* Added a filter capability able to filter in/out preliminary, parent
and clone roms. For example you can now keep separated
preliminary and working roms.
* Added support for xml format at advdiff.
* Updated the expat library at version 1.95.7.
ADVANCESCAN VERSION 1.7 2003/08
===============================
* Added support for reading XML info file.
* Updated with automake 1.7.6.
ADVANCESCAN VERSION 1.6 2003/05
===============================
* Fixed the support for zips with additional data descriptors.
* Updated with autoconf 2.57 and automake 1.7.4.
* Added support for the new `nodump' flag in MAME 0.68.
* Removed the `redump' output because no more required.
Now MAME 0.68 outputs the correct crc and no more
the NOT version. No more ambiguity.
* Some fixes for the gcc 3.3 compiler.
ADVANCESCAN VERSION 1.5 2003/02
===============================
* Removed the recompression utilities. Now they are in the
AdvanceCOMP package.
ADVANCESCAN VERSION 1.4 2002/12
===============================
* Fixed a bug in the advmng utility when it was called with
more than one file in the command line. The program
was incorrectly adding a PLTE chunk at rgb images.
ADVANCESCAN VERSION 1.3 2002/11
===============================
* Fixed a bug in the advscan utility. When a .zip file was completly
removed the program was aborting with a "Failed stat" message
because it was trying to reread the just deleted file.
* Added the support for the transparency tRNS chunk at the
advpng utility.
* Improved the garbage detector for zipped roms.
* Upgraded at the lastest Advance Library.
* Fixes at the docs. [by Filipe Estima]
* Minor changes at the autoconf/automake scripts.
ADVANCESCAN VERSION 1.2 2002/08
===============================
* Added the advpng utility to compress the PNG files.
* Added the advmng utility to compress the MNG files.
* Added a Windows version.
* Other minor fixes.
ADVANCESCAN VERSION 1.1 2002/06
===============================
* Fixed an infinite loop bug testing some small damaged zips.
* Removed some warning compiling with gcc 3.1.
ADVANCESCAN VERSION 1.0 2002/05
===============================
* First public release.
* Fixed the compression percentage computation on big files.
* The unknow .zip files are now deleted if they contains only
empty directories.
* Added the --pedantic option at the advzip utility. These
tests are only done if requested.
* Renamed all the "unknow" options in "unknown".
* Fixed the reading of configuration file containing the \r char.
* Documentation fixes.
* Other minor fixes.
ADVANCESCAN VERSION 0.6-BETA 2002/05
====================================
* Major revision.
* Renamed AdvanceSCAN.
* Updated to the last C++ standard.
* General cleanup of the code.
* Added the AdvanceDIFF and AdvanceZIP utility.
MAMESCAN VERSION 0.5 2001/08
============================
* Removed the options -fix, -cat, -collision.
MAMESCAN VERSION 0.4 2000/02
============================
* Added configure for msdos.
MAMESCAN VERSION 0.3
====================
* Minor revison.
MAMESCAN VERSION 0.2
====================
* Minor revison.
MAMESCAN VERSION 0.1 1999/07
============================
* First version.
MAMESCAN VERSION 0.0 1998/11
============================
* Posted in the MAME list the new listinfo command.