diff options
author | 2016-08-08 13:43:06 +0200 | |
---|---|---|
committer | 2016-08-08 13:43:06 +0200 | |
commit | f67311c5a5b1e08a0d285795d9182683a270a2d8 (patch) | |
tree | a933219100a15a1d914164bedd9b5afecd1d5c7c /src/devices/bus/ql | |
parent | 74e1aa46198ca5724a9faa8f88aeecf6bc1fc3bf (diff) | |
parent | c77310389e095b3c93a0cb7c238b5e8dcf1dd152 (diff) |
Merge pull request #1180 from npwoods/split_softlist_code_redo
Redo of split of src/emu/softlist.[cpp|h]
Diffstat (limited to 'src/devices/bus/ql')
-rw-r--r-- | src/devices/bus/ql/rom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/rom.h b/src/devices/bus/ql/rom.h index 606ffe4e67b..5649804df66 100644 --- a/src/devices/bus/ql/rom.h +++ b/src/devices/bus/ql/rom.h @@ -31,7 +31,7 @@ #define __QL_ROM_CARTRIDGE_SLOT__ #include "emu.h" - +#include "softlist_dev.h" //************************************************************************** |