mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
r4000: revert unwanted change (nw)
This commit is contained in:
parent
99648b1223
commit
cbd272057d
@ -40,7 +40,7 @@
|
||||
#define LOG_SYSCALL (1U << 4)
|
||||
#define LOG_STATS (1U << 5)
|
||||
|
||||
#define VERBOSE (LOG_GENERAL|LOG_TLB|LOG_EXCEPTION)
|
||||
#define VERBOSE (LOG_GENERAL)
|
||||
|
||||
// operating system specific system call logging
|
||||
#define SYSCALL_IRIX53 (1U << 0)
|
||||
@ -304,7 +304,6 @@ void r4000_base_device::execute_run()
|
||||
|
||||
void r4000_base_device::execute_set_input(int inputnum, int state)
|
||||
{
|
||||
logerror("interrupt %d state %d\n", inputnum, state);
|
||||
if (state)
|
||||
m_cp0[CP0_Cause] |= (CAUSE_IPEX0 << inputnum);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user