Cleanups and version bump for 0.123u1.

This commit is contained in:
Aaron Giles 2008-02-13 08:54:29 +00:00
parent 63576c78f0
commit 072b71602b
21 changed files with 146 additions and 145 deletions

View File

@ -2046,6 +2046,7 @@ const game_driver * const drivers[] =
DRIVER( hellfir1 ) /* B90 / TP-??? (c) 1989 Toaplan + Taito license */
DRIVER( hellfir2 ) /* B90 / TP-??? (c) 1989 Toaplan + Taito license */
DRIVER( zerowing ) /* TP-015 (c) 1989 Toaplan */
DRIVER( zerowng2 ) /* TP-015 (c) 1989 Toaplan */
DRIVER( demonwld ) /* TP-016 (c) 1990 Toaplan (+ Taito license when set to Japan) */
DRIVER( demonwl1 ) /* TP-016 (c) 1989 Toaplan + Taito license */
DRIVER( demonwl2 ) /* TP-016 (c) 1989 Toaplan */

View File

@ -9,4 +9,4 @@
***************************************************************************/
const char build_version[] = "0.123 ("__DATE__")";
const char build_version[] = "0.123u1 ("__DATE__")";