diff options
author | 2018-06-24 09:05:55 -0400 | |
---|---|---|
committer | 2018-06-24 09:05:55 -0400 | |
commit | 297b99c0faa2e70ed3fb5cc4c9ed60e40cd9af5a (patch) | |
tree | 1a7320439bad68743edc71db3543d76063e466ad /src/emu/softlist_dev.cpp | |
parent | d2fbefd97733188b4ceb2e3de963971b9e658813 (diff) |
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
Diffstat (limited to 'src/emu/softlist_dev.cpp')
-rw-r--r-- | src/emu/softlist_dev.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index 43eb72427c1..21dfb45ba09 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -11,6 +11,7 @@ #include "emu.h" #include "emuopts.h" #include "diimage.h" +#include "romload.h" #include "softlist_dev.h" #include "validity.h" |