diff options
author | 2010-06-20 18:48:02 +0000 | |
---|---|---|
committer | 2010-06-20 18:48:02 +0000 | |
commit | cbe7260a5953492a372699aab4bd5ca8e46c0cf8 (patch) | |
tree | 696e9e30c5d1d00651aa20d8cd22dace893277d4 /src/emu/romload.c | |
parent | 834b1badde28a870f231f5ced2d2705666da2463 (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.c')
-rw-r--r-- | src/emu/romload.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/romload.c b/src/emu/romload.c index 4cbcd2bfbf7..ebf18687066 100644 --- a/src/emu/romload.c +++ b/src/emu/romload.c @@ -1264,7 +1264,6 @@ static UINT32 normalize_flags_for_device(running_machine *machine, UINT32 startf } -#ifdef MESS /*------------------------------------------------- load_software_part_region - load a software part @@ -1343,7 +1342,6 @@ void load_software_part_region(running_device *device, char *swlist, char *swnam /* display the results and exit */ display_rom_load_results(romdata); } -#endif /*------------------------------------------------- |