summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* x68k: added keyboard LEDs to layout display. Now you can watch the 'dancing ... mahlemiut2016-11-221-7/+7
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-4/+7
|\
| * Fixed this call to disassemble() that was erroneously taking an std::string Nathan Woods2016-11-201-1/+4
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-3/+3
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-2113-58/+64
|/
* VIDC: fixed horizontal display position and cursor position. Sandro Ronco2016-11-201-7/+4
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-1913-64/+58
* Merge pull request #1743 from Happy-yappH/master Vas Crabb2016-11-191-15/+5
|\
| * cleanup commented out lines Happy2016-11-181-10/+2
| * Eliminate explicit temps in AI length calculation. Happy2016-11-181-3/+1
| * n64: Give priority to current transfer when reading AI length register Happy2016-11-181-6/+6
| * Revert "n64: Remove incorrect factor of two in VI and AI interrupt timing." Happy2016-11-181-12/+12
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-1910-23/+23
|/
* Merge pull request #1717 from mamehaze/091116 R. Belmont2016-11-171-1/+2
|\
| * smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge David Haywood2016-11-161-1/+2
* | n64: sp dma skip only for dram address, regardless of transfer direction Happy2016-11-161-1/+1
* | n64: Remove incorrect factor of two in VI and AI interrupt timing. Happy2016-11-161-12/+12
* | naomigd: add unused/unknown security PIC dumps - MetalliC2016-11-161-1/+7
* | naomi: move DIMM firmwares to device, docs update (nw) MetalliC2016-11-162-1/+42
* | Make RTC-6242x and RTC-7242x nominally distinct device types (nw) AJR2016-11-151-62/+2
* | aristmk5: hooked-up EEPROMs, UARTs and some inputs also fixed video dma when ... Sandro Ronco2016-11-121-2/+2
* | No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-10/+10
* | Implemented G-NET bios flashing, games that require the v2 bios now require y... smf-2016-11-104-116/+178
|/
* move cedar devices out of drivers (nw) smf-2016-11-0810-0/+1335
* hack to allow building with SOURCES=src/mame/drivers/cps2.cpp (nw) smf-2016-11-081-0/+7
* octopus: add colour attributes mahlemiut2016-11-081-28/+28
* saturn.cpp: Worked around VDP1 timings in Sega Saturn, fixes regression with ... angelosa2016-11-071-0/+12
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-0614-27/+27
* apple2gs: switched to use z80scc, added printer & modem ports. [R. Belmont] arbee2016-11-051-8/+21
* removed some driver_data<> calls (nw) smf-2016-11-031-3/+2
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-034-5/+5
* Implemented S1985 backup ram (fixes TPC310 accessories cursor movement on the... smf-2016-11-037-115/+188
* a310: reworked HLE keyboard and added mouse input. Sandro Ronco2016-11-011-1/+4
* sms: set initial audio mixing state on reset [Enik Land] MetalliC2016-11-011-2/+8
* Merge pull request #1617 from ajrhacker/spec_snqk_mod Vas Crabb2016-10-312-596/+546
|\
| * Modernize spec_snqk.cpp (nw) AJR2016-10-302-596/+546
* | Changed disassembler overrides to use 'std::ostream &' internally Nathan Woods2016-10-303-272/+121
|/
* removed msm5205 volume trampoline (nw) smf-2016-10-291-4/+4
* removed cdda volume trampolines (nw) smf-2016-10-292-7/+7
* mac: split 128/512/Plus into new separate, more modern driver. [R. Belmont] arbee2016-10-271-3/+0
* Misc typo fixes. Jordi Mallach2016-10-271-2/+2
* fix build (nw) MetalliC2016-10-261-2/+2
* - Reverse-engineered Space Lords security FPGA and implemented decryption cod... Phil Bennett2016-10-262-128/+402
* srcclean (nw) Vas Crabb2016-10-232-8/+8
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-222-12/+12
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-2252-169/+169
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22569-7100/+7100
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-227-8/+8
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-2119-26/+26