mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Cleanups and version bump.
This commit is contained in:
parent
c80c4730c4
commit
673ca66750
@ -897,6 +897,7 @@ const game_driver * const drivers[] =
|
||||
DRIVER( motoxgo ) /* (c) 1997 */
|
||||
DRIVER( timecrs2 ) /* (c) 1997 */
|
||||
DRIVER( timcrs2b ) /* (c) 1997 */
|
||||
DRIVER( panicprk ) /* (c) 1998 */
|
||||
DRIVER( 500gp ) /* (c) 1999 */
|
||||
DRIVER( finfurl2 ) /* (c) 1999 */
|
||||
DRIVER( finfrl2j ) /* (c) 1999 */
|
||||
|
@ -10,4 +10,4 @@
|
||||
***************************************************************************/
|
||||
|
||||
extern const char build_version[];
|
||||
const char build_version[] = "0.131 ("__DATE__")";
|
||||
const char build_version[] = "0.131u1 ("__DATE__")";
|
||||
|
Loading…
Reference in New Issue
Block a user