mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
removed some unnecessary devlegcy.h includes (nw)
This commit is contained in:
parent
bd7b0b4d04
commit
639c52558a
@ -29,7 +29,6 @@ main ram and the buffer.
|
||||
#include "emu.h"
|
||||
#include "k053244_k053245.h"
|
||||
#include "konami_helper.h"
|
||||
#include "devlegcy.h"
|
||||
|
||||
#define VERBOSE 0
|
||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
|
@ -35,7 +35,6 @@ The sprite RAM format is very similar to the 053245.
|
||||
#include "emu.h"
|
||||
#include "k053246_k053247_k055673.h"
|
||||
#include "konami_helper.h"
|
||||
#include "devlegcy.h"
|
||||
|
||||
#define VERBOSE 0
|
||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user