summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
Commit message (Collapse)AuthorAgeFilesLines
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-2/+2
|
* Moved JANGOU_BLITTER into a device [Angelo Salese] angelosa2016-02-081-0/+12
|
* New video chip support : Thomson EF9364 / Sescosem SFF96364 Jean-François DEL NERO2016-01-231-0/+12
|
* nokia_3310.cpp: started implementing the driver based on available ↵ Sandro Ronco2016-01-191-0/+12
| | | | information. Also added dumps for various models. [Sandro Ronco]
* EF9365 video controller skeleton added. Jean-François DEL NERO2015-11-291-0/+12
|
* fix typo (nw) Miodrag Milanovic2015-11-081-1/+1
|
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-78/+78
|
* update build scripts and code change in order to fix compile (nw) Miodrag Milanovic2015-09-131-215/+215
|
* rc759: wip. initial version of the intel 82730 text coprocessor, and Dirk Best2015-06-271-0/+12
| | | | added more meat to the driver. currently dies testing the cassette.
* update metadata in lua files (nw) Miodrag Milanovic2015-06-201-65/+65
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-3/+3
|
* pc_vga: split Cirrus video devices to separate files. mahlemiut2015-04-251-0/+2
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+69
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-76/+76
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+725
make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files