X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcpu8051.h;h=ae17ead26308fe82849073d8d232a166d168a7fd;hb=fbbb71d6d8aa93bccc87b17408a89432e4b8161c;hp=3348aee3c31bfeedb1f71e41a0931bebfff99078;hpb=7abd6d07eabfc12653ba3cb40823f7b3e2ad464e;p=emu8051.git diff --git a/src/common/cpu8051.h b/src/common/cpu8051.h index 3348aee..ae17ead 100644 --- a/src/common/cpu8051.h +++ b/src/common/cpu8051.h @@ -74,9 +74,6 @@ cpu8051_run(int instr_count, int (*interface_stop)(void)); void cpu8051_reset(void); -int -cpu8051_get_instruction_size(unsigned char opcode); - int cpu8051_disasm_mnemonic(unsigned char opcode, char *buf);