summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Not for the release branch: remove all ioport and address map macros from tra... therealmogminer@gmail.com2016-10-252-40/+47
* Added some system inputs to nightgal.cpp. Worked around MT 06409 (nw) angelosa2016-10-241-72/+72
* Added proper input labels for Vindicators/Vindicators Part II, and make left/... angelosa2016-10-241-8/+8
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-237-15/+15
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-223-12/+12
* there you go (nw) Miodrag Milanovic2016-10-226-8/+8
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-2220-80/+81
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22145-4591/+4591
* [[noreturn]] instead of ATTR_NORETURN (nw) Miodrag Milanovic2016-10-221-2/+2
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-2217-80/+80
* Cleanup, TIMER_CALLBACK was only in unused parts (nw) Miodrag Milanovic2016-10-211-1/+0
* use std algo instead of manual setting (nw) Miodrag Milanovic2016-10-211-3/+1
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-216-9/+9
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-2115-54/+48
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-205-7/+38
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-0/+2
* Add row size as sixth parameter to debug dump command AJR2016-10-161-7/+17
* Fixed some Doxy comments, and addressed a few nits Nathan Woods2016-10-151-2/+5
* [COCO] Changed to use required_ioport_array and optional_ioport Nathan Woods2016-10-151-0/+3
* Added swpath. Allows users to specify location of loose software. Robbbert2016-10-123-4/+25
* Soft resets no longer turn back clocks on devices AJR2016-10-095-16/+39
* Misc. keyboard input improvements AJR2016-10-085-33/+48
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-081-3/+1
* more debug consistency. (nw) smf-2016-10-051-2/+2
* Merge pull request #1460 from mamedev/machine_flags Vas Crabb2016-10-051-2/+8
|\
| * Merging machine_flags and master angelosa2016-09-283-7/+7
| |\
| * | Proposal for new system flags for 0.179 dev-cycle: angelosa2016-09-261-2/+8
* | | Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-025-1028/+1042
* | | Fix various spelling fixes. Jordi Mallach2016-09-292-2/+2
* | | Fixed OSX build as suggested by ajrhacker Jezze2016-09-281-4/+4
* | | Fixed several small issues in HLSL/BGFX Jezze2016-09-282-14/+25
* | | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-283-5/+5
* | | fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-282-2/+2
* | | Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" Lord-Nightmare2016-09-272-2/+2
* | | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-273-5/+5
| |/ |/|
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-273-5/+5
* | fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-272-2/+2
|/
* srcclean (nw) Vas Crabb2016-09-266-11/+6
* Merge pull request #1405 from tverona1/master Brad Hughes2016-09-203-9/+153
|\
| * Adding id() property to input_device Tomer Verona2016-09-202-20/+29
| * A couple of fixes Tomer Verona2016-09-202-15/+21
| * Tweak info message Tomer Verona2016-09-141-1/+1
| * Merge remote-tracking branch 'mamedev/master' Tomer Verona2016-09-121-28/+35
| |\
| * | Support for configuring device to conrtoller id Tomer Verona2016-09-123-0/+129
* | | Fixed trace command access a parameter beyond the list supplied, added an err... smf-2016-09-201-4/+7
* | | taitosj.cpp: Add XTALs for various clocks based on schematics. Documented and... Lord-Nightmare2016-09-171-1/+1
| |/ |/|
* | check characters in softlist setnames, fix errors (nw) Vas Crabb2016-09-121-28/+35
|/
* check that driver names contain only [0-9a-z_] (nw) Vas Crabb2016-09-101-0/+8