switch-case break fix, nw

This commit is contained in:
Angelo Salese 2011-10-10 18:20:33 +00:00
parent 6f52e8da2e
commit aa470d1617

View File

@ -528,6 +528,7 @@ static WRITE32_HANDLER( cavesh3_blitter_w )
{
case 0x04:
cavesh_gfx_exec_w(space,offset,data,mem_mask);
break;
case 0x08:
COMBINE_DATA(&cavesh_gfx_addr);