diff options
Diffstat (limited to 'src/mame/machine/naomig1.h')
-rw-r--r-- | src/mame/machine/naomig1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomig1.h b/src/mame/machine/naomig1.h index 0a4b6d066cc..aca93be6155 100644 --- a/src/mame/machine/naomig1.h +++ b/src/mame/machine/naomig1.h @@ -5,7 +5,7 @@ #pragma once -#include "cpu/sh4/sh4.h" +#include "cpu/sh/sh4.h" #define MCFG_NAOMI_G1_ADD(_tag, type, _irq_cb) \ MCFG_DEVICE_ADD(_tag, type, 0) \ |