Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -2/+2 | |
| | |||||
* | Moved JANGOU_BLITTER into a device [Angelo Salese] | 2016-02-08 | 1 | -0/+12 | |
| | |||||
* | New video chip support : Thomson EF9364 / Sescosem SFF96364 | 2016-01-23 | 1 | -0/+12 | |
| | |||||
* | nokia_3310.cpp: started implementing the driver based on available ↵ | 2016-01-19 | 1 | -0/+12 | |
| | | | | information. Also added dumps for various models. [Sandro Ronco] | ||||
* | EF9365 video controller skeleton added. | 2015-11-29 | 1 | -0/+12 | |
| | |||||
* | fix typo (nw) | 2015-11-08 | 1 | -1/+1 | |
| | |||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -78/+78 | |
| | |||||
* | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -215/+215 | |
| | |||||
* | rc759: wip. initial version of the intel 82730 text coprocessor, and | 2015-06-27 | 1 | -0/+12 | |
| | | | | added more meat to the driver. currently dies testing the cassette. | ||||
* | update metadata in lua files (nw) | 2015-06-20 | 1 | -65/+65 | |
| | |||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -3/+3 | |
| | |||||
* | pc_vga: split Cirrus video devices to separate files. | 2015-04-25 | 1 | -0/+2 | |
| | |||||
* | Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) | 2015-04-11 | 1 | -0/+69 | |
| | |||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -76/+76 | |
| | |||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -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 |