summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added crt-geom and crt-geom-deluxe shaders for bgfx. Jeremy Green2016-07-0312-0/+734
* More work (nw) angelosa2016-07-032-77/+61
* Some raw commands (re-)implemented (nw) angelosa2016-07-033-127/+195
* Re-added scrolling angelosa2016-07-032-34/+40
* Added sprites, fixed MT #06246 angelosa2016-07-031-8/+146
* Added tilemaps, (nw) angelosa2016-07-031-8/+121
* Splitted Seibu Cup Soccer bootlegs into own driver (nw) angelosa2016-07-0311-340/+589
* Revert a test with denji, update flags. (nw) angelosa2016-07-033-12/+12
* Moved around allocation pointers to own function, and register video pointers... angelosa2016-07-032-26/+28
* Poly88: fixed timing issue when loading a snapshot. Added notes. Robbbert2016-07-031-1/+19
* Fixed issue whereby the determination that one cannot create files in an arch... Nathan Woods2016-07-032-10/+2
* bus/spc1000/fdd.cpp: fixed segfault (nw) Ivan Vangelista2016-07-031-1/+1
* a few more (nw) Ivan Vangelista2016-07-033-0/+3
* Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but mult... Ivan Vangelista2016-07-031-0/+1
* override without virtual looks uncomfortable (nw) Vas Crabb2016-07-031-1/+1
* Filesel cleanup [Nathan Woods] Vas Crabb2016-07-034-119/+136
|\
| * Changed menu_file_selector to use std::string for its filename buffer Nathan Woods2016-07-022-15/+13
| * Converted menu_file_create to use std::string for its filename buffer Nathan Woods2016-07-024-20/+39
| * Changed some TRUE/FALSE ==> true/false Nathan Woods2016-07-021-3/+3
| * C++-ification of src/lib/util/unicode.[cpp|h] Nathan Woods2016-07-022-81/+81
| * Including the path separator when switching directories in the file selection UI Nathan Woods2016-07-021-1/+1
* | pluginopt: fix separator (nw) cracyc2016-07-021-1/+7
* | luaengine: add logical address space accessors, use by default in translated ... cracyc2016-07-022-15/+149
|/
* segaorun.cpp: Use correct sub-CPU roms for the Japanese set. - NW briantro2016-07-021-7/+6
* itech32.cpp: Correct rom names in the Pairs sets - NW briantro2016-07-021-28/+28
* opwolf.cpp: fix all the gameplay problems by improving the c-chip protection ... Vas Crabb2016-07-023-268/+672
* video/ef9365.cpp: moved the charset rom inside of the device, fixes missing r... Ivan Vangelista2016-07-023-4/+17
* bus/centronics/comxpl80.cpp: fixed missing required object (nw) Ivan Vangelista2016-07-021-1/+1
* LX810, AP2000: Fixed memory problem. Still has an eeprom issue. Robbbert2016-07-021-1/+1
* LX800: Fixed memory problem Robbbert2016-07-021-1/+1
* Use std::map for mapping XML tag name to layout component creation function -... Vas Crabb2016-07-022-84/+109
* Don't raise stuff to public unnecessarily (nw) Vas Crabb2016-07-021-2/+2
* Fixed MT06263 dankan18902016-07-026-18/+12
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-019-91/+101
* Merge pull request #1025 from ajrhacker/dgnbeta_dasm_override Vas Crabb2016-07-021-0/+1
|\
| * dgnbeta_dasm_override should be actually hooked up (nw) AJR2016-07-011-0/+1
* | Merge pull request #1024 from ajrhacker/dvstate_fix Vas Crabb2016-07-021-0/+5
|\ \ | |/ |/|
| * Fix undefined symbols error in clang compile (nw) AJR2016-07-011-0/+5
* | Mark Tetris KR as working, see MT #02851 for details. (nw) angelosa2016-07-011-2/+2
* | And another one, which makes more sense like this (nw) angelosa2016-07-011-10/+19
* | Denjin Makai puts sprites above everything for mode 3, fixed (nw) angelosa2016-07-011-3/+3
|/
* Fixed priority issues in Legionnaire, Heated Barrel, Denjin Makai and Godzill... angelosa2016-07-014-51/+129
* more cleanup (nw) Miodrag Milanovic2016-07-017-56/+44
* forgot to add Z80 arbitrator PROM to the rainbow-190 set, also fixed a misnam... Lord-Nightmare2016-07-011-5/+7
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-018-119/+77
* mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) Ivan Vangelista2016-07-0114-75/+41
* Merge pull request #1022 from ajrhacker/vlm_map R. Belmont2016-07-0113-89/+131
|\
| * Fix VLM loading in jailbrek and clones (nw) AJR2016-07-012-7/+8
| * Convert VLM5030 to device_memory_interface; correct region lengths AJR2016-06-3013-88/+129
* | Merge pull request #1013 from ajrhacker/spi_map hap2016-07-011-21/+61
|\ \