remove that @&#@#ing assert from wifi which was the dumbest thing i ever did
This commit is contained in:
parent
f65e0e223c
commit
28b1fcdcd6
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue