summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/superqix.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-09-02 09:13:01 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-09-02 09:13:01 +0000
commit420e1e0ad52e1e0341d9ca2d1745e413a47fe6c0 (patch)
treea5a8c7eb86a2a9cc70028e60bb8a3345ec0f3c6c /src/mame/video/superqix.c
parenta7313263b31b101fcc422c3ed2880d0b6b5e99b1 (diff)
Added include files for all remaining drivers with multiple source files.
[Atari Ace] ---------- Forwarded message ---------- From: Atari Ace <atari_ace@frontier.com> Date: Sun, Aug 29, 2010 at 10:35 PM Subject: [patch] Add missing include files for multi-file drivers To: submit@mamedev.org Cc: atariace@hotmail.com Hi mamdev, Converting a driver to use driver_data requires that multi-file drivers have a common include file to host the driver_data class. Thus this patch, which gets ahead of the curve and adds missing include files to all multi-file drivers (minus ones covered by my last driver_data patch). The first patch is include-related cleanup of the existing drivers. The second patch then adds ~100 files to mame/includes. ~aa
Diffstat (limited to 'src/mame/video/superqix.c')
-rw-r--r--src/mame/video/superqix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/superqix.c b/src/mame/video/superqix.c
index d7e9b4bc155..1f48a15d1eb 100644
--- a/src/mame/video/superqix.c
+++ b/src/mame/video/superqix.c
@@ -7,6 +7,7 @@
***************************************************************************/
#include "emu.h"
+#include "includes/superqix.h"
UINT8 *superqix_videoram;
UINT8 *superqix_bitmapram,*superqix_bitmapram2;