mirror of
https://github.com/holub/mame
synced 2025-05-02 20:46:41 +03:00
fixed drcbex{64|86}.c compilation (nw)
This commit is contained in:
parent
b41c1dcbea
commit
062c297392
@ -195,6 +195,7 @@
|
|||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "debugger.h"
|
#include "debugger.h"
|
||||||
#include "drcuml.h"
|
#include "drcuml.h"
|
||||||
|
@ -111,6 +111,7 @@
|
|||||||
|
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "debugger.h"
|
#include "debugger.h"
|
||||||
#include "drcuml.h"
|
#include "drcuml.h"
|
||||||
|
@ -46,8 +46,6 @@
|
|||||||
#ifndef __DEVCPU_H__
|
#ifndef __DEVCPU_H__
|
||||||
#define __DEVCPU_H__
|
#define __DEVCPU_H__
|
||||||
|
|
||||||
#include "devlegcy.h"
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// CONSTANTS
|
// CONSTANTS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
@ -42,8 +42,6 @@
|
|||||||
#ifndef __DEVLEGCY_H__
|
#ifndef __DEVLEGCY_H__
|
||||||
#define __DEVLEGCY_H__
|
#define __DEVLEGCY_H__
|
||||||
|
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// MACROS
|
// MACROS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user