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 "ppc_dasm.h"
|
||||
|
||||
#include "ppccom.h"
|
||||
|
||||
|
||||
|
@ -7,14 +7,11 @@
|
||||
Common PowerPC definitions and functions
|
||||
|
||||
***************************************************************************/
|
||||
#ifndef MAME_CPU_POWERPPC_PPCCOM_H
|
||||
#define MAME_CPU_POWERPPC_PPCCOM_H
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __PPCCOM_H__
|
||||
#define __PPCCOM_H__
|
||||
|
||||
#include "ppc.h"
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
DEBUGGING
|
||||
@ -478,5 +475,4 @@ enum
|
||||
extern offs_t ppc_dasm_one(std::ostream &stream, uint32_t pc, uint32_t op);
|
||||
|
||||
|
||||
|
||||
#endif /* __PPCCOM_H__ */
|
||||
#endif // MAME_CPU_POWERPPC_PPCCOM_H
|
||||
|
Loading…
Reference in New Issue
Block a user