summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/r2dtank.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-04 19:12:26 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-04 19:12:26 +0000
commitab27740da10cea16b0bfd1e76783e7411a213d62 (patch)
tree0e97d6cac835ec8835e766a4ab662158af4aef7c /src/mame/drivers/r2dtank.c
parent817f2f6811fe91a2637db2b44e51ae845216261c (diff)
Updated GAME and GAMEL with class name per machine used, for future DRIVER_INIT change (no whatsnew)
Diffstat (limited to 'src/mame/drivers/r2dtank.c')
-rw-r--r--src/mame/drivers/r2dtank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/r2dtank.c b/src/mame/drivers/r2dtank.c
index 5906a3decce..d7d894c66fe 100644
--- a/src/mame/drivers/r2dtank.c
+++ b/src/mame/drivers/r2dtank.c
@@ -596,4 +596,4 @@ ROM_END
*
*************************************/
-GAME( 1980, r2dtank, 0, r2dtank, r2dtank, 0, ROT270, "Sigma Enterprises Inc.", "R2D Tank", GAME_SUPPORTS_SAVE)
+GAME( 1980, r2dtank, 0, r2dtank, r2dtank, r2dtank_state, 0, ROT270, "Sigma Enterprises Inc.", "R2D Tank", GAME_SUPPORTS_SAVE)