| Commit message (Expand) | Author | Age | Files | Lines |
| * | -imagedev/harddriv.cpp: Report unsuitable CHDs rather than crashing. |  Vas Crabb | 2024-02-10 | 1 | -25/+36 |
| * | harddriv.cpp, mccs1850.cpp: Use multibyte.h helpers |  AJR | 2024-01-07 | 1 | -3/+4 |
| * | image: Fix initialisation order, fix file menu enable, refine gdrom support |  Olivier Galibert | 2023-05-08 | 1 | -4/+2 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 1 | -5/+54 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -6/+6 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 1 | -39/+23 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -14/+14 |
| * | hard_disk_file: Hide the chd |  Olivier Galibert | 2022-04-04 | 1 | -16/+0 |
| * | hard_disk_file: classify |  Olivier Galibert | 2022-04-01 | 1 | -7/+7 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -0/+1 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -2/+12 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -4/+13 |
| * | Formats-related refactoring |  AJR | 2021-09-11 | 1 | -0/+2 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -27/+25 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+5 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-09-20 | 1 | -17/+12 |
| * | harddriv: check for CHD by header string, allows files not named .chd that ar... |  arbee | 2019-08-13 | 1 | -6/+7 |
| * | harddisk: Support hard disk images in HDI format [Justin Kerk] |  Justin Kerk | 2019-08-02 | 1 | -2/+16 |
| * | harddisk: Support non-CHD harddisk images in raw and 2MG format [R. Belmont] |  arbee | 2019-08-01 | 1 | -13/+43 |
| * | -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2019-06-30 | 1 | -2/+2 |
| * | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -1/+1 |
| * | Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) |  AJR | 2018-06-24 | 1 | -0/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -11/+6 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -3/+0 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... |  smf- | 2016-11-06 | 1 | -2/+8 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -5/+5 |
| * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... |  Nathan Woods | 2016-09-03 | 1 | -1/+1 |
| * | option_guide C++-ification, touched up imgtool |  Nathan Woods | 2016-08-27 | 1 | -1/+1 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 1 | -7/+7 |
| * | Created device_image_interface::add_format() protected member and made device... |  Nathan Woods | 2016-07-31 | 1 | -1/+1 |
| * | Changed some int's to size_t's and added assertions where we were assuming th... |  Nathan Woods | 2016-07-07 | 1 | -0/+1 |
| * | C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... |  Nathan Woods | 2016-07-07 | 1 | -6/+6 |
| * | m_formatlist is now vector (nw) |  Miodrag Milanovic | 2016-06-19 | 1 | -1/+1 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -3/+3 |
| * | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -3/+3 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -3/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -2/+2 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -18/+18 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+298 |