fixed unreachable code in src/emu/cpu/dsp56k/dsp56mem.c (no whatsnew)

This commit is contained in:
Oliver Stöneberg 2012-08-12 15:43:36 +00:00
parent 84f4903ea6
commit 04ecb6b16f

View File

@ -839,7 +839,7 @@ void dsp56k_host_interface_write(device_t* device, UINT8 offset, UINT8 data)
break;
// Reserved
case 0x05: break;
case 0x05:
logerror("DSP56k : Address 0x5 on the host side of the host interface is reserved.\n");
break;