summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
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/devices/machine
parentd2fbefd97733188b4ceb2e3de963971b9e658813 (diff)
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/akiko.cpp1
-rw-r--r--src/devices/machine/laserdsc.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/akiko.cpp b/src/devices/machine/akiko.cpp
index 19a6a3c9395..0394750fe30 100644
--- a/src/devices/machine/akiko.cpp
+++ b/src/devices/machine/akiko.cpp
@@ -17,6 +17,7 @@
#include "akiko.h"
#include "imagedev/chd_cd.h"
#include "coreutil.h"
+#include "romload.h"
//**************************************************************************
diff --git a/src/devices/machine/laserdsc.cpp b/src/devices/machine/laserdsc.cpp
index 301eb39b2d3..f797289bf52 100644
--- a/src/devices/machine/laserdsc.cpp
+++ b/src/devices/machine/laserdsc.cpp
@@ -14,6 +14,7 @@
#include "vbiparse.h"
#include "config.h"
#include "render.h"
+#include "romload.h"
#include "chd.h"