X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcpu8051.h;h=ae17ead26308fe82849073d8d232a166d168a7fd;hb=121bcb38f29409f10de63a68d86620c4beb75c97;hp=f926f6576755ca8a2a4476bcc2af15d660614933;hpb=5419d1bd9d2faae98c78da740634b972e8f5aac1;p=emu8051.git diff --git a/src/common/cpu8051.h b/src/common/cpu8051.h index f926f65..ae17ead 100644 --- a/src/common/cpu8051.h +++ b/src/common/cpu8051.h @@ -74,28 +74,7 @@ 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); - -void cpu8051_disasm_mnemonic(unsigned char opcode, char *buf); void