summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/trs80m2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-8/+4
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-3/+3
* (MESS) Cleaned up devcb2. (nw) Curt Coder2014-03-191-3/+6
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-24/+14
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-1/+1
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-1/+6
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-0/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-20/+39
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+5
* (MESS) trs80m2: Cleanup. (nw) Curt Coder2013-12-201-3/+0
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) Cleanup. (nw) Curt Coder2013-08-081-12/+9
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+2
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* (MESS) devcb2. (nw) Curt Coder2013-06-091-7/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-8/+8
* (MESS) Cleanup. (nw) Curt Coder2013-05-281-2/+2
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-4/+4
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-8/+1
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-4/+13
* (MESS) trs80m2: Cleanup. (nw) Curt Coder2013-03-251-2/+2
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-3/+3
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-5/+3
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-5/+2
* (MESS) trs80m2: Use ASCII keyboard. (nw) Curt Coder2013-01-241-194/+16
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* I ran cleanup.cmd on the latest tree when testing srcclean changes and it fou... smf-2013-01-111-1/+1
* (MESS) Floppy fixes WIP. (nw) Curt Coder2013-01-111-6/+13
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-102/+102
* MSVC compilation fixes (nw) Nathan Woods2012-12-091-1/+1
* (MESS) Cleanup. (nw) Curt Coder2012-12-071-1/+1
* (MESS) trs80m2: Floppy modernization. (nw) Curt Coder2012-12-051-63/+60
* (MESS) trs80m2: Fixed reverse video. [Curt Coder] Curt Coder2012-10-021-20/+16
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-17/+13
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1174