summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-11-26 13:50:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-11-26 13:50:56 +0000
commit33b47edf955385af51e1ea95b3a8a00373745150 (patch)
treec0c5681ca02fdb41b05d5839db3817c25307a9be /src/emu/fileio.h
parentc55f86f326e7c2943be5b9427ecb1556c58719a9 (diff)
- Fixed issue with image empty slot [Miodrag Milanovic]
- Default for writeconfig is now 0 for MESS since it is not needed anymore - Fixed handling of mounted devices on hard reset - Unified some emuopts code, and removed ifdefs
Diffstat (limited to 'src/emu/fileio.h')
-rw-r--r--src/emu/fileio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/emu/fileio.h b/src/emu/fileio.h
index b41323d3732..56840f970d1 100644
--- a/src/emu/fileio.h
+++ b/src/emu/fileio.h
@@ -28,13 +28,8 @@
#define SEARCHPATH_DEBUGLOG NULL
#define SEARCHPATH_ROM OPTION_ROMPATH
-#ifdef MESS
-#define SEARCHPATH_IMAGE NULL
-#define SEARCHPATH_HASH OPTION_HASHPATH
-#else
#define SEARCHPATH_IMAGE OPTION_ROMPATH
-#define SEARCHPATH_HASH NULL
-#endif
+#define SEARCHPATH_HASH OPTION_HASHPATH
#define SEARCHPATH_SAMPLE OPTION_SAMPLEPATH
#define SEARCHPATH_ARTWORK OPTION_ARTPATH
#define SEARCHPATH_CTRLR OPTION_CTRLRPATH