summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vk100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-23/+12
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-3/+5
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-15/+8
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-8/+9
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+1
* specify licenses Jonathan Gevaryahu2013-10-231-3/+5
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-2/+2
* com8116: devcb2. (nw) Curt Coder2013-06-101-10/+1
* i8251: Improved interface. (nw) Curt Coder2013-05-301-14/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+1
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-26/+46
* (MESS) vk100/vt100: Added RS-232 port and COM5016T baud rate generator. [Curt... Curt Coder2013-05-201-19/+47
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-2/+2
* (MESS) vk100.c (DEC GIGI/VK100): Hooked up the direction prom to the vector g... Jonathan Gevaryahu2013-03-061-70/+92
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-17/+17
* Doing things in a neater way based on O. Galibert's suggestions: one tagmap p... Jonathan Gevaryahu2013-01-311-50/+9
* (MESS) vk100 tagmap removal: better solution. static variables are a bad idea... Jonathan Gevaryahu2013-01-311-6/+20
* declared the ioport_port* col_array[16] as static, prevents the thing from be... Jonathan Gevaryahu2013-01-311-1/+1
* (MESS) VK100: tag cleanup Jonathan Gevaryahu2013-01-301-10/+47
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-204/+204
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-5/+5
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-17/+17
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-33/+33
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-30/+28
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* (MESS) VK100: simplification of the code by emulating the register file as an... Jonathan Gevaryahu2012-09-071-41/+14
* (MESS) VK100: Correctly hooked up vsync interrupt to crtc instead of video su... Jonathan Gevaryahu2012-09-061-43/+68
* (MESS) VK100 IO mirroring, also a lot of prom tracing and comment updates [Lo... Jonathan Gevaryahu2012-08-291-72/+128
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1140