summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funworld.h
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2012-11-09 00:00:38 +0000
committer Roberto Fresca <robertof@mamedev.org>2012-11-09 00:00:38 +0000
commit7313b8e553fcc16d60c680860e24102ba1efebbf (patch)
treee25d954446ca375d0c0826bc71fd9440a5df9976 /src/mame/includes/funworld.h
parentd7a97c5c4218c6d00bb398c476696ee5194f3a97 (diff)
Improvements to Pool 10 in Dino 4 hardware [Roberto Fresca]
- Decrypted the program data & address. GFX need to be decrypted. - Added some technical notes.
Diffstat (limited to 'src/mame/includes/funworld.h')
-rw-r--r--src/mame/includes/funworld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index d4aec81d320..a2ca6367a78 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -25,6 +25,7 @@ public:
DECLARE_DRIVER_INIT(multiwin);
DECLARE_DRIVER_INIT(soccernw);
DECLARE_DRIVER_INIT(tabblue);
+ DECLARE_DRIVER_INIT(dino4);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
DECLARE_VIDEO_START(funworld);
DECLARE_PALETTE_INIT(funworld);