X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2Fcd%2Fsek.c;h=96e633515f93f66b044f39a5b3ea39ec994d3e32;hb=f8675e282e7aa72bc6ab0edbb1dada4395d1c44c;hp=789bb18bc4cdb3ee95b247dbd1026212f9900f3e;hpb=5e89f0f5aebedc086888415e063b9883fc4a9e92;p=picodrive.git diff --git a/pico/cd/sek.c b/pico/cd/sek.c index 789bb18..96e6335 100644 --- a/pico/cd/sek.c +++ b/pico/cd/sek.c @@ -1,5 +1,10 @@ -// (c) Copyright 2007 notaz, All rights reserved. - +/* + * PicoDrive + * (C) notaz, 2007 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "../pico_int.h" @@ -52,10 +57,7 @@ static void SekResetAckS68k(void) static int SekUnrecognizedOpcodeS68k(void) { - unsigned int pc, op; - pc = SekPcS68k; - op = PicoCpuCS68k.read16(pc); - elprintf(EL_ANOMALY, "Unrecognized Opcode %04x @ %06x", op, pc); + elprintf(EL_ANOMALY, "Unrecognized Opcode @ %06x", SekPcS68k); //exit(1); return 0; }