summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* naomi: get rid of hacky rom_region, use rom_parameter instead MetalliC2016-08-0112-106/+61
* atomiswave use ROM_PARAMETER for keys, NAOMI BIOS docs update MetalliC2016-08-013-114/+96
* Merge pull request #1171 from npwoods/romentry_move_redo Vas Crabb2016-08-016-164/+207
|\
| * Added some default constructors to rom_entry(), and made it so changes to fla... Nathan Woods2016-08-012-2/+6
| * Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-016-164/+203
* | Merge pull request #1172 from npwoods/fix_diimage_load Vas Crabb2016-08-011-12/+9
|\ \
| * | Fixing a stupid merge error that broke image loading Nathan Woods2016-08-011-12/+9
| |/
* / Fix Qt debugger Vas Crabb2016-08-011-1/+1
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-01283-1027/+1025
* Missed this conversion to is_filetype() Nathan Woods2016-08-011-1/+1
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-3164-313/+474
|\
| * Merge branch 'master' into separate_softlist_image_load Nathan Woods2016-07-316-40/+111
| |\
| | * Made a bunch of device_image_interface members private (instead of protected) Nathan Woods2016-07-311-9/+9
| | * apricot: add rtc support to keyboard Dirk Best2016-07-312-17/+84
| | * chihiro.cpp: game ghostsqu boots too (nw) yz70s2016-07-313-13/+17
| * | Merge branch 'master' into separate_softlist_image_load Nathan Woods2016-07-31288-1578/+1883
| |\|
| | * cleanup (nw) Miodrag Milanovic2016-07-314-7/+7
| | * reverse logic of IMAGE_VERIFY (nw) Miodrag Milanovic2016-07-318-24/+22
| | * for bool type use true and false (nw) Miodrag Milanovic2016-07-3132-111/+111
| | * chihiro.cpp: try to boot scg06nt and wangmid (nw) yz70s2016-07-312-13/+52
| | * patch up on OSX Vas Crabb2016-08-015-10/+10
| * | Changed device_image_interface::load() so that it is no longer responsible fo... Nathan Woods2016-07-304-72/+126
* | | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-3123-88/+89
| |/ |/|
* | fix after pass through the diff Vas Crabb2016-08-0113-29/+29
* | made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-3146-182/+182
* | cleanup of some conversions (nw) Miodrag Milanovic2016-07-319-15/+15
* | Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2016-07-311-4/+4
|\ \
| * | unbreak large files in chdman after refactor Vas Crabb2016-08-011-4/+4
* | | fix vs2015 build (nw) Miodrag Milanovic2016-07-312-2/+2
|/ /
* | fix build (nw) cracyc2016-07-311-1/+1
* | fixed clang (nw) Miodrag Milanovic2016-07-312-0/+3
* | macros should be turned into constexpr or they can't be used in many situatio... Vas Crabb2016-07-311-39/+19
* | imgtool fix (nw) Miodrag Milanovic2016-07-311-3/+3
* | algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-3110-10/+10
* | win compile fix due to previous changes (nw) Miodrag Milanovic2016-07-311-2/+2
* | fix osx compile (nw) Miodrag Milanovic2016-07-314-6/+6
* | New NOT_WORKING angelosa2016-07-312-1/+31
* | fix linux compile (nw) Miodrag Milanovic2016-07-312-3/+3
* | Merge pull request #1165 from npwoods/diimage_add_format Vas Crabb2016-07-317-8/+32
|\ \
| * | Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-317-8/+32
* | | std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-31197-736/+780
|/ /
* | Merge pull request #1163 from npwoods/remove_public_has_been_created Vas Crabb2016-07-3113-31/+42
|\ \
| * \ Merge branch 'master' into remove_public_has_been_created Nathan Woods2016-07-304-128/+234
| |\ \
| * | | Removed device_image_interface::has_been_created() Nathan Woods2016-07-3014-31/+46
* | | | itech32.cpp: Restore unique sound rom - NW briantro2016-07-301-1/+1
* | | | Fixed the build. Robbbert2016-07-311-4/+4
| |/ / |/| |
* | | Merge pull request #1162 from npwoods/msvc_keyboardipp_workaround Vas Crabb2016-07-311-0/+5
|\ \ \
| * | | Added workaround for MSVC warning Nathan Woods2016-07-301-0/+5
| | |/ | |/|
* | | Merge pull request #1160 from shattered/_9e9d61f R. Belmont2016-07-302-106/+105
|\ \ \
| * | | ms7004: add PORT_CHAR's Sergey Svishchev2016-07-301-104/+104