summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-27129-2012/+1993
|
* fix error (nw) Miodrag Milanovic2016-01-271-1/+1
|
* Merge pull request #587 from ImJezze/pull Miodrag Milanović2016-01-2727-970/+893
|\ | | | | HLSL: NTSC and color convergence refactoring
| * Fixed missing const (nw) ImJezze2016-01-261-0/+1
| |
| * Cleanup (nw) ImJezze2016-01-262-19/+20
| |
| * NTSC Refactoring and Options ImJezze2016-01-2512-304/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - merged YIQ encode and decode pass into one NTSC pass - added options for most NTSC settings - reduced sample count to 64 - changed default O value to 0 - fit NTSC signal jitter between a reasonable limit of 0 and 1 - fit A and B value between a reasonable limit of -1 and 1 - fit scanline jitter between a reasonable limit of 0 and 1 - added hum bar simulation based on [MooglyGuy's] GLSL port of the mame shader pipeline - added monochrome-chessboard.png - added slot-mask-aligned.png (to simulate a TFT LCD)
| * Fixed YIQ passes ImJezze2016-01-094-79/+125
| | | | | | | | | | | | | | | | | | | | - fixed half texel offset - readded usage of A value in encode/decode pass - readded jitter of B value in encode/decode pass - readded usage of P value in encode pass - fixed not set O value uniform for decode pass - removed duplicate YIQ option definition - changed default of O value back to 1.0
| * Refactored color converge ImJezze2016-01-092-56/+69
| | | | | | | | | | | | | | | | - color converge is now independent from ratio - the radial converge now "translates" the most outer pixel as thay would be translated by the linar converge with the same amount - color converge is now limited to a maximum of 10 - added color converge pass to vector rendering
| * Refactoring (nw) ImJezze2016-01-034-120/+105
| | | | | | | | - restructured bloom level size and weight uniforms
| * Refactoring ImJezze2015-12-319-180/+131
| | | | | | | | | | | | | | | | | | | | | | | | - replaced shader parameters OrientationSwapXY xor RotationSwapXY by SwapXY - made shader parameters SourceDims, SourceRect, TargetDims, ScreenDims, QuadDims and SwapXY available for all shaders - color convolution, defocus and phosphor pass will now be skipped if all influencing parameters are 0 - removed unused bloom_texture and bloom_target arrays from cache_target class - fixed half texel offset in prescale.fx
| * Cleanup (nw) ImJezze2015-12-3117-226/+136
| | | | | | | | - removed unused pincushion.fx
* | Merge pull request #588 from ajrhacker/vindshield Miodrag Milanović2016-01-271-0/+2
|\ \ | | | | | | viper.cpp: unused function issues (nw)
| * | viper.cpp: unused function issues (nw) AJR2016-01-271-0/+2
|/ /
* | segac2.cpp: Minor doc update based of picture of actual PCB - NW briantro2016-01-261-1/+2
| |
* | fidel6502: improved SC12 emulation hap2016-01-273-50/+219
| |
* | make m68make actually build code that can be compiled now. (still needs to ↵ David Haywood2016-01-263-116/+119
| | | | | | | | | | | | be built / called manually) check in files generated with latest version of m68kmake..
* | prom (nw) David Haywood2016-01-261-3/+3
| |
* | this thing really is garbage (nw) David Haywood2016-01-261-1/+3
| |
* | Merge branch 'master' of https://github.com/mamedev/mame David Haywood2016-01-262-4/+14
|\ \
| * | MT 06097 Robbbert2016-01-261-3/+9
| | |
| * | Fix for SteamLink build to compile error free (nw) Miodrag Milanovic2016-01-261-1/+5
| | |
* | | Neo-Geo updates [JacKc]: David Haywood2016-01-262-104/+124
|/ / | | | | | | | | * Updated game PCBS info * Documentation update for various sets
* | fix debug compile (nw) David Haywood2016-01-262-11/+18
| |
* | Merge pull request #585 from JoakimLarsson/didact_r9 David Haywood2016-01-261-4/+2
|\ \ | | | | | | Fixed keyboard lag issue due to faulty clock setup
| * | Fixed keyboard lag issue due to faulty clock setup Joakim Larsson Edstrom2016-01-261-4/+2
| | |
* | | wcombatk etc: hopefully fixed crash at start (nw) Robbbert2016-01-261-0/+6
| | |
* | | gclub2o, gclub2ob: fixed gfx regression (nw) Robbbert2016-01-261-1/+1
| | |
* | | (nw) David Haywood2016-01-254-5/+18
| | |
* | | regression fix (nw) David Haywood2016-01-251-1/+1
| | |
* | | Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic] Miodrag Milanovic2016-01-253-3/+70
| | |
* | | apply: 27c27 David Haywood2016-01-251-11/+16
| | | | | | | | | | | | | | | | | | (MESS) CPUID.ASM (Bob Smith 1985) suggests that in situations where m_no_interrupt is 1, (directly after POP SS / MOV_SREG), single step IRQs don't fire. [Karl-Ludwig Deisenhofer]
* | | apply 'add true diagonals to intv disc support.' [HobbesAtPlay] David Haywood2016-01-251-75/+89
| | | | | | | | | | | | (although not knowing much about the intv I'm a bit confused by this patch, it looks almost like it's adding fake controller support, which doesn't seem desirable?)
* | | Legionnaire (Japan) [system11] David Haywood2016-01-252-1/+52
| | |
* | | regression fix (nw) David Haywood2016-01-251-5/+16
| | |
* | | fix m107 sprite drawing (firebarr etc.) regression (nw) David Haywood2016-01-251-41/+64
| | |
* | | fix sfrush regression (nw) David Haywood2016-01-251-5/+11
| | |
* | | Fixed bug debugging drivers with es5510 core, possibly some others that do ↵ Miodrag Milanovic2016-01-251-1/+2
| | | | | | | | | | | | not have AS_PROGRAM at all (nw)
* | | st_mp200: hopefully fix reported crash in debug build Robbbert2016-01-251-6/+2
| | |
* | | compile fix (nw) Miodrag Milanovic2016-01-251-6/+6
|/ /
* | Merge pull request #581 from ajrhacker/validity Miodrag Milanović2016-01-253-12/+11
|\ \ | | | | | | Some more validity checking improvements [AJR]
| * | Some more validity checking improvements: AJR2016-01-243-12/+11
| | | | | | | | | | | | | | | | | | - The -validate command now accepts an optional string, validating only matching drivers. This has proven useful for debugging. The default is to validate all drivers as usual. - Devices' names are tracked when validating their auto-finders.
* | | Merge pull request #580 from ajrhacker/inputname Miodrag Milanović2016-01-253-4/+6
|\ \ \ | | | | | | | | Have sound_stream::input_name return the std::string it constructs [AJR]
| * | | Have sound_stream::input_name return the std::string it constructs AJR2016-01-243-4/+6
| |/ /
* | | Merge pull request #583 from felipesanches/marywu_improvements Miodrag Milanović2016-01-252-6/+332
|\ \ \ | | | | | | | | Marywu improvements
| * | | [marywu] experimenting with the port bits. These port bits still need to be ↵ Felipe Corrêa da Silva Sanches2016-01-251-1/+13
| | | | | | | | | | | | | | | | mapped out.
| * | | [marywu] Adding LEDs to the layout and mapping them to the IO ports of the 2 ↵ Felipe Corrêa da Silva Sanches2016-01-252-19/+108
| | | | | | | | | | | | | | | | AY8910-3 sound chips
| * | | [marywu] more improvements including handling of inputs (dipswitches, push ↵ Felipe Corrêa da Silva Sanches2016-01-241-3/+75
| | | | | | | | | | | | | | | | buttons and external keyboard matrix)
| * | | [marywu] improving the video layout Felipe Corrêa da Silva Sanches2016-01-241-34/+76
| | | |
| * | | [marywu] trying to figure out the AY memory map addresses Felipe Corrêa da Silva Sanches2016-01-241-5/+8
| | | |
| * | | [marywu] multiplex 7seg modules Felipe Corrêa da Silva Sanches2016-01-241-3/+11
| | | |