summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-102-2/+14
|\
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-1/+1
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-021-1/+2
| * Moving null_option_guide to global scope to avoid thread safety issues Nathan Woods2016-09-011-1/+2
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-272-2/+12
* | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images Vas Crabb2016-09-092-1/+4
|\ \
| * | Changed the "extension as filetype" behavior for software list images to be o... Nathan Woods2016-08-252-1/+2
| * | Now setting m_filetype for images loaded from softlists Nathan Woods2016-08-221-1/+3
* | | Merge pull request #1370 from npwoods/conditionally_support_cmdline_imagecreate Vas Crabb2016-09-093-0/+44
|\ \ \
| * | | Allows devices to indicate whether image creation should be supported at the ... Nathan Woods2016-09-063-0/+44
* | | | Increased max length of parent name to 16, for evaluation purposes. (nw) Robbbert2016-09-092-3/+3
* | | | fix MT06364 MetalliC2016-09-061-1/+1
* | | | okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-062-0/+8
* | | | dirom: Resist to out-of-bounds bank numbers [O. Galibert] Olivier Galibert2016-09-062-5/+11
|/ / /
* | | dislot: Added missing quote. (nw) Curt Coder2016-09-051-2/+2
* | | More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-039-54/+58
* | | More new features for UI graphics viewer AJR2016-09-022-2/+35
* | | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-304-14/+32
* | | emumem.cpp: fix regression in save states (nw) Ivan Vangelista2016-08-291-1/+1
* | | Misc. fixes (nw) AJR2016-08-281-1/+1
* | | srcclean and translation regeneration Vas Crabb2016-08-2911-33/+33
* | | Merge pull request #1331 from antonioginer/master Vas Crabb2016-08-284-8/+32
|\ \ \
| * | | Consistently apply -intscalex to the long dimension of the target Antonio Giner2016-08-271-2/+4
| * | | Implement new option -autostretchxy, to automatically apply Antonio Giner2016-08-274-6/+19
| * | | Implement new option -unevenstretchy (complementary to -unevenstretchx) Antonio Giner2016-08-274-4/+13
* | | | dirom fixes (nw) Olivier Galibert2016-08-271-1/+2
|/ / /
* | | Fix -debug -cheat crash, nw therealmogminer@gmail.com2016-08-271-9/+9
* | | Merge pull request #1325 from ajrhacker/palette_viewer R. Belmont2016-08-274-54/+59
|\ \ \ | |_|/ |/| |
| * | Show color values in palette viewer AJR2016-08-264-54/+59
* | | TEMPORARY PATCH to fix the build. Robbbert2016-08-271-2/+2
* | | * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-271-64/+177
|/ /
* | More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-273-5/+5
* | Merge pull request #1279 from npwoods/yet_more_softlist_cleanups R. Belmont2016-08-264-61/+62
|\ \
| * | Changed software_info::find_part() to use std::find_if() Nathan Woods2016-08-201-12/+13
| * | Minor cleanups to device_image_interface::find_software_item() Nathan Woods2016-08-201-4/+4
| * | Standardized some names for softlist concepts Nathan Woods2016-08-204-49/+49
* | | Merge pull request #1306 from GiuseppeGorgoglione/master R. Belmont2016-08-261-0/+19
|\ \ \
| * | | emucore: add template functions to deal with conversion between strongly type... Giuseppe Gorgoglione2016-08-241-0/+19
* | | | Make object_array_finder a bit more flexible, centralise instantiation of mor... Vas Crabb2016-08-261-25/+124
* | | | Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-5/+60
* | | | hacks for MSVC building until better solutions are found. (nw) smf-2016-08-261-1/+1
* | | | dirom,okim6295: Add/fix banking support. Better okim fix post-release [O. Ga... Olivier Galibert2016-08-252-7/+35
* | | | * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-254-360/+480
* | | | Merge pull request #1314 from ajrhacker/clang_warnings Vas Crabb2016-08-251-2/+2
|\ \ \ \
| * | | | Change warning flags for Clang build (nw) AJR2016-08-251-2/+2
* | | | | Merge pull request #1234 from ajrhacker/butterflies Vas Crabb2016-08-251-0/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Create address_space_debug_wrapper to deal with pedantic but common issue (nw) AJR2016-08-211-0/+27
* | | | | Devices can be found array-style, too Vas Crabb2016-08-251-42/+79
* | | | | remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-252-54/+1
* | | | | Merge pull request #1307 from ajrhacker/output_find R. Belmont2016-08-241-4/+3
|\ \ \ \ \