diff options
author | 2012-01-23 21:49:30 +0000 | |
---|---|---|
committer | 2012-01-23 21:49:30 +0000 | |
commit | afb7d8fb6a595531c75d898cbdba6f3cffffcab5 (patch) | |
tree | af1fdf2d2acd27b4eae9eb2ad45102039db7688a /src/emu/emu.h | |
parent | 2cad56dabbceaa7c7bb1cbe68e22b381a277beb4 (diff) |
floppy: Do specific UI handling [O. Galibert]
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r-- | src/emu/emu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h index 2086a03952a..2051f54af89 100644 --- a/src/emu/emu.h +++ b/src/emu/emu.h @@ -88,6 +88,9 @@ typedef device_t * (*machine_config_constructor)(machine_config &config, device_ #include "ioport.h" #include "output.h" +// diimage requires uimenu +#include "uimenu.h" + // devices and callbacks #include "device.h" #include "distate.h" |