| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups and version bumpmame0170 | 2016-01-27 | 129 | -2012/+1993 | |
| * | fix error (nw) | 2016-01-27 | 1 | -1/+1 | |
| * | Merge pull request #587 from ImJezze/pull | 2016-01-27 | 27 | -970/+893 | |
| |\ | |||||
| | * | Fixed missing const (nw) | 2016-01-26 | 1 | -0/+1 | |
| | * | Cleanup (nw) | 2016-01-26 | 2 | -19/+20 | |
| | * | NTSC Refactoring and Options | 2016-01-25 | 12 | -304/+320 | |
| | * | Fixed YIQ passes | 2016-01-09 | 4 | -79/+125 | |
| | * | Refactored color converge | 2016-01-09 | 2 | -56/+69 | |
| | * | Refactoring (nw) | 2016-01-03 | 4 | -120/+105 | |
| | * | Refactoring | 2015-12-31 | 9 | -180/+131 | |
| | * | Cleanup (nw) | 2015-12-31 | 17 | -226/+136 | |
| * | | Merge pull request #588 from ajrhacker/vindshield | 2016-01-27 | 1 | -0/+2 | |
| |\ \ | |||||
| | * | | viper.cpp: unused function issues (nw) | 2016-01-27 | 1 | -0/+2 | |
| |/ / | |||||
| * | | segac2.cpp: Minor doc update based of picture of actual PCB - NW | 2016-01-26 | 1 | -1/+2 | |
| * | | fidel6502: improved SC12 emulation | 2016-01-27 | 3 | -50/+219 | |
| * | | make m68make actually build code that can be compiled now. (still needs to b... | 2016-01-26 | 3 | -116/+119 | |
| * | | prom (nw) | 2016-01-26 | 1 | -3/+3 | |
| * | | this thing really is garbage (nw) | 2016-01-26 | 1 | -1/+3 | |
| * | | Merge branch 'master' of https://github.com/mamedev/mame | 2016-01-26 | 2 | -4/+14 | |
| |\ \ | |||||
| | * | | MT 06097 | 2016-01-26 | 1 | -3/+9 | |
| | * | | Fix for SteamLink build to compile error free (nw) | 2016-01-26 | 1 | -1/+5 | |
| * | | | Neo-Geo updates [JacKc]: | 2016-01-26 | 2 | -104/+124 | |
| |/ / | |||||
| * | | fix debug compile (nw) | 2016-01-26 | 2 | -11/+18 | |
| * | | Merge pull request #585 from JoakimLarsson/didact_r9 | 2016-01-26 | 1 | -4/+2 | |
| |\ \ | |||||
| | * | | Fixed keyboard lag issue due to faulty clock setup | 2016-01-26 | 1 | -4/+2 | |
| * | | | wcombatk etc: hopefully fixed crash at start (nw) | 2016-01-26 | 1 | -0/+6 | |
| * | | | gclub2o, gclub2ob: fixed gfx regression (nw) | 2016-01-26 | 1 | -1/+1 | |
| * | | | (nw) | 2016-01-25 | 4 | -5/+18 | |
| * | | | regression fix (nw) | 2016-01-25 | 1 | -1/+1 | |
| * | | | Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic] | 2016-01-25 | 3 | -3/+70 | |
| * | | | apply: 27c27 | 2016-01-25 | 1 | -11/+16 | |
| * | | | apply 'add true diagonals to intv disc support.' [HobbesAtPlay] | 2016-01-25 | 1 | -75/+89 | |
| * | | | Legionnaire (Japan) [system11] | 2016-01-25 | 2 | -1/+52 | |
| * | | | regression fix (nw) | 2016-01-25 | 1 | -5/+16 | |
| * | | | fix m107 sprite drawing (firebarr etc.) regression (nw) | 2016-01-25 | 1 | -41/+64 | |
| * | | | fix sfrush regression (nw) | 2016-01-25 | 1 | -5/+11 | |
| * | | | Fixed bug debugging drivers with es5510 core, possibly some others that do no... | 2016-01-25 | 1 | -1/+2 | |
| * | | | st_mp200: hopefully fix reported crash in debug build | 2016-01-25 | 1 | -6/+2 | |
| * | | | compile fix (nw) | 2016-01-25 | 1 | -6/+6 | |
| |/ / | |||||
| * | | Merge pull request #581 from ajrhacker/validity | 2016-01-25 | 3 | -12/+11 | |
| |\ \ | |||||
| | * | | Some more validity checking improvements: | 2016-01-24 | 3 | -12/+11 | |
| * | | | Merge pull request #580 from ajrhacker/inputname | 2016-01-25 | 3 | -4/+6 | |
| |\ \ \ | |||||
| | * | | | Have sound_stream::input_name return the std::string it constructs | 2016-01-24 | 3 | -4/+6 | |
| | |/ / | |||||
| * | | | Merge pull request #583 from felipesanches/marywu_improvements | 2016-01-25 | 2 | -6/+332 | |
| |\ \ \ | |||||
| | * | | | [marywu] experimenting with the port bits. These port bits still need to be m... | 2016-01-25 | 1 | -1/+13 | |
| | * | | | [marywu] Adding LEDs to the layout and mapping them to the IO ports of the 2 ... | 2016-01-25 | 2 | -19/+108 | |
| | * | | | [marywu] more improvements including handling of inputs (dipswitches, push bu... | 2016-01-24 | 1 | -3/+75 | |
| | * | | | [marywu] improving the video layout | 2016-01-24 | 1 | -34/+76 | |
| | * | | | [marywu] trying to figure out the AY memory map addresses | 2016-01-24 | 1 | -5/+8 | |
| | * | | | [marywu] multiplex 7seg modules | 2016-01-24 | 1 | -3/+11 | |
