summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 64x64 and 128x128 resolutions added. Jean-François DEL NERO2015-12-292-81/+242
* Memory read back function added. Jean-François DEL NERO2015-12-292-4/+54
* Last manual merging fix. (bad bus address width and clock_freq not initialized.) Jean-François DEL NERO2015-12-281-1/+1
* Merge https://github.com/mamedev/mame Jean-François DEL NERO2015-12-28115-758/+769
|\
| * Major EF9365 driver update : All display functions emulated [jfdelnero] David Haywood2015-12-282-249/+825
| * cleanup (nw) Miodrag Milanovic2015-12-2612-24/+21
| * cleanup (nw) Miodrag Milanovic2015-12-268-10/+10
| * cleanups (nw) Miodrag Milanovic2015-12-253-6/+0
| * Merge pull request #521 from jfdelnero/master Miodrag Milanović2015-12-252-2/+51
| |\
| * | some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
| * | auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-1917-42/+42
| * | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-1718-114/+114
| * | macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-127-41/+41
| * | Merge pull request #488 from jfdelnero/master Miodrag Milanović2015-12-062-11/+47
| |\ \
| * | | override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-1/+1
| * | | cleanup Miodrag Milanovic2015-12-061-1/+1
| * | | override part 3 (nw) Miodrag Milanovic2015-12-0557-206/+206
| * | | override part 1 (nw) Miodrag Milanovic2015-12-058-113/+113
| * | | cleanuo Miodrag Milanovic2015-12-053-8/+1
| * | | removed usage of deprecated register keyword in our code (nw) Miodrag Milanovic2015-12-041-3/+3
| * | | clang-modernize part 6 Miodrag Milanovic2015-12-046-34/+34
| * | | clang-modernize part 3 Miodrag Milanovic2015-12-0445-158/+158
| * | | Merge pull request #484 from jfdelnero/master Miodrag Milanović2015-12-022-28/+84
| |\ \ \
| * \ \ \ Merge pull request #478 from jfdelnero/master Miodrag Milanović2015-11-302-0/+561
| |\ \ \ \
| * | | | | apricot: use hd6845, cleanup mc6845 Dirk Best2015-11-291-4/+0
| * | | | | mc6845: add AMS40489 CRTC mahlemiut2015-11-272-0/+31
* | | | | | Interrupt line & events supported. Jean-François DEL NERO2015-12-272-1/+90
* | | | | | 512x512, 512x256 (EF9366),256x256 resolutions supported. Jean-François DEL NERO2015-12-272-264/+337
* | | | | | All hardware vector drawing commands are now working. Jean-François DEL NERO2015-12-262-98/+513
| |_|_|_|/ |/| | | |
* | | | | EF9365 : Commands busy timings update, Vector drawing (WIP). Jean-François DEL NERO2015-12-202-2/+51
| |_|_|/ |/| | |
* | | | block drawing support added. Jean-François DEL NERO2015-12-062-11/+47
| |_|/ |/| |
* | | Clear screen, Screen scanning command added. Jean-François DEL NERO2015-12-012-28/+84
| |/ |/|
* | EF9365 video controller skeleton added. Jean-François DEL NERO2015-11-292-0/+561
|/
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-256-22/+22
* Fixed uninitialized class members Miodrag Milanovic2015-11-1914-23/+45
* mc6845: fixed hd6845 rasters in interlace mode Nigel Barnes2015-11-143-10/+19
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-5/+5
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-096-62/+58
* fix compile (nw) Miodrag Milanovic2015-11-081-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0877-0/+0
* - Fix some instances of PVS-Studio warning V501, "There are identical sub- therealmogminer@gmail.com2015-11-062-5/+2
* mc6845: Display Start Address is write-only on MC6845, and read-write on HD6... mahlemiut2015-11-051-2/+2
* - Fix all instances of PVS-Studio warning V578, "An odd bitwise operation therealmogminer@gmail.com2015-11-041-1/+1
* More appeasement of the standards gods (nw) Vas Crabb2015-11-021-5/+5
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-015-127/+127
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-20/+20
* mc6845: screen reconfig callback (nw) cracyc2015-10-262-0/+15
* Merge pull request #413 from Pernod70/master Miodrag Milanović2015-10-242-120/+269
|\
| * saa5050: graphics generator and character rounding Nigel Barnes2015-10-212-120/+269