summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt100.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-881/+0
* vt100: Implement AVO attributes by merging with Rainbow video emulation AJR2020-01-031-3/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-46/+49
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-49/+46
* tv910.cpp: Simplify handlers (nw) AJR2019-02-181-1/+1
* vt100.cpp: Simplify read/write handlers (nw) AJR2019-02-181-23/+24
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros for drivers startin... Ivan Vangelista2019-02-151-17/+19
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-5/+5
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-7/+7
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-126/+126
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* er1400: Default clock in other drivers (nw) AJR2018-09-161-1/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* remove more MCFG_ (nw) Vas Crabb2018-07-071-55/+55
* devcb3 Vas Crabb2018-07-071-17/+13
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-5/+7
* com8116: Standardize nibble-packed write handlers; disable FX4 timer if not n... AJR2018-06-221-9/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-10/+10
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-13/+13
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-51/+51
* (nw) last bunch for tonight Robbbert2018-04-121-20/+23
* Add DEC 12-15336-00 RS232 loopback connector type (required for VT102 modem c... AJR2018-03-191-1/+3
* rs232: Add speed indicator to modem control (nw) AJR2018-03-191-1/+1
* vt100.cpp: Another note for later (nw) AJR2018-03-191-1/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+36
* vt100.cpp: Update notes; add imperfect graphics flag (nw) AJR2018-03-111-19/+33
* ins8250: Add hack to reset transmitter when baud rate is changed AJR2018-03-111-4/+15
* vt100.cpp: Add XMIT FLAG polling using new i8251 line read handler; correct v... AJR2018-03-111-2/+7
* vt100ac: Suspected printer USART may have RX interrupt after all (nw) AJR2018-03-101-1/+2
* vt100ac: Start configuring devices for VT1XX-AC STP board (nw) AJR2018-03-101-3/+56
* vt101: Remove printer port; identify absent "ASIC" (nw) AJR2018-03-101-8/+15
* vt100: Add modem read; correct 8250 addressing for VT102; remove handler name... AJR2018-03-101-15/+31
* vt102: Add printer port and UART (nw) AJR2018-03-101-1/+30
* vt100_kbd: Rewrite as UART-based serial device AJR2018-03-091-53/+48
* vt100.cpp - Redumped bad ROM from vt100ac [Al Kossow] Lord-Nightmare2018-02-181-9/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* vt100: Device type note (nw) AJR2018-02-121-1/+1
* com8116: Add several clock rate/divisor table variant types AJR2018-02-121-13/+17
* vtvideo: Assert vertical blanking interrupt through device callback (nw) AJR2018-02-101-13/+6
* vt102: Correct CPU clock (nw) AJR2018-02-101-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* vt100: Split out keyboard as separate device (nw) AJR2018-01-021-174/+12
* Add ER1400 serial EAROM device AJR2017-12-311-0/+17