summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/fidelz80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/fidelz80.h')
0 files changed, 0 insertions, 0 deletions
6d586fb2e0080832dffd0cdd8ae6bbaae67'>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]