summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Forgot a few (nw) AJR2016-06-191-10/+10
* Use unshifted addrmask (not bytemask) in check_optimize_foo (nw) AJR2016-06-191-17/+17
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-192-13/+17
* simple_list to vector in screen (nw) Miodrag Milanovic2016-06-192-21/+14
* simple_list to vector in sound (nw) Miodrag Milanovic2016-06-193-37/+37
* Modernized the cassette animation Nathan Woods2016-06-181-1/+1
* Prevent NaN errors by initializing variable in ui::text_layout (nw) AJR2016-06-181-0/+5
* Merge pull request #965 from ajrhacker/debugspace R. Belmont2016-06-181-2/+6
|\
| * Suppress 'no matching space' debugger error when disassembling CPUs without d... AJR2016-06-181-2/+6
* | Merge pull request #967 from npwoods/miscellaneous_text_fixes_and_cleanups Dankan18902016-06-181-1/+1
|\ \
| * | Added rgb_t::transparent constant Nathan Woods2016-06-181-1/+1
* | | I need a vacation (nw) Olivier Galibert2016-06-181-1/+1
* | | Fix stupid typo Olivier Galibert2016-06-181-1/+1
|/ /
* | removed simple_list from emumem (nw) Miodrag Milanovic2016-06-182-120/+99
* | cleanup (nw) Miodrag Milanovic2016-06-182-4/+0
* | remove all usages of tagmap Miodrag Milanovic2016-06-184-7/+12
* | tagged_list to unordered_map in emumem (nw) Miodrag Milanovic2016-06-184-65/+90
* | tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-183-15/+15
* | ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-184-52/+53
* | proper exception handling (nw) Miodrag Milanovic2016-06-181-2/+2
* | tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-184-12/+11
* | no need for custom allocators (nw) Miodrag Milanovic2016-06-182-78/+2
|/
* Merge pull request #962 from ajrhacker/addrvalid hap2016-06-171-0/+22
|\
| * Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-0/+22
* | Merge pull request #955 from belegdol/master R. Belmont2016-06-171-1/+1
|\ \ | |/ |/|
| * Made the way jpeglib.h is included more pretty Julian Sikorski2016-06-151-1/+1
* | emumem: Handlers on different subunits of the same address with different add... Olivier Galibert2016-06-171-18/+26
* | Merge pull request #956 from Dagarman/master Olivier Galibert2016-06-171-1/+1
|\ \
| * | Add files via upload Dagarman2016-06-161-1/+1
* | | simple_list to std::vector (nw) Miodrag Milanovic2016-06-172-34/+30
* | | small debugger cleanup (nw) Miodrag Milanovic2016-06-174-24/+3
* | | ... and analog noise being generated like ass (nw) Angelo Salese2016-06-171-0/+1
* | | Improved doxygen-style comments for some defs in screen.h, thumbs down for th... Angelo Salese2016-06-171-51/+106
* | | Fixed debugger regression (nw) Miodrag Milanovic2016-06-171-0/+1
* | | Some misc updates, nw angelosa2016-06-161-1/+1
* | | gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-1/+1
* | | nullptr to nullptr doesn't deserve a warning (nw) Vas Crabb2016-06-161-2/+2
* | | Fix GCC6 warnings Vas Crabb2016-06-162-34/+26
| |/ |/|
* | Added command strobe callback interface for LDV1000, and hooked it up to esh.... angelosa2016-06-151-2/+0
* | romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s... angelosa2016-06-152-1/+11
* | Memory fun [O.Galibert] Olivier Galibert2016-06-144-147/+319
* | driver.cpp: removed the old soundlatch methods. (nw) Ivan Vangelista2016-06-122-111/+0
* | Moved things a bit around to better decouple fulivi2016-06-092-3/+1
* | remove #include addition due to smf's better fix therealmogminer@gmail.com2016-06-081-2/+0
* | Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-084-4/+17
* | Fix -nodebug crash (nw) therealmogminer@gmail.com2016-06-082-9/+11
* | Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-0817-1895/+1836
* | Procedural texture for vectors in HLSL ImJezze2016-06-053-4/+1
* | Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2016-06-052-3/+5
* | TODO note, nw angelosa2016-06-051-0/+13