X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcpu8051.h;h=ae17ead26308fe82849073d8d232a166d168a7fd;hb=HEAD;hp=6dcee47e4db5c925dbacd00725be7a512c516aab;hpb=dc0e2b9353081e3f41b98976fb16bd2c56c17c5b;p=emu8051.git diff --git a/src/common/cpu8051.h b/src/common/cpu8051.h index 6dcee47..ae17ead 100644 --- a/src/common/cpu8051.h +++ b/src/common/cpu8051.h @@ -74,27 +74,6 @@ cpu8051_run(int instr_count, int (*interface_stop)(void)); void cpu8051_reset(void); -void -cpu8051_WriteD(unsigned int address, unsigned char value); - -void -cpu8051_WriteI(unsigned int address, unsigned char value); - -void -cpu8051_WriteB(uint8_t bit_address, uint8_t value); - -unsigned char -cpu8051_ReadD(unsigned int address); - -unsigned char -cpu8051_ReadI(unsigned int address); - -unsigned char -cpu8051_ReadB(uint8_t bit_address); - -int -cpu8051_get_instruction_size(unsigned char opcode); - int cpu8051_disasm_mnemonic(unsigned char opcode, char *buf);