mirror of
https://github.com/mborgerson/xemu.git
synced 2025-10-29 14:51:10 +00:00
mcpx/dsp: Drop redundant value/address assertions
This commit is contained in:
parent
e08011b772
commit
9439f605a8
@ -961,9 +961,6 @@ uint32_t dsp56k_read_memory(dsp_core_t* dsp, int space, uint32_t address)
|
||||
|
||||
void dsp56k_write_memory(dsp_core_t* dsp, int space, uint32_t address, uint32_t value)
|
||||
{
|
||||
assert((value & 0xFF000000) == 0);
|
||||
assert((address & 0xFF000000) == 0);
|
||||
|
||||
if (TRACE_DSP_DISASM_MEM)
|
||||
write_memory_disasm(dsp, space, address, value);
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user