diff options
| author | 2017-05-14 21:09:26 +0100 | |
|---|---|---|
| committer | 2017-05-14 21:09:26 +0100 | |
| commit | 3607ecbd45cdf906e61e835a0e9abe37abf6301c (patch) | |
| tree | 6c6e835ac488d2ddcb38cf8f65d3abca041c14b3 /src | |
| parent | 7db5c04a5df87c4fea13f7eaefb38fce5000a48f (diff) | |
typo for MSVC (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/machine/segacrpt_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/segacrpt_device.h b/src/mame/machine/segacrpt_device.h index 50bf16e14cf..653e8efdacb 100644 --- a/src/mame/machine/segacrpt_device.h +++ b/src/mame/machine/segacrpt_device.h @@ -290,7 +290,7 @@ DECLARE_DEVICE_TYPE(SEGA_315_5018, sega_315_5018_device) DECLARE_DEVICE_TYPE(SEGA_315_5010, sega_315_5010_device) DECLARE_DEVICE_TYPE(SEGA_CPU_PBACTIO4, sega_cpu_pbactio4_device) DECLARE_DEVICE_TYPE(SEGA_315_5028, sega_315_5028_device) -DECLARE_DEVICE_TYPE(SEGA_315_5084, sega_315_5084_sevice) +DECLARE_DEVICE_TYPE(SEGA_315_5084, sega_315_5084_device) #endif // MAME_MACHINE_SEGACRYPT_DEVICE_H |
