> Shouldn't you also add a return statement?

yes, but it doesn't matter: ifs/cases afterwards would be FALSE anyway
This commit is contained in:
Michaël Banaan Ananas 2009-08-30 11:25:29 +00:00
parent 4bb09d5632
commit 4f4af5ca30

View File

@ -547,6 +547,7 @@ void superfx_mmio_write(const device_config *cpu, UINT32 addr, UINT8 data)
if(addr >= 0x3100 && addr <= 0x32ff)
{
superfx_cache_mmio_write(cpustate, addr - 0x3100, data);
return;
}
if(addr >= 0x3000 && addr <= 0x301f)