diff options
Diffstat (limited to 'src/devices/video/hlcd0438.cpp')
-rw-r--r-- | src/devices/video/hlcd0438.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hlcd0438.cpp b/src/devices/video/hlcd0438.cpp index f92683f79ee..01b30dbd343 100644 --- a/src/devices/video/hlcd0438.cpp +++ b/src/devices/video/hlcd0438.cpp @@ -10,7 +10,7 @@ LCD pin can be driven manually, or oscillating. */ #include "emu.h" -#include "video/hlcd0438.h" +#include "hlcd0438.h" DEFINE_DEVICE_TYPE(HLCD0438, hlcd0438_device, "hlcd0438", "Hughes HLCD 0438 LCD Driver") |