diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hbmame/drivers/maketrax.cpp | 4 | ||||
-rw-r--r-- | src/version.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/hbmame/drivers/maketrax.cpp b/src/hbmame/drivers/maketrax.cpp index 9f22edf3d79..1b07e2e00d6 100644 --- a/src/hbmame/drivers/maketrax.cpp +++ b/src/hbmame/drivers/maketrax.cpp @@ -826,8 +826,8 @@ HACK( 2003, ladybugh, lazybug, woodpek, mspacpls, pacman_state, 0, RO HACK( 1981, lazybug, 0, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Lazy Bug", MACHINE_SUPPORTS_SAVE ) HACK( 1981, lazybug1, lazybug, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Lazy Bug (Slower)", MACHINE_SUPPORTS_SAVE ) HACK( 19??, pactest, 0, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Test - Pacman board test", MACHINE_SUPPORTS_SAVE ) -HACK( 2003, ppong, 0, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Pong (Pacman Hardware)", MACHINE_SUPPORTS_SAVE ) -HACK( 2003, ppong2, ppong, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Pong (Pacman Hardware) v2", MACHINE_SUPPORTS_SAVE ) +HACK( 2003, ppong, 0, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Ping Pong demo (Pacman Hardware)", MACHINE_SUPPORTS_SAVE ) +HACK( 2003, ppong2, ppong, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Ping Pong demo (Pacman Hardware) v2", MACHINE_SUPPORTS_SAVE ) HACK( 2003, rainboh, 0, pacman, mspacpls, pacman_state, 0, ROT90, "David Widel", "Rainbow (Incomplete)", MACHINE_IS_INCOMPLETE | MACHINE_SUPPORTS_SAVE ) HACK( 1981, wavybug, lazybug, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Wavy Bug", MACHINE_SUPPORTS_SAVE ) HACK( 2003, zap, 0, woodpek, mspacpls, pacman_state, 0, ROT90, "David Widel", "Space Zap Tribute", MACHINE_SUPPORTS_SAVE ) diff --git a/src/version.cpp b/src/version.cpp index 88bff1f6021..a3f71420589 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -8,7 +8,7 @@ ***************************************************************************/ -#define BARE_BUILD_VERSION "0.206" +#define BARE_BUILD_VERSION "0.207" extern const char bare_build_version[]; extern const char build_version[]; |