diff options
Diffstat (limited to 'src/emu/machine/msm6242.c')
-rw-r--r-- | src/emu/machine/msm6242.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/msm6242.c b/src/emu/machine/msm6242.c index e367e0775af..02287290ab3 100644 --- a/src/emu/machine/msm6242.c +++ b/src/emu/machine/msm6242.c @@ -5,6 +5,7 @@ ***************************************************************************/ #include "driver.h" +#include "deprecat.h" #include "machine/msm6242.h" static UINT8 msm6264_reg[3] = { 0, 0, 0 }; |