fix MSVC build (nw)

This commit is contained in:
smf- 2017-02-28 11:07:30 +00:00
parent 4e24c4f2ba
commit 023eb2d252
6 changed files with 2 additions and 6 deletions

View File

@ -62,8 +62,6 @@ TODO:
#include "emu.h"
#include "k053252.h"
#include "screen.h"
const device_type K053252 = device_creator<k053252_device>;

View File

@ -8,6 +8,8 @@
#pragma once
#include "screen.h"
#define MCFG_K053252_INT1_EN_CB(_devcb) \
devcb = &k053252_device::set_int1_en_callback(*device, DEVCB_##_devcb);

View File

@ -87,7 +87,6 @@ Notes:
#include "sound/okim6295.h"
#include "sound/k051649.h"
#include "screen.h"
#include "speaker.h"

View File

@ -31,7 +31,6 @@ GP1 HDD data contents:
#include "machine/ataintf.h"
#include "machine/nvram.h"
#include "sound/k054539.h"
#include "screen.h"
#include "speaker.h"

View File

@ -21,7 +21,6 @@
#include "sound/3812intf.h"
#include "sound/k053260.h"
#include "screen.h"
#include "speaker.h"

View File

@ -2,7 +2,6 @@
// copyright-holders:Nicola Salmoria
#include "emu.h"
#include "includes/rollerg.h"
#include "screen.h"
/***************************************************************************