mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Cleanups and version bump.
This commit is contained in:
parent
26dd96003f
commit
8f6f01f263
@ -181,22 +181,6 @@ WRITE8_HANDLER( cm_background_col_w )
|
|||||||
|
|
||||||
/* cherry master writes
|
/* 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
|
so it's probably
|
||||||
|
|
||||||
0ggg cc00
|
0ggg cc00
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
const char build_version[] = "0.129u4 ("__DATE__")";
|
const char build_version[] = "0.129u5 ("__DATE__")";
|
||||||
|
Loading…
Reference in New Issue
Block a user