mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
remove unneeded drawgfxm.h include (nw)
This commit is contained in:
parent
960c037f36
commit
9f5eb3fa26
@ -1,7 +1,6 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "includes/hng64.h"
|
||||
|
||||
#define BLEND_TEST 0
|
||||
|
@ -42,7 +42,6 @@ Control registers
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "pc080sn.h"
|
||||
#include "video/taito_helper.h"
|
||||
|
||||
|
@ -60,7 +60,6 @@ Taito pc090oj
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "pc090oj.h"
|
||||
|
||||
#define PC090OJ_RAM_SIZE 0x4000
|
||||
|
@ -141,7 +141,6 @@ the wide tilemap mode)
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0100scn.h"
|
||||
|
||||
#define TC0100SCN_RAM_SIZE 0x14000 /* enough for double-width tilemaps */
|
||||
|
@ -13,7 +13,6 @@ The data bus is 16 bits wide.
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0110pcr.h"
|
||||
|
||||
#define TC0110PCR_RAM_SIZE 0x2000
|
||||
|
@ -7,7 +7,6 @@ Road generator. Two roads allow for forking. Gfx data fetched from ROM. Refer to
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0150rod.h"
|
||||
#include "video/taito_helper.h"
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
/* Taito TC0180VCU */
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0180vcu.h"
|
||||
|
||||
#define TC0180VCU_RAM_SIZE 0x10000
|
||||
|
@ -21,7 +21,6 @@ control registers:
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0280grd.h"
|
||||
|
||||
#define TC0280GRD_RAM_SIZE 0x2000
|
||||
|
@ -40,7 +40,6 @@ each one of them can declare to have four different priority levels.
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0360pri.h"
|
||||
|
||||
|
||||
|
@ -142,7 +142,6 @@ Control registers
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
#include "drawgfxm.h"
|
||||
#include "tc0480scp.h"
|
||||
#include "video/taito_helper.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user