X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcpu8051.h;h=ae17ead26308fe82849073d8d232a166d168a7fd;hb=4c4ca66c31bf757b7cd9718c02c4e562fd12c81b;hp=3348aee3c31bfeedb1f71e41a0931bebfff99078;hpb=ba0e6b3b86d05f9db60c4a53ed7db47961bc3da0;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);