summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/m20.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-16/+4
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+2
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-8/+5
* some more cleanup (nw) Miodrag Milanovic2014-03-241-39/+38
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-7/+1
* m20: fix keyboard hack to sync bitstream better (nw) R. Belmont2014-03-131-6/+11
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+3
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-22/+8
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-28/+11
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-1/+5
* 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-11/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-8/+1
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-5/+5
* (MESS) Z800x and M20 improvements to boot CP/M-8000 [Christian Groessler] R. Belmont2013-04-181-5/+6
* 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
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-3/+4
* (MESS) softlists: Added software lists to MZ800, Osborne 1 and Sorcerer [LoganB] Fabio Priuli2013-01-201-0/+2
* 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-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-72/+72
* Z800x: Fixed some bugs in non-segmented mode [Christian Grössler] R. Belmont2012-12-281-157/+487
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* Z8001: Implement separate program/data address spaces [Christian Grössler] R. Belmont2012-12-101-4/+123
* (MESS) Removed unnecessary includes. (nw) Curt Coder2012-12-091-15/+0
* wd_fdc: fm support, need to review all timings [O. Galibert] Olivier Galibert2012-12-011-49/+44
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2
* (MESS) Olivetti M20: improved keyboard and floppy handling [Christian Grössler] R. Belmont2012-11-231-16/+26
* Make Olivetti M20 to have white instead of red ... Angelo Salese2012-11-221-1/+2
* z800x: Fixed some incorrect opcodes and address register math in segment mode... R. Belmont2012-11-221-2/+2
* (MESS) M20: Improve video rendering [Christian Grössler] R. Belmont2012-11-031-3/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-11/+13
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+594