summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-10-222-4/+4
* xtal.h: Add two more values (nw) AJR2017-10-191-0/+2
* input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... hap2017-10-172-11/+21
* Hit save (nw) angelosa2017-10-171-1/+1
* Proposed fix for MT #06154 (nw) angelosa2017-10-171-1/+7
* voodoo: Few more SSE optimizations. (nw) Ted Green2017-10-153-0/+23
* tmc600: Fixed CPU frequency. (nw) Curt Coder2017-10-141-0/+1
* distate: Polymorphic classes need virtual destructors (nw) AJR2017-10-132-0/+10
* Explicitly allow floating point values for state registers AJR2017-10-133-8/+84
* Temporarily remove floating-point state registration (nw) AJR2017-10-131-0/+1
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-125-76/+132
* voodoo: Incorporate some more sse optimizations. (nw) Ted Green2017-10-123-0/+19
* Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings R. Belmont2017-10-104-52/+79
|\
| * Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... Nathan Woods2017-09-244-52/+79
* | rgbsse: Clamp intermediate values to u8. (nw) Ted Green2017-10-101-1/+4
* | rgbsse: Optimize some sse routines. (nw) (#2700) tedgreen992017-10-096-55/+111
* | Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb2017-10-081-0/+5
* | xtal.h: Add definition for Osborne 1 main XTAL (nw) AJR2017-10-071-0/+1
* | Fixed an options overhaul regression (#2530) npwoods2017-10-061-0/+3
* | Note Chance: There is not a resonator, so OKI clock is derived RobertoFresca2017-10-041-1/+1
* | Note Chance: Added crystal/oscillator to the harcoded list [Roberto Fresca] RobertoFresca2017-10-041-0/+1
* | Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-013-447/+0
* | fix unused variable error compiling with MSVC (nw) smf-2017-10-011-1/+1
* | spbactn: Provisional MCFG_SCREEN_RAW_PARAMS (nw) AJR2017-10-011-1/+2
* | work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 (nw) Vas Crabb2017-09-301-20/+20
* | rgbsse: Rather simple performance optimization. (nw) Ted Green2017-09-292-2/+10
* | Generate layouts for systems with three or more screens Vas Crabb2017-09-293-22/+164
* | ms6102 (Elektronika MS6102.02, text terminal): new skeleton. Sergey Svishchev2017-09-261-0/+1
* | fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
|/
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-1/+1
* sun2.cpp: Correct oscillator values; add Am9513 timers (nw) AJR2017-09-231-0/+1
* rgbsse: Declare scale_imm_and_clamp as inline to ensure that it compiles as f... Ted Green2017-09-232-8/+7
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-224-18/+309
* New machines marked as NOT_WORKING Dirk Best2017-09-211-0/+1
* Candela PAL driven address map (#2657) Joakim Larsson Edström2017-09-191-0/+4
* Make ROM BIOS reported in listxml output match what ROM loading does Vas Crabb2017-09-182-4/+2
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-184-59/+68
* Merge pull request #2647 from npwoods/key_name_switch_formatting hap2017-09-161-45/+45
|\
| * Changing switch statement in ioport_field::key_name() to MAME favored formatting Nathan Woods2017-09-101-45/+45
* | Revert Z80_R usage in alibaba, added a note about machine().rand(), open to s... angelosa2017-09-151-0/+2
* | ioport: remove really bad usage of machine->rand() (nw) hap2017-09-151-7/+2
* | Using a better overload of utf8_from_uchar() in ioport_field::key_name (nw) Nathan Woods2017-09-101-6/+1
|/
* gaelco2.cpp: Base Gaelco game's CPU clock speed on actual OSCs (nw) briantro2017-09-051-0/+2
* natural keyboard: prefer lower shift states, eliminate O(n) lookup Vas Crabb2017-09-052-30/+38
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-053-10/+16
* fix exit status (nw) Vas Crabb2017-09-051-1/+1
* -validate will now report an error if no matches occur Nathan Woods2017-09-041-0/+10
* that doesn't require an instance (nw) Vas Crabb2017-09-031-2/+1
* rendlay image_component: detect image format(png) before loading image. No PN... hap2017-09-023-9/+68
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-18/+46