Revision 5c16736a hw/sh.h
b/hw/sh.h | ||
---|---|---|
4 | 4 |
|
5 | 5 |
#include "sh_intc.h" |
6 | 6 |
|
7 |
#define A7ADDR(x) ((x) & 0x1fffffff) |
|
8 |
#define P4ADDR(x) ((x) | 0xe0000000) |
|
9 |
|
|
7 | 10 |
/* sh7750.c */ |
8 | 11 |
struct SH7750State; |
9 | 12 |
|
Also available in: Unified diff