mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
hopefully purge references to emu_fatalerror from ppc_dasm.o (nw)
This commit is contained in:
parent
2c340f490e
commit
0f8fa8a30d
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "ppc_dasm.h"
|
#include "ppc_dasm.h"
|
||||||
|
|
||||||
#include "ppccom.h"
|
#include "ppccom.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,14 +7,11 @@
|
|||||||
Common PowerPC definitions and functions
|
Common PowerPC definitions and functions
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
#ifndef MAME_CPU_POWERPPC_PPCCOM_H
|
||||||
|
#define MAME_CPU_POWERPPC_PPCCOM_H
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __PPCCOM_H__
|
|
||||||
#define __PPCCOM_H__
|
|
||||||
|
|
||||||
#include "ppc.h"
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
DEBUGGING
|
DEBUGGING
|
||||||
@ -478,5 +475,4 @@ enum
|
|||||||
extern offs_t ppc_dasm_one(std::ostream &stream, uint32_t pc, uint32_t op);
|
extern offs_t ppc_dasm_one(std::ostream &stream, uint32_t pc, uint32_t op);
|
||||||
|
|
||||||
|
|
||||||
|
#endif // MAME_CPU_POWERPPC_PPCCOM_H
|
||||||
#endif /* __PPCCOM_H__ */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user