summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-21Workaround for issue where the cannonical instance_name for a device was lost... npwoods1-1/+27
2017-04-19Workaround for sibling disk image loading issue (#2246) npwoods1-9/+38
2017-04-19Workaround for scenarios where both the command line and an INI specify an im... npwoods1-1/+11
2017-04-19Fixed an issue where reset_on_load images would not properly persist across e... npwoods1-10/+15
2017-04-17Made a number of device_image_interface members private (#2227) npwoods1-1/+1
2017-04-16Disallow a negative number of palette entries by changing some types (nw) AJR4-15/+15
2017-04-16dipalette: A return to sanity (nw) AJR2-22/+36
2017-04-16More options refactoring Nathan Woods5-63/+154
2017-04-15Changed validity_checker to keep a fresh emu_options for validation purposes ... npwoods2-2/+5
2017-04-15Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2-3/+86
2017-04-15i8251: Improve logging; restrict external command_w and mode_w access to V53 ... AJR1-0/+1
2017-04-14xtal.h: Correction and addition (nw) AJR1-1/+2
2017-04-11Move "optional" basemem and extmem arrays out of tilemap_t (nw) AJR1-12/+14
2017-04-10Changes to make get_default_card_software() less stupid Nathan Woods6-55/+104
2017-04-09Changed the validity checks to have its own emu_options Nathan Woods1-1/+2
2017-04-08Fixed some regressions introduced in my recent refactoring related to softwar... npwoods1-20/+17
2017-04-06Fixed a pedantic MSVC warning in dipalette.h Nathan Woods1-2/+2
2017-04-06Palette device fixes (nw) AJR1-3/+3
2017-04-06New device interface for palettes AJR14-600/+765
2017-04-06Refactoring in response to MT#6531 Nathan Woods10-148/+222
2017-04-06Changed a lookup within the softlist code to use std::find_if() Nathan Woods1-4/+7
2017-04-01Finish removing direct_update from the core (nw) AJR2-22/+4
2017-04-01New games added as GAME_NOT_WORKING: arbee1-1/+1
2017-04-01This is Sparta ! Olivier Galibert2-42/+0
2017-03-31Rename the write-only -printer image instance type to -printout. The former o... AJR1-1/+1
2017-03-30isa8_device: Provide proper unitmask for address spaces of any data width (nw) AJR1-3/+6
2017-03-29fix building with MSVC (nw) smf-1-1/+1
2017-03-29Revert "addrmap: Temporary fix (nw)" Vas Crabb1-2/+1
2017-03-28addrmap: Temporary fix (nw) Olivier Galibert1-1/+2
2017-03-27express: More robust parsing fix (nw) Olivier Galibert1-5/+10
2017-03-27express: More robust parsing fix (nw) Olivier Galibert1-5/+10
2017-03-26xtal.h: One more value (nw) AJR1-1/+2
2017-03-26fidelz80: dame sensory challenger skeleton driver (incomplete dump for now, c... hap1-1/+2
2017-03-26xtal.h: Better and more info (nw) AJR1-2/+4
2017-03-26disable: Better interface (nw) Olivier Galibert2-46/+28
2017-03-26disable: reverse polarity (nw) Olivier Galibert4-26/+26
2017-03-26express: More robust memory access operator parsing (nw) Olivier Galibert1-1/+1
2017-03-26express: More robust memory access operator parsing (nw) Olivier Galibert1-1/+1
2017-03-26Fixed writes to decrypted opcode memory [v3] (#2190) PugsyMAME1-3/+48
2017-03-26srcclean (nw) Vas Crabb6-7/+7
2017-03-25Memory unit masking and address mirroring fixes (nw) AJR2-8/+31
2017-03-24Revert "Fixed writes to decrypted opcode memory" (#2185) Olivier Galibert1-41/+10
2017-03-24Fixed writes to decrypted opcode memory PugsyMAME1-10/+41
2017-03-20Add missing disable_side_effect in find_pc_backwards (nw) Olivier Galibert1-0/+1
2017-03-20Fixed regression when loading multipart softlists Nathan Woods3-8/+28
2017-03-19Make debugger 'dasm' command able to traverse virtual spaces with Happy1-18/+25
2017-03-19Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic6-211/+291
2017-03-16debugger: print octal addresses in the trace if CPU is octal. Sergey Svishchev2-1/+9
2017-03-16hp_ipc: de-skeletonize. Sergey Svishchev1-0/+1
2017-03-16agat: split from apple2, implement basic agat7 hardware (take 2). Sergey Svishchev1-0/+2