filename | src/cpu.h |
changeset | 303:41786e056449 |
prev | 43:0cf3e339cc59 |
next | 429:e581b90c3fb3 |
author | nkeynes |
date | Tue Jan 23 12:03:57 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Add initial offset color support Honor the "enable fragment alpha" bit |
file | annotate | diff | log | raw |
1.1 --- a/src/cpu.h Mon Dec 26 11:47:15 2005 +00001.2 +++ b/src/cpu.h Tue Jan 23 12:03:57 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: cpu.h,v 1.7 2005-12-26 11:47:12 nkeynes Exp $1.6 + * $Id: cpu.h,v 1.8 2007-01-17 21:28:43 nkeynes Exp $1.7 *1.8 * Generic CPU definitions, primarily for providing information to the GUI.1.9 *1.10 @@ -66,7 +66,6 @@1.11 size_t regs_size; /* Size of register structure in bytes */1.12 const struct reg_desc_struct *regs_info; /* Description of all registers */1.13 uint32_t *pc; /* Pointer to PC register */1.14 - uint32_t *icount; /* Pointer to instruction counter */1.15 } *cpu_desc_t;1.17 #ifdef __cplusplus
.