diff options
Diffstat (limited to 'src/devices/machine/bl_handhelds_menucontrol.cpp')
-rw-r--r-- | src/devices/machine/bl_handhelds_menucontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/bl_handhelds_menucontrol.cpp b/src/devices/machine/bl_handhelds_menucontrol.cpp index f4495b004e4..703ce996324 100644 --- a/src/devices/machine/bl_handhelds_menucontrol.cpp +++ b/src/devices/machine/bl_handhelds_menucontrol.cpp @@ -4,7 +4,7 @@ // Menu controller, stores / increments menu position etc. used on handhelds that typically have BL on the boot screen (BaoBaoLong?) #include "emu.h" -#include "machine/bl_handhelds_menucontrol.h" +#include "bl_handhelds_menucontrol.h" DEFINE_DEVICE_TYPE(BL_HANDHELDS_MENUCONTROL, bl_handhelds_menucontrol_device, "blhandheldmenu", "BaoBaoLong Handhelds Menu Controller") |