summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Collapse)AuthorAgeFilesLines
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2037-78/+78
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
| | | | This reverts commit e8512cb57bfcfc69d5abab5f2e993f139f306536.
* Revert "fix save_memory in psx (nw)" Miodrag Milanovic2016-01-201-1/+1
| | | | This reverts commit 5365c003e2109b8809af0a52987d92ce43afe348.
* nokia_3310.cpp: started implementing the driver based on available ↵ Sandro Ronco2016-01-192-0/+298
| | | | information. Also added dumps for various models. [Sandro Ronco]
* 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
| | | | fix start project for custom builds in Visual Studio (nw)
* 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
| | | | Some typo corrections, and comments added.
* 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
|\ | | | | | | | | # Conflicts: # src/devices/video/ef9365.cpp
| * 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
| |\ | | | | | | Squale Floppy drives working, EF9365 emulation improvement. [jfdelnero]
| * | 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
| | | | | | | | | | | | | | | | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear
| * | 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
| |\ \ | | | | | | | | Squale keyboard added, Squale FDC added (WIP), EF9365 emulation improved.
| * | | 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
| |\ \ \ | | | | | | | | | | EF9365 driver improved. Squale palette and charset corrected. [Jean-Francois DEL NERO]
| * \ \ \ Merge pull request #478 from jfdelnero/master Miodrag Milanović2015-11-302-0/+561
| |\ \ \ \ | | | | | | | | | | | | EF9365 video controller skeleton added and connected to Squale [Jean-Francois DEL NERO]
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New user settings : Number of bitplans, Display resolution/mode. Busy time dynamically generated for vectors and characters drawing. Various fixes. Code clean-up.
* | | | | | All hardware vector drawing commands are now working. Jean-François DEL NERO2015-12-262-98/+513
| |_|_|_|/ |/| | | | | | | | | | | | | | All characters type drawing supported (Horizontal, Vertical, Titled, Zoomed...)
* | | | | 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
| |/ |/| | | | | Palette support added.
* | 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
| | | | | - bbc now uses correct hd6845 - saa5050 outputs all 20 scanlines
* 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
|