summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-06-20 18:48:02 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-06-20 18:48:02 +0000
commitcbe7260a5953492a372699aab4bd5ca8e46c0cf8 (patch)
tree696e9e30c5d1d00651aa20d8cd22dace893277d4 /src/emu/romload.h
parent834b1badde28a870f231f5ced2d2705666da2463 (diff)
- Moved softlist implementation from MESS [Miodrag Milanovic]
- Moved image related UI from MESS to emu core - Reimplemented filename related image device calls
Diffstat (limited to 'src/emu/romload.h')
-rw-r--r--src/emu/romload.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/romload.h b/src/emu/romload.h
index 298d0df63f9..e66a0d04c7d 100644
--- a/src/emu/romload.h
+++ b/src/emu/romload.h
@@ -324,9 +324,6 @@ chd_file *get_disk_handle(running_machine *machine, const char *region);
/* set a pointer to the CHD file associated with the given region */
void set_disk_handle(running_machine *machine, const char *region, mame_file *file, chd_file *chd);
-
-#ifdef MESS
void load_software_part_region(running_device *device, char *swlist, char *swname, rom_entry *start_region);
-#endif
#endif /* __ROMLOAD_H__ */