summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.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/romload.cpp
parentd2fbefd97733188b4ceb2e3de963971b9e658813 (diff)
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
Diffstat (limited to 'src/emu/romload.cpp')
-rw-r--r--src/emu/romload.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/romload.cpp b/src/emu/romload.cpp
index 3a3c31ac572..ff680b173a1 100644
--- a/src/emu/romload.cpp
+++ b/src/emu/romload.cpp
@@ -8,6 +8,8 @@
*********************************************************************/
#include "emu.h"
+#include "romload.h"
+
#include "emuopts.h"
#include "drivenum.h"
#include "softlist_dev.h"