for MSVC (nw)

This commit is contained in:
smf- 2016-06-09 01:56:59 +01:00
parent 11112e89a7
commit 282c42877e
4 changed files with 5 additions and 4 deletions

View File

@ -9,9 +9,8 @@
* Written by Barry Rodewald
*/
#include "emu.h"
#include "debugger.h"
#include "8x300.h"
#include "debugger.h"
#define FETCHOP(a) (m_direct->read_word(a))
#define CYCLES(x) do { m_icount -= (x); } while (0)

View File

@ -10,6 +10,8 @@
#ifndef _8X300_H_
#define _8X300_H_
#include "emu.h"
// Register enumeration
enum
{

View File

@ -1,8 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include "debugger.h"
#include "upd765.h"
#include "debugger.h"
const device_type UPD765A = &device_creator<upd765a_device>;
const device_type UPD765B = &device_creator<upd765b_device>;

View File

@ -61,11 +61,11 @@ chdman createhd -o ST125N.chd -chs 41921,1,1 -ss 512
#include <functional>
#include "includes/rmnimbus.h"
#include "debugger.h"
#include "debug/debugcon.h"
#include "debug/debugcpu.h"
#include "imagedev/flopdrv.h"
#include "includes/rmnimbus.h"