summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-02-23 13:42:37 +0100
committer hap <happppp@users.noreply.github.com>2015-02-23 13:42:37 +0100
commit9c9a42e21a477c72cc5f081363b885f88a93c06d (patch)
tree34ae76a9804af3f1a764241ee79bd6516c1c8f8e
parentf9f4fac2029550599b4557156f09405d0b9939c0 (diff)
this one is also barely playable without ext. artwork (also removed old obsolete note)
-rw-r--r--src/mame/drivers/triplhnt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mame/drivers/triplhnt.c b/src/mame/drivers/triplhnt.c
index 794500cc465..e903f0c4dbe 100644
--- a/src/mame/drivers/triplhnt.c
+++ b/src/mame/drivers/triplhnt.c
@@ -4,10 +4,6 @@ Atari Triple Hunt Driver
Calibrate controls in service mode the first time you run this game.
-To Do:
- The 3 different overlays need to be found, scanned and added as artwork
- to really make the game complete.
-
***************************************************************************/
#include "emu.h"
@@ -358,4 +354,4 @@ ROM_START( triplhnt )
ROM_END
-GAME( 1977, triplhnt, 0, triplhnt, triplhnt, triplhnt_state, triplhnt, 0, "Atari", "Triple Hunt", 0 )
+GAME( 1977, triplhnt, 0, triplhnt, triplhnt, triplhnt_state, triplhnt, 0, "Atari", "Triple Hunt", GAME_REQUIRES_ARTWORK )