--- hatari/src/uae-cpu/newcpu.c 2019/04/01 07:11:37 1.1.1.8 +++ hatari/src/uae-cpu/newcpu.c 2019/04/01 07:11:55 1.1.1.9 @@ -10,7 +10,7 @@ * This file is distributed under the GNU Public License, version 2 or at * your option any later version. Read the file gpl.txt for details. */ -char NewCpu_rcsid[] = "Hatari $Id: newcpu.c,v 1.1.1.8 2019/04/01 07:11:37 root Exp $"; +char NewCpu_rcsid[] = "Hatari $Id: newcpu.c,v 1.1.1.9 2019/04/01 07:11:55 root Exp $"; #include "sysdeps.h" #include "hatari-glue.h" @@ -153,7 +153,6 @@ void build_cpufunctbl(void) /* Hatari's illegal opcodes: */ cpufunctbl[GEMDOS_OPCODE] = OpCode_GemDos; - cpufunctbl[RUNOLDGEMDOS_OPCODE] = OpCode_OldGemDos; cpufunctbl[SYSINIT_OPCODE] = OpCode_SysInit; cpufunctbl[VDI_OPCODE] = OpCode_VDI; }