| 145 | } |
| 146 | |
| 147 | DECLFW(CartBW) { |
| 148 | //printf("Ok: %04x:%02x, %d\n",A,V,PRGIsRAM[A>>11]); |
| 149 | if (PRGIsRAM[A >> 11] && Page[A >> 11]) |
| 150 | Page[A >> 11][A] = V; |
| 151 | } |
| 152 | |
| 153 | DECLFR(CartBROB) { |
| 154 | if (!Page[A >> 11]) |
nothing calls this directly
no test coverage detected