diff options
Diffstat (limited to 'src/emu/cpu/unsp/unsp.h')
-rw-r--r-- | src/emu/cpu/unsp/unsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/unsp/unsp.h b/src/emu/cpu/unsp/unsp.h index cf0961373eb..a7acc04b273 100644 --- a/src/emu/cpu/unsp/unsp.h +++ b/src/emu/cpu/unsp/unsp.h @@ -23,7 +23,7 @@ struct _unsp_state UINT8 sb; UINT8 saved_sb; - const device_config *device; + running_device *device; const address_space *program; int icount; |