summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vtvideo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtvideo.cpp: Minor technical note (nw) AJR2018-03-131-0/+1
* vt100: Restore bottom lines of screen AJR2018-03-091-2/+1
* vt100_kbd: Rewrite as UART-based serial device AJR2018-03-091-0/+18
* vtvideo: Assert vertical blanking interrupt through device callback (nw) AJR2018-02-101-4/+15
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Checkpoint... (nw) Olivier Galibert2018-01-031-1/+1
* vt100: Fix crash (nw) AJR2018-01-011-8/+11
* Add ER1400 serial EAROM device AJR2017-12-311-0/+3
* vtvideo: Make this a line callback (nw) AJR2017-12-311-1/+1
* vtvideo: Derive the clock for the timer (nw) AJR2017-12-311-1/+1
* vtvideo: Accurate reconfiguration parameters; interlace mode for VT100 (nw) AJR2017-12-301-61/+58
* vt100: Configure video clock (nw) AJR2017-12-301-1/+1
* updated second half of mame/video devices to use device_add_mconfig insted of... Ivan Vangelista2017-05-241-20/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-1/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-13/+8
* Cleanups and version bump Miodrag Milanovic2016-07-271-14/+14
* Fix case 0x0b Bavarese2016-07-081-0/+1
* Update vtvideo.cpp Bavarese2016-07-041-6/+6
* Update vtvideo.cpp Bavarese2016-07-031-31/+20
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+3
* Update vtvideo.cpp Bavarese2016-06-181-53/+22
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-7/+4
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* reverting: Miodrag Milanovic2016-01-201-3/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+956