summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tvc.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-876/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* (MESS) softlist: added new lists for mc1000 tapes and tvc etabeta782014-12-021-0/+1
* (MESS) softlist: Added new lists for Mikro-80, Tesla PMD-85 and Videoton TVC ... etabeta782014-11-121-0/+1
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-6/+6
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-1/+1
* more generic slots + some cleanups & some tagmap reductions. nw. Fabio Priuli2014-09-201-264/+375
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-37/+25
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* tvcexp_slot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-10/+16
* (MESS) tvc: devcb2. (nw) Curt Coder2014-03-191-6/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+4
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* fixed fixed crash at startup (nw) smf-2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-10/+4
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* Specify license for src/mess/drivers/tvc.c Sandro Ronco2013-10-271-1/+1
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* cleanup (nw) Miodrag Milanovic2013-04-191-2/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-159/+158
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+784