mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
for MSVC (nw)
This commit is contained in:
parent
11112e89a7
commit
282c42877e
@ -9,9 +9,8 @@
|
|||||||
* Written by Barry Rodewald
|
* Written by Barry Rodewald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "emu.h"
|
|
||||||
#include "debugger.h"
|
|
||||||
#include "8x300.h"
|
#include "8x300.h"
|
||||||
|
#include "debugger.h"
|
||||||
|
|
||||||
#define FETCHOP(a) (m_direct->read_word(a))
|
#define FETCHOP(a) (m_direct->read_word(a))
|
||||||
#define CYCLES(x) do { m_icount -= (x); } while (0)
|
#define CYCLES(x) do { m_icount -= (x); } while (0)
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
#ifndef _8X300_H_
|
#ifndef _8X300_H_
|
||||||
#define _8X300_H_
|
#define _8X300_H_
|
||||||
|
|
||||||
|
#include "emu.h"
|
||||||
|
|
||||||
// Register enumeration
|
// Register enumeration
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Olivier Galibert
|
// copyright-holders:Olivier Galibert
|
||||||
#include "debugger.h"
|
|
||||||
|
|
||||||
#include "upd765.h"
|
#include "upd765.h"
|
||||||
|
#include "debugger.h"
|
||||||
|
|
||||||
const device_type UPD765A = &device_creator<upd765a_device>;
|
const device_type UPD765A = &device_creator<upd765a_device>;
|
||||||
const device_type UPD765B = &device_creator<upd765b_device>;
|
const device_type UPD765B = &device_creator<upd765b_device>;
|
||||||
|
@ -61,11 +61,11 @@ chdman createhd -o ST125N.chd -chs 41921,1,1 -ss 512
|
|||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
#include "includes/rmnimbus.h"
|
||||||
#include "debugger.h"
|
#include "debugger.h"
|
||||||
#include "debug/debugcon.h"
|
#include "debug/debugcon.h"
|
||||||
#include "debug/debugcpu.h"
|
#include "debug/debugcpu.h"
|
||||||
#include "imagedev/flopdrv.h"
|
#include "imagedev/flopdrv.h"
|
||||||
#include "includes/rmnimbus.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user