summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8051/i8051.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/i8051/i8051.h')
-rw-r--r--src/emu/cpu/i8051/i8051.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/cpu/i8051/i8051.h b/src/emu/cpu/i8051/i8051.h
index 6b5178d3400..49ddce4e42c 100644
--- a/src/emu/cpu/i8051/i8051.h
+++ b/src/emu/cpu/i8051/i8051.h
@@ -93,8 +93,6 @@ enum {
#define TI_FLAG 1
#define RI_FLAG 2
-extern int i8051_icount; /* cycle count */
-
extern void i8051_init (int index, int clock, const void *config, int (*irqcallback)(int)); /* Initialize save states */
extern void i8051_reset (void); /* Reset registers to the initial values */
extern void i8051_exit (void); /* Shut down CPU core */
@@ -125,8 +123,6 @@ extern offs_t i8051_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT
* 8752 Section
****************************************************************************/
#if (HAS_I8752)
-#define i8752_icount i8051_icount
-
extern void i8752_init (int index, int clock, const void *config, int (*irqcallback)(int)); /* Initialize save states */
extern void i8752_reset (void); /* Reset registers to the initial values */
extern void i8752_exit (void); /* Shut down CPU core */