remove that @&#@#ing assert from wifi which was the dumbest thing i ever did

This commit is contained in:
zeromus 2009-04-27 06:27:15 +00:00
parent f65e0e223c
commit 28b1fcdcd6
1 changed files with 1 additions and 2 deletions

View File

@ -927,8 +927,7 @@ u16 WIFI_read16(wifimac_t *wifi,u32 address)
//printf("wifi: read reg 0x0214\n");
return 0x0009;
case 0x19C:
assert(false); //luigi, please pick something to return from here
return 0;
return 0; //luigi, please pick something to return from here
default:
// printf("wifi: read unhandled reg %03X\n", address);
return wifi->ioMem[address >> 1];