summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
Commit message (Collapse)AuthorAgeFilesLines
* new drivers for "Control ID x628" fingerprint-reader and for the NT7534 LCD ↵ Felipe Corrêa da Silva Sanches2017-08-231-0/+12
| | | | | | | | | controller (#2583) * initial skelethon: ControlID X628 fingerprint reader * first draft of an implementation of the NT7534 device (LCD controller) * fix emulation of ControlID x628 + NT7534 LCD controller * cidx628: fix LCD color palette on Control ID x628 driver * Adding a header with details of the hardware. This is the first MAME driver with an LCD controlled by a NT7534 chip, so I wrote an initial implementation of that new device.
* sda5708: NEW DEVICE Siemens SDA5708 8 character 7x5 dot matrix LED display (nw) Joakim Larsson Edstrom2017-07-171-0/+11
|
* basic VT03 support David Haywood2017-05-231-0/+2
|
* hp_ipc: de-skeletonize. Sergey Svishchev2017-03-161-0/+12
|
* added hlcd0538 device (nw) hap2017-03-101-0/+12
|
* More complete Galaxy Games emulation: [Luca Elia] Luca Elia2017-02-051-0/+12
| | | | | | | | | | | | | | | - Created devices for the galaxy games carts (EEPROM + Flash + PIC) and the slot(s) - Removed code patches and emulated the PIC communication and bank switching - Converted the blitter to a device (cesblit.cpp) - moved the Galaxy Games from tmaster.cpp to their own driver (galgames.cpp) Provided the PIC code for all four StarPak cartridges [Keith M. Kolmos] New working machines -------------------- Galaxy Games StarPak 3 [Keith M. Kolmos, Rod_Wod, Sean Sutton, Soren Skou Nielsen, Russell Howard, Francis Ramirez, Tourniquet, BrianT, coolmod, Smitdogg, The Dumping Union, Luca Elia]
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-0/+13
|
* Added stub Rainbow device (nw) angelosa2017-01-261-0/+12
|
* added hlcd0515 skeleton device (nw) hap2017-01-211-0/+12
|
* Create an ef9369 device and use it for guab Dirk Best2016-11-301-0/+12
|
* pcipc: sandbox for emulating a modern-ish pc (nw) Olivier Galibert2016-09-121-0/+12
|
* gba: make video subsystem into a device Giuseppe Gorgoglione2016-08-151-0/+12
| | | | | Additional info taken from http://problemkaputt.de/gbatek.htm by Martin Korth
* atlantis: Update address mapping and add zeus2 video device (nw) Ted Green2016-06-191-0/+12
| | | | | | dcs: Update 2181 SYSCONTROL bits (nw) adsp2100: Add more info for invalid register accesses (nw) zeus2: New video device based on midzeus2 driver (nw)
* h63484 ==> hd63484 (nw) Sandro Ronco2016-05-131-12/+12
|
* remove legacy hd63484. (nw) Sandro Ronco2016-05-131-12/+0
|
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-2/+2
|
* move gb sound and gb lcd in order to make snes compile, since used by bus ↵ Miodrag Milanovic2016-05-011-0/+12
| | | | device (nw)
* saturn and stv split (nw) Miodrag Milanovic2016-05-011-0/+2
|
* Move a few odds and ends out of the emu core AJR2016-04-231-0/+2
|
* move vector to video devices (nw) Miodrag Milanovic2016-04-231-0/+2
|
* mode devices to proper library (nw) Miodrag Milanovic2016-04-231-0/+4
|
* 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