diff options
author | 2010-06-13 11:43:42 +0000 | |
---|---|---|
committer | 2010-06-13 11:43:42 +0000 | |
commit | 4353b40864584bf0dec4b968981353ba58bff244 (patch) | |
tree | 46a6de39729a89bcd55ca7a164ed453e641baba6 /src/emu/romload.h | |
parent | 84788f50afb44535dbabd4d529990c7a2cf2235d (diff) |
Added back software list support in emu core, and update 6510 and SM8500 cpu cores with calls needed by MESS (no whatsnew)
Diffstat (limited to 'src/emu/romload.h')
-rw-r--r-- | src/emu/romload.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/romload.h b/src/emu/romload.h index a00ce1a69ac..298d0df63f9 100644 --- a/src/emu/romload.h +++ b/src/emu/romload.h @@ -325,4 +325,8 @@ chd_file *get_disk_handle(running_machine *machine, const char *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__ */ |