Cleanups and version bump.

This commit is contained in:
Aaron Giles 2009-02-26 09:19:15 +00:00
parent 26dd96003f
commit 8f6f01f263
29 changed files with 204 additions and 220 deletions

View File

@ -181,22 +181,6 @@ WRITE8_HANDLER( cm_background_col_w )
/* cherry master writes
00 (at start)
14 (win 1st round)
38 (win 2nd round)
4c etc.
20
5c
these are the following values in binary (sorted)
0000 0000
0001 0100
0010 0000
0011 1000
0100 1100
0101 1100
so it's probably
0ggg cc00

View File

@ -9,4 +9,4 @@
***************************************************************************/
const char build_version[] = "0.129u4 ("__DATE__")";
const char build_version[] = "0.129u5 ("__DATE__")";