mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
fix MSVC build (nw)
This commit is contained in:
parent
4e24c4f2ba
commit
023eb2d252
@ -62,8 +62,6 @@ TODO:
|
||||
#include "emu.h"
|
||||
#include "k053252.h"
|
||||
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
const device_type K053252 = device_creator<k053252_device>;
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -87,7 +87,6 @@ Notes:
|
||||
#include "sound/okim6295.h"
|
||||
#include "sound/k051649.h"
|
||||
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "sound/3812intf.h"
|
||||
#include "sound/k053260.h"
|
||||
|
||||
#include "screen.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
// copyright-holders:Nicola Salmoria
|
||||
#include "emu.h"
|
||||
#include "includes/rollerg.h"
|
||||
#include "screen.h"
|
||||
|
||||
/***************************************************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user