summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-04-239-54/+54
* Workaround for issue where the cannonical instance_name for a device was lost... npwoods2017-04-211-1/+27
* Workaround for sibling disk image loading issue (#2246) npwoods2017-04-191-9/+38
* Workaround for scenarios where both the command line and an INI specify an im... npwoods2017-04-191-1/+11
* Fixed an issue where reset_on_load images would not properly persist across e... npwoods2017-04-191-10/+15
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* Merge pull request #2239 from ajrhacker/dipalette_sanity ajrhacker2017-04-164-35/+49
|\
| * Disallow a negative number of palette entries by changing some types (nw) AJR2017-04-164-15/+15
| * dipalette: A return to sanity (nw) AJR2017-04-162-22/+36
* | More options refactoring Nathan Woods2017-04-165-63/+154
|/
* Changed validity_checker to keep a fresh emu_options for validation purposes ... npwoods2017-04-152-2/+5
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-152-3/+86
* i8251: Improve logging; restrict external command_w and mode_w access to V53 ... AJR2017-04-151-0/+1
* xtal.h: Correction and addition (nw) AJR2017-04-141-1/+2
* Merge pull request #2221 from npwoods/validation_has_own_options R. Belmont2017-04-141-1/+2
|\
| * Changed the validity checks to have its own emu_options Nathan Woods2017-04-091-1/+2
* | Merge pull request #2223 from npwoods/get_default_card_software R. Belmont2017-04-146-55/+104
|\ \
| * | Changes to make get_default_card_software() less stupid Nathan Woods2017-04-106-55/+104
| |/
* / Move "optional" basemem and extmem arrays out of tilemap_t (nw) AJR2017-04-111-12/+14
|/
* Fixed some regressions introduced in my recent refactoring related to softwar... npwoods2017-04-081-20/+17
* Fixed a pedantic MSVC warning in dipalette.h Nathan Woods2017-04-061-2/+2
* Palette device fixes (nw) AJR2017-04-061-3/+3
* New device interface for palettes AJR2017-04-0614-600/+765
* Refactoring in response to MT#6531 Nathan Woods2017-04-0610-148/+222
* Changed a lookup within the softlist code to use std::find_if() Nathan Woods2017-04-061-4/+7
* Finish removing direct_update from the core (nw) AJR2017-04-012-22/+4
* New games added as GAME_NOT_WORKING: arbee2017-04-011-1/+1
* This is Sparta ! Olivier Galibert2017-04-012-42/+0
* Rename the write-only -printer image instance type to -printout. The former o... AJR2017-03-311-1/+1
* isa8_device: Provide proper unitmask for address spaces of any data width (nw) AJR2017-03-301-3/+6
* Merge pull request #2168 from Happy-yappH/dasm_virtual_space R. Belmont2017-03-291-18/+25
|\
| * Make debugger 'dasm' command able to traverse virtual spaces with Happy2017-03-191-18/+25
* | fix building with MSVC (nw) smf-2017-03-291-1/+1
* | express: More robust parsing fix (nw) Olivier Galibert2017-03-271-5/+10
* | xtal.h: One more value (nw) AJR2017-03-261-1/+2
* | fidelz80: dame sensory challenger skeleton driver (incomplete dump for now, c... hap2017-03-261-1/+2
* | xtal.h: Better and more info (nw) AJR2017-03-261-2/+4
* | disable: Better interface (nw) Olivier Galibert2017-03-262-46/+28
* | disable: reverse polarity (nw) Olivier Galibert2017-03-264-26/+26
* | express: More robust memory access operator parsing (nw) Olivier Galibert2017-03-261-1/+1
* | Fixed writes to decrypted opcode memory [v3] (#2190) PugsyMAME2017-03-261-3/+48
* | srcclean (nw) Vas Crabb2017-03-266-7/+7
* | Memory unit masking and address mirroring fixes (nw) AJR2017-03-252-8/+31
* | Revert "Fixed writes to decrypted opcode memory" (#2185) Olivier Galibert2017-03-241-41/+10
* | Fixed writes to decrypted opcode memory PugsyMAME2017-03-241-10/+41
* | Add missing disable_side_effect in find_pc_backwards (nw) Olivier Galibert2017-03-201-0/+1
* | Fixed regression when loading multipart softlists Nathan Woods2017-03-203-8/+28
* | Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-196-211/+291
* | Merge pull request #2155 from shattered/_9330d35 R. Belmont2017-03-192-1/+9
|\ \
| * | debugger: print octal addresses in the trace if CPU is octal. Sergey Svishchev2017-03-162-1/+9
| |/