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/machine.cpp | |
| parent | d2fbefd97733188b4ceb2e3de963971b9e658813 (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.cpp | 1 |
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> |
