summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-09-11 16:07:33 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-09-11 16:09:27 -0400
commit0da505b43eb7e6d9d391efc70f68a752bcdcd643 (patch)
tree38c06fbfded30bc6854a63b3f661d4162acc4d0d /src/mame/machine
parentfae732dc5d3b5ea2f03de3ad7b1f0740c43d7c4e (diff)
Formats-related refactoring
- Remove opresolv.h from emu.h and some other base headers - Split legacy floppy image class into a separate file - Clean up a lot of #includes in src/lib and src/tools/imgtool
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/psion_pack.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/psion_pack.cpp b/src/mame/machine/psion_pack.cpp
index 9953a711a5a..09c523e09e5 100644
--- a/src/mame/machine/psion_pack.cpp
+++ b/src/mame/machine/psion_pack.cpp
@@ -23,6 +23,8 @@
#include "emu.h"
#include "psion_pack.h"
+#include "opresolv.h"
+
// Datapack control lines
#define DP_LINE_CLOCK 0x01
#define DP_LINE_RESET 0x02