diff options
Diffstat (limited to 'src/emu/cpu/psx')
-rw-r--r-- | src/emu/cpu/psx/psx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/cpu/psx/psx.h b/src/emu/cpu/psx/psx.h index 6c984186f5f..2770d004e26 100644 --- a/src/emu/cpu/psx/psx.h +++ b/src/emu/cpu/psx/psx.h @@ -440,9 +440,7 @@ extern const device_type CXD8606CQ; -typedef struct _DasmPSXCPU_state DasmPSXCPU_state; - -struct _DasmPSXCPU_state +struct DasmPSXCPU_state { UINT32 pc; int delayr; |