diff options
Diffstat (limited to 'src/mame/drivers/groundfx.c')
-rw-r--r-- | src/mame/drivers/groundfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/groundfx.c b/src/mame/drivers/groundfx.c index 9616763f3a6..aaa3f102d73 100644 --- a/src/mame/drivers/groundfx.c +++ b/src/mame/drivers/groundfx.c @@ -65,7 +65,7 @@ #include "driver.h" #include "cpu/m68000/m68000.h" #include "video/taitoic.h" -#include "machine/eepromdev.h" +#include "machine/eeprom.h" #include "sound/es5506.h" #include "includes/taito_f3.h" #include "audio/taito_en.h" |