diff options
author | 2016-08-02 07:01:29 -0400 | |
---|---|---|
committer | 2016-08-02 17:40:49 -0400 | |
commit | f9db568146503c253230295ace2deba8433f6754 (patch) | |
tree | 57a1b43f5c967e17f0461f9d5be9abf88c2e27ae /src/devices/bus/plus4/exp.h | |
parent | 159b73a708fb67ca2d39e1d4f8cee9987fdc3f8b (diff) |
Redo of split of src/emu/softlist.[cpp|h]
This is a redo of the split first submitted in #137, with the following differences:
* The newly refactored rom_entry data structure is used
* I've kept the refactored softlist code in src/emu, in order to defer the mechanical process of moving it
* I've kept includes of softlist[_dev].h out of diimage.h, so that changes to either do not trigger an emu.h recompilation
* Obviously, this goes against the latest master
Diffstat (limited to 'src/devices/bus/plus4/exp.h')
-rw-r--r-- | src/devices/bus/plus4/exp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/plus4/exp.h b/src/devices/bus/plus4/exp.h index c63d2b618f1..2d18efaa207 100644 --- a/src/devices/bus/plus4/exp.h +++ b/src/devices/bus/plus4/exp.h @@ -40,7 +40,7 @@ #define __PLUS4_EXPANSION_SLOT__ #include "emu.h" - +#include "softlist_dev.h" //************************************************************************** |