X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.c;h=069a2b674c72e67e780508e7f7297724ce55cef2;hb=87accdf72da5e373876a6661217bbac69ce4d607;hp=26ec8628e0c033b88c91927051125184c0d2a63f;hpb=4ea707e1e38b7ca204a5012f617018d0ea5eced2;p=picodrive.git diff --git a/pico/debug.c b/pico/debug.c index 26ec862..069a2b6 100644 --- a/pico/debug.c +++ b/pico/debug.c @@ -335,6 +335,8 @@ void PDebugDumpMem(void) dump_ram(Pico32xMem->dram[0], "dumps/dram0.bin"); dump_ram(Pico32xMem->dram[1], "dumps/dram1.bin"); dump_ram(Pico32xMem->pal, "dumps/pal32x.bin"); + dump_ram(Pico32xMem->data_array[0], "dumps/data_array0.bin"); + dump_ram(Pico32xMem->data_array[1], "dumps/data_array1.bin"); } }