X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2FMemory.c;h=e835d3280e1949df0dad91472c97d0d8d45bc093;hb=e5fa9817777032758511868c8aaa9ff780786c3f;hp=8a8474a09496b554d8cb8d364ada67998a44e65f;hpb=16ebbe9eaadd7c327d6f1fc32bd7df75e0440b99;p=picodrive.git diff --git a/Pico/carthw/svp/Memory.c b/Pico/carthw/svp/Memory.c index 8a8474a..e835d32 100644 --- a/Pico/carthw/svp/Memory.c +++ b/Pico/carthw/svp/Memory.c @@ -1,4 +1,4 @@ -// The SVP chip emulator +// The SVP chip emulator, mem I/O stuff // (c) Copyright 2008, Grazvydas "notaz" Ignotas // Free for non-commercial use. @@ -108,6 +108,8 @@ void PicoSVPWrite16(unsigned int a, unsigned int d, int realsize) //else if (a == 0xa15006) svp->ssp1601.gr[SSP_PM0].h = d | (d << 1); // 0xa15006 probably has 'halt' } + else + elprintf(EL_UIO|EL_SVP|EL_ANOMALY, "SVP FIXME: unhandled w%i: [%06x] %04x @%06x", realsize, a&0xffffff, d, SekPc); if (a == 0x30fe06 && d != 0)