summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-1121-40/+56
* vis: add yuv compressed mode and correct for interlace (nw) cracyc2016-11-113-53/+332
* removed not used macros (nw) Miodrag Milanovic2016-11-112-41/+0
* let osd_process_kill just kill, rest is on osd users, watchdog only in this c... Miodrag Milanovic2016-11-114-8/+0
* Small cleanup (nw) Miodrag Milanovic2016-11-1119-28/+33
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-1123-334/+44
* clipboard handling for uwp (nw) Miodrag Milanovic2016-11-111-3/+2
* abuse of auto is bad, mkay? (nw) Vas Crabb2016-11-121-5/+4
* pofo: IINT is an output, not an input. (nw) Curt Coder2016-11-115-25/+20
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-118-6/+14
* Fixed USE_DISPATCH_GL compile, seams no-one is actually using it since it is ... Miodrag Milanovic2016-11-111-2/+2
* MALLOC_DEBUG part is not able to compile on UWP (nw) Miodrag Milanovic2016-11-111-86/+2
* Cleanup (nw) Miodrag Milanovic2016-11-113-48/+6
* move asset files to proper place Miodrag Milanovic2016-11-118-36/+0
* Unbreak non-Windows builds yet again (nw) AJR2016-11-101-0/+3
* More UWP work - the UI actually renders (nw) Brad Hughes2016-11-105-33/+226
* UWP builds again but by no means working (nw) Brad Hughes2016-11-1012-324/+97
* put link to removed version (nw) Miodrag Milanovic2016-11-101-0/+4
* removed not used file (nw) Miodrag Milanovic2016-11-101-5319/+0
* Implemented G-NET bios flashing, games that require the v2 bios now require y... smf-2016-11-1011-338/+804
* removed another root_device/driver_device dependency (nw) smf-2016-11-101-2/+2
* Adding video and window code to UWP(nw) Miodrag Milanovic2016-11-104-0/+1577
* Some more work on UWP (nw) Miodrag Milanovic2016-11-1018-10/+1667
* general: Don't attach memory maps to driver_device [O. Galibert] Olivier Galibert2016-11-1015-32/+32
* addrmem: Obvious renames and helpers [O. Galibert] Olivier Galibert2016-11-103-58/+76
* addrmap: Dotify [O. Galibert] Olivier Galibert2016-11-103-122/+122
* addrmap: Stream it [O. Galibert] Olivier Galibert2016-11-103-87/+72
* octopus: add blink and underline attributes mahlemiut2016-11-101-21/+13
* Fix builds without OSD_UWP (nw) AJR2016-11-091-1/+1
* Merge pull request #1643 from ajrhacker/sdgndmps_dsw Miodrag Milanović2016-11-092-20/+17
|\
| * sdgndmps: Add DIP SW names and locations (verified from manual) AJR2016-11-072-20/+17
* | Merge pull request #1645 from rfka01/master Miodrag Milanović2016-11-091-1/+12
|\ \
| * | Added hardware info for the PG 675 rfka012016-11-071-1/+12
* | | Merge pull request #1646 from ajrhacker/amusco_i8155 Miodrag Milanović2016-11-092-76/+61
|\ \ \
| * | | amusco: Identify and hook up 8155 interface chips for LPT & RTC AJR2016-11-072-76/+61
* | | | Merge pull request #1649 from ajrhacker/i8279_a0 Miodrag Milanović2016-11-0911-42/+44
|\ \ \ \
| * | | | i8279: Unify read/write handlers for standard A0-to-A0 hookup (nw) AJR2016-11-0811-42/+44
* | | | | addrmap: Change setters into passthroughs [O. Galibert] Olivier Galibert2016-11-092-42/+57
* | | | | Add more UWP support (nw) Miodrag Milanovic2016-11-095-12/+50
* | | | | addrmap: Simplify constructor, thanks Micko [O. Galibert] Olivier Galibert2016-11-091-18/+1
* | | | | Make 3rdparty compile for UWP and start adding new OSD for UWP based on previ... Miodrag Milanovic2016-11-093-0/+209
* | | | | addrmap: De-hand-templatize address_map_entry, remove then unneeded entry par... Olivier Galibert2016-11-093-227/+62
* | | | | addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-0912-66/+74
* | | | | New 1945k III clone briantro2016-11-082-8/+40
* | | | | Nuke debug message (nw) angelosa2016-11-081-3/+2
* | | | | saturn.cpp: Added Rotation Parameter read control register, fixes at least Ri... angelosa2016-11-081-0/+30
* | | | | Make shaders compile dx9 and dx11 only on windows (nw) Miodrag Milanovic2016-11-082-3/+7
* | | | | move cedar devices out of drivers (nw) smf-2016-11-0812-135/+124
* | | | | hack to allow building with SOURCES=src/mame/drivers/cps2.cpp (nw) smf-2016-11-082-2/+9
|/ / / /
* | | | sun4: Simplified DMA implementation. [Ryan Holtz] therealmogminer@gmail.com2016-11-081-148/+97