mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
fixed unreachable code in src/emu/cpu/dsp56k/dsp56mem.c (no whatsnew)
This commit is contained in:
parent
84f4903ea6
commit
04ecb6b16f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user