summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2037-78/+78
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* Revert "fix save_memory in psx (nw)" Miodrag Milanovic2016-01-201-1/+1
* nokia_3310.cpp: started implementing the driver based on available informatio... Sandro Ronco2016-01-192-0/+298
* fix save_memory in psx (nw) Miodrag Milanovic2016-01-171-1/+1
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1637-78/+78
* tags are now strings (nw) Miodrag Milanovic2016-01-16130-665/+661
* removed memory tracking (nw) Miodrag Milanovic2016-01-082-2/+2
* devices/video/mc6847.h: fixed MT06124 (nw) Ivan Vangelista2016-01-071-2/+2
* upd7220: correct lr in graphics mode (nw) cracyc2016-01-021-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-303-85/+84
* 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