First pass at sanitising CPU headers.

This commit is contained in:
SarahW 2019-02-07 21:30:53 +00:00
commit 1af0b660b3
18 changed files with 87 additions and 161 deletions

View file

@ -1,3 +1,5 @@
extern int tempc;
enum
{
FLAGS_UNKNOWN,
@ -553,3 +555,5 @@ static inline void setsbc32(uint32_t a, uint32_t b)
cpu_state.flags_op = FLAGS_SBC32;
}
extern void cpu_386_flags_extract();
extern void cpu_386_flags_rebuild();