mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Fix compile/linking issue (no whatsnew)
This commit is contained in:
parent
52d71359e2
commit
c3d6f72453
@ -25,8 +25,6 @@
|
||||
#include "cpu/drcuml.h"
|
||||
#include "cpu/drcumlsh.h"
|
||||
|
||||
#ifdef PPC_USE_DRC
|
||||
|
||||
using namespace uml;
|
||||
|
||||
extern offs_t ppc_dasm_one(char *buffer, UINT32 pc, UINT32 op);
|
||||
@ -4586,5 +4584,3 @@ DEFINE_LEGACY_CPU_DEVICE(PPC603E, ppc603e);
|
||||
DEFINE_LEGACY_CPU_DEVICE(PPC603R, ppc603r);
|
||||
DEFINE_LEGACY_CPU_DEVICE(PPC604, ppc604);
|
||||
DEFINE_LEGACY_CPU_DEVICE(MPC8240, mpc8240);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user