summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist_dev.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-24 09:05:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-24 09:05:55 -0400
commit297b99c0faa2e70ed3fb5cc4c9ed60e40cd9af5a (patch)
tree1a7320439bad68743edc71db3543d76063e466ad /src/emu/softlist_dev.cpp
parentd2fbefd97733188b4ceb2e3de963971b9e658813 (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.cpp1
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"