summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-145-47/+93
* TIM100: some work on fixing the display (nw) Robbbert2016-07-141-47/+118
* Merge pull request #1099 from npwoods/consolidate_create_option_guides Vas Crabb2016-07-1473-103/+2
|\
| * Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-1415-26/+6
| * Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-1373-89/+8
* | UI menu refactoring: [Vas Crabb] Vas Crabb2016-07-148-487/+323
* | pass through debugger access in read handlers (nw) Vas Crabb2016-07-142-4/+15
* | Merge pull request #1096 from shattered/_1465f6a Vas Crabb2016-07-143-4/+9
|\ \ | |/ |/|
| * null_modem: rtscts flow control + relevant fix to i8251 Sergey Svishchev2016-07-133-4/+9
* | mark working cracyc2016-07-131-23/+22
* | pce_tourvision.zml - Added a number of new dumps (15) to the softlist. [syst... Scott Stone2016-07-135-13/+24
* | Merge branch 'master' of https://github.com/mamedev/mame.git yz70s2016-07-1324-502/+1104
|\ \
| * | Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] Vas Crabb2016-07-148-348/+858
| * | windows #defines ERROR (nw) Vas Crabb2016-07-132-6/+6
| * | Attempt blind-faith fixing #6286 Angelo Salese2016-07-131-1/+1
| |/
| * fix item hilighting in debugger state view when scrolling [Vas Crabb] Vas Crabb2016-07-134-121/+131
| * Apollo changes: [Hans Ostermeyer] arbee2016-07-124-17/+38
| * bankdev: pass through the debugger flag from the incoming space argument [R. ... arbee2016-07-121-0/+8
| * vt240: ... yeah (nw) cracyc2016-07-121-2/+2
| * vt240: scroll WIP (nw) cracyc2016-07-121-5/+52
| * fix build on debian ppc64 with -maltivec (nw) Vas Crabb2016-07-121-0/+5
| * update GPR pointers on wrpsr (nw) [Ryan Holtz] Vas Crabb2016-07-121-0/+1
| * Merge pull request #1088 from ajrhacker/copsortdma Olivier Galibert2016-07-121-4/+4
| |\
| | * zeroteam: Improve sprite/sprite priorities AJR2016-07-121-4/+4
* | | chihiro.cpp: now jvs communication works, although there seems to be some lit... yz70s2016-07-131-5/+10
|/ /
* | chihiro.cpp: code to use jvs packets is done, jut needs to be tested (nw) yz70s2016-07-121-2/+65
* | Merge pull request #1087 from milliluk/cpu-6x09 Olivier Galibert2016-07-1212-560/+570
|\ \
| * | m6809: Improve debugging support for 6809/6309 cpus Erik G2016-07-1212-560/+570
* | | Merge pull request #1086 from milliluk/gime-scanline Olivier Galibert2016-07-121-3/+13
|\ \ \
| * | | coco3: GIME fix for scanlines in legacy graphic modes, add $FF9C scanline sup... Erik G2016-07-111-3/+13
| |/ /
* | | Merge pull request #1085 from milliluk/gime-palette Olivier Galibert2016-07-122-106/+65
|\ \ \
| * | | coco3: improve palettes and support alternate composite mode Erik G2016-07-112-106/+65
| |/ /
* | | rgbvmx: fix the last little endian issue Vas Crabb2016-07-121-0/+5
* | | rgbvmx: fix bilinear_filter and blend on ppc64le Vas Crabb2016-07-122-4/+36
* | | misc fixes (nw) Vas Crabb2016-07-124-19/+18
* | | Merge branch 'move_widgets_code' of https://github.com/npwoods/mame Vas Crabb2016-07-124-99/+175
|\ \ \
| * | | Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-114-23/+29
| * | | Added #include-s to widgets.h requested by Vas Nathan Woods2016-07-101-0/+5
| * | | Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-104-125/+190
* | | | vt240: provide default nvram (nw) cracyc2016-07-111-1/+12
* | | | Merge pull request #1081 from npwoods/core_file_changes Vas Crabb2016-07-125-32/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed issue that could cause core_filename_ends_with() to return true when ex... Nathan Woods2016-07-111-5/+6
| * | | Adding a check for reverse overflow when extensions is longer than filename Nathan Woods2016-07-111-2/+2
| * | | Adopting std::find() and std::find_if() in core_filename_extract_base() Nathan Woods2016-07-111-10/+8
| * | | Deeper C++-ification Nathan Woods2016-07-111-8/+12
| * | | Fixed stupid compilation error Nathan Woods2016-07-111-1/+1
| * | | Removed some c_str() calls that are no longer necessary Nathan Woods2016-07-112-3/+3
| * | | Now using core_filename_extract_base() in menu_file_create ctor Nathan Woods2016-07-101-4/+1
| * | | C++-ification of some corefile static functions Nathan Woods2016-07-102-10/+10
* | | | vt240: WIP (nw) cracyc2016-07-116-33/+104
| |_|/ |/| |