| 163 | } |
| 164 | |
| 165 | static void PrepDPCM() |
| 166 | { |
| 167 | DMCAddress=0x4000+(DMCAddressLatch<<6); |
| 168 | DMCSize=(DMCSizeLatch<<4)+1; |
| 169 | |
| 170 | #ifdef WIN32 |
| 171 | if(debug_loggingCD)LogDPCM(0x8000+DMCAddress, DMCSize); |
| 172 | #endif |
| 173 | |
| 174 | } |
| 175 | |
| 176 | void LogDPCM(int romaddress, int dpcmsize){ |
| 177 | int i = GetPRGAddress(romaddress); |