Previous 199869 Revisions Next

r40612 Sunday 6th September, 2015 at 14:58:13 UTC by Luca Elia
remove unneeded drawgfxm.h include (nw)
[src/mame/video]hng64.c pc080sn.c pc090oj.c tc0100scn.c tc0110pcr.c tc0150rod.c tc0180vcu.c tc0280grd.c tc0360pri.c tc0480scp.c

trunk/src/mame/video/hng64.c
r249123r249124
11// license:LGPL-2.1+
22// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
33#include "emu.h"
4#include "drawgfxm.h"
54#include "includes/hng64.h"
65
76#define BLEND_TEST 0
trunk/src/mame/video/pc080sn.c
r249123r249124
4242*/
4343
4444#include "emu.h"
45#include "drawgfxm.h"
4645#include "pc080sn.h"
4746#include "video/taito_helper.h"
4847
trunk/src/mame/video/pc090oj.c
r249123r249124
6060*/
6161
6262#include "emu.h"
63#include "drawgfxm.h"
6463#include "pc090oj.h"
6564
6665#define PC090OJ_RAM_SIZE 0x4000
trunk/src/mame/video/tc0100scn.c
r249123r249124
141141*/
142142
143143#include "emu.h"
144#include "drawgfxm.h"
145144#include "tc0100scn.h"
146145
147146#define TC0100SCN_RAM_SIZE        0x14000   /* enough for double-width tilemaps */
trunk/src/mame/video/tc0110pcr.c
r249123r249124
1313*/
1414
1515#include "emu.h"
16#include "drawgfxm.h"
1716#include "tc0110pcr.h"
1817
1918#define TC0110PCR_RAM_SIZE 0x2000
trunk/src/mame/video/tc0150rod.c
r249123r249124
77*/
88
99#include "emu.h"
10#include "drawgfxm.h"
1110#include "tc0150rod.h"
1211#include "video/taito_helper.h"
1312
trunk/src/mame/video/tc0180vcu.c
r249123r249124
33/* Taito TC0180VCU */
44
55#include "emu.h"
6#include "drawgfxm.h"
76#include "tc0180vcu.h"
87
98#define TC0180VCU_RAM_SIZE          0x10000
trunk/src/mame/video/tc0280grd.c
r249123r249124
2121*/
2222
2323#include "emu.h"
24#include "drawgfxm.h"
2524#include "tc0280grd.h"
2625
2726#define TC0280GRD_RAM_SIZE 0x2000
trunk/src/mame/video/tc0360pri.c
r249123r249124
4040*/
4141
4242#include "emu.h"
43#include "drawgfxm.h"
4443#include "tc0360pri.h"
4544
4645
trunk/src/mame/video/tc0480scp.c
r249123r249124
142142*/
143143
144144#include "emu.h"
145#include "drawgfxm.h"
146145#include "tc0480scp.h"
147146#include "video/taito_helper.h"
148147


Previous 199869 Revisions Next


© 1997-2024 The MAME Team