diff options
Diffstat (limited to 'include/hw/sh4')
-rw-r--r-- | include/hw/sh4/sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/sh4/sh.h b/include/hw/sh4/sh.h index 87c378f1eb..e61de9acc6 100644 --- a/include/hw/sh4/sh.h +++ b/include/hw/sh4/sh.h @@ -11,7 +11,7 @@ struct SH7750State; struct MemoryRegion; -struct SH7750State *sh7750_init(CPUSH4State * cpu, struct MemoryRegion *sysmem); +struct SH7750State *sh7750_init(SuperHCPU *cpu, struct MemoryRegion *sysmem); typedef struct { /* The callback will be triggered if any of the designated lines change */ |