summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.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/machine.cpp
parentd2fbefd97733188b4ceb2e3de963971b9e658813 (diff)
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
Diffstat (limited to 'src/emu/machine.cpp')
-rw-r--r--src/emu/machine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp
index 7b46290c7e6..904644e104f 100644
--- a/src/emu/machine.cpp
+++ b/src/emu/machine.cpp
@@ -82,6 +82,7 @@
#include "dirtc.h"
#include "image.h"
#include "network.h"
+#include "romload.h"
#include "ui/uimain.h"
#include <time.h>
#include <rapidjson/writer.h>