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/sega8/sega8_slot.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/sega8/sega8_slot.h')
-rw-r--r-- | src/devices/bus/sega8/sega8_slot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/sega8/sega8_slot.h b/src/devices/bus/sega8/sega8_slot.h index d27e993f0f7..5a0ce0af010 100644 --- a/src/devices/bus/sega8/sega8_slot.h +++ b/src/devices/bus/sega8/sega8_slot.h @@ -3,6 +3,9 @@ #ifndef __SEGA8_SLOT_H #define __SEGA8_SLOT_H +#include "softlist_dev.h" + + /*************************************************************************** TYPE DEFINITIONS ***************************************************************************/ |