Uncluttering logs; making ESFM output work again (oops)
This commit is contained in:
@@ -518,10 +518,10 @@ ess_get_music_buffer_sbpro(int32_t *buffer, int len, void *priv)
|
||||
ess->dsp.record_buffer[(c_record & 0xfffe) + 1] = 32767;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
buffer[c] += (int32_t) out_l;
|
||||
buffer[c + 1] += (int32_t) out_r;
|
||||
#endif
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
@@ -270,7 +270,7 @@ esfm_drv_read(uint16_t port, void *priv)
|
||||
break;
|
||||
}
|
||||
|
||||
pclog("esfm: [%04X:%08X] [R] %04X = %02X\n", CS, cpu_state.pc, port, ret);
|
||||
esfm_log("esfm: [%04X:%08X] [R] %04X = %02X\n", CS, cpu_state.pc, port, ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
@@ -347,7 +347,7 @@ esfm_drv_write(uint16_t port, uint8_t val, void *priv)
|
||||
{
|
||||
esfm_drv_t *dev = (esfm_drv_t *) priv;
|
||||
|
||||
pclog("esfm: [%04X:%08X] [W] %04X = %02X\n", CS, cpu_state.pc, port, val);
|
||||
esfm_log("esfm: [%04X:%08X] [W] %04X = %02X\n", CS, cpu_state.pc, port, val);
|
||||
|
||||
if (dev->flags & FLAG_CYCLES)
|
||||
cycles -= ((int) (isa_timing * 8));
|
||||
|
Reference in New Issue
Block a user