mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Turned off logging on the mips core.
This commit is contained in:
parent
1c989c1f59
commit
4bc9630265
@ -44,8 +44,8 @@ extern unsigned dasmmips3(char *buffer, unsigned pc, UINT32 op);
|
||||
***************************************************************************/
|
||||
|
||||
#define FORCE_C_BACKEND (0)
|
||||
#define LOG_UML (1)
|
||||
#define LOG_NATIVE (1)
|
||||
#define LOG_UML (0)
|
||||
#define LOG_NATIVE (0)
|
||||
|
||||
#define DISABLE_FAST_REGISTERS (0)
|
||||
#define SINGLE_INSTRUCTION_MODE (0)
|
||||
|
Loading…
Reference in New Issue
Block a user