summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vt100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-4/+3
* (MESS) vtvideo: updated to use inline configs. nw. Fabio Priuli2014-04-081-6/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (MESS) vtvideo: devcb2. (nw) Curt Coder2014-03-191-4/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* (MESS) vt100: Fixed screen regression. (nw) Curt Coder2014-03-111-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-4/+5
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+4
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-14/+6
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-8/+8
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-4/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-2/+2
* com8116: devcb2. (nw) Curt Coder2013-06-101-10/+1
* (MESS) modernized VT100/Rainbow video device. [Fabio Priuli] Fabio Priuli2013-06-031-6/+5
* 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) vk100/vt100: Added RS-232 port and COM5016T baud rate generator. [Curt... Curt Coder2013-05-201-16/+45
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-3/+3
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-1/+2
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-5/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* (MESS) Enabled vt102 driver, made vt131 a clone of vt102 as both use the same... Jonathan Gevaryahu2012-12-201-4/+4
* (MESS) vt102/vt131: redumped 23-226e4 rom verified as good [pjustice] Jonathan Gevaryahu2012-12-181-2/+2
* (MESS) vt131/vt102: preliminary redump of 23-226e4 ROM based on rearranged qu... Jonathan Gevaryahu2012-12-181-14/+36
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* remove no-longer-necessary comment. No whatsnew. Jonathan Gevaryahu2012-12-111-12/+12
* (MESS) VT100: Verified that the checksum of the typed-from-manual 23-018e2 ch... Jonathan Gevaryahu2012-12-111-12/+12
* (MESS) VT100: added redumps of some of the vt102/vt131 roms [pjustice] Jonathan Gevaryahu2012-12-101-37/+53
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-8/+8
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+802