| Commit message (Expand) | Author | Age | Files | Lines |
* | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -860/+0 |
* | change flags from GAME_ to MACHINE_ |  David Haywood | 2015-07-29 | 1 | -2/+2 |
* | changed to obvious loop |  hap | 2015-07-08 | 1 | -17/+6 |
* | m20: use 6845 to draw (nw) |  cracyc | 2015-07-05 | 1 | -25/+29 |
* | m20: 8086 apb [Carl, rfka01, Christian Groessler] |  cracyc | 2015-07-01 | 1 | -26/+24 |
* | m20: fix 2.0 bioses booting, requires image with nonempty first sector (nw) |  cracyc | 2015-06-29 | 1 | -0/+3 |
* | get rid of all the x |  Dirk Best | 2015-06-23 | 1 | -1/+1 |
* | remove unneeded disabled code (nw) |  cracyc | 2015-06-08 | 1 | -3/+0 |
* | build fix. (nw) |  Curt Coder | 2015-06-08 | 1 | -3/+3 |
* | m20: improve keyboard [Carl] |  cracyc | 2015-06-06 | 1 | -111/+13 |
* | Start adding owners to files in MESS and updated license for PeT (nw) |  Miodrag Milanovic | 2015-05-08 | 1 | -1/+1 |
* | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | mc6845: converted to devcb2, delegates and inline configs. nw. |  Fabio Priuli | 2014-05-01 | 1 | -16/+4 |
* | Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... |  Miodrag Milanovic | 2014-04-23 | 1 | -2/+1 |
* | converted i8255 to devcb2. nw. |  Fabio Priuli | 2014-04-17 | 1 | -11/+2 |
* | generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... |  Ivan Vangelista | 2014-04-09 | 1 | -6/+2 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -8/+5 |
* | some more cleanup (nw) |  Miodrag Milanovic | 2014-03-24 | 1 | -39/+38 |
* | wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] |  Curt Coder | 2014-03-16 | 1 | -7/+1 |
* | m20: fix keyboard hack to sync bitstream better (nw) |  R. Belmont | 2014-03-13 | 1 | -6/+11 |
* | Moved optional_device<screen_device> m_screen and optional_device<palette_dev... |  Miodrag Milanovic | 2014-03-05 | 1 | -1/+3 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -4/+3 |
* | Converted PIT8253 to DEVCB2 [smf] |  smf- | 2014-02-23 | 1 | -22/+8 |
* | Converted i8251 to DEVCB2 [smf] |  smf- | 2014-02-15 | 1 | -28/+11 |
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... |  smf- | 2014-02-15 | 1 | -1/+5 |
* | added screen visarea adjustment to mc6845 config interface |  Michaël Banaan Ananas | 2014-01-04 | 1 | -0/+1 |
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 1 | -11/+1 |
* | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -2/+1 |
* | modernized generic palette initializations (nw) |  Oliver Stöneberg | 2013-07-15 | 1 | -1/+1 |
* | Modernized the PIT8253 device. [Fabio Priuli] |  Fabio Priuli | 2013-06-03 | 1 | -2/+2 |
* | Moved default card config, device inputs and clock off the slot interface so ... |  smf- | 2013-05-29 | 1 | -2/+2 |
* | pic8259.c: Switched to devcb2. (nw) |  Wilbert Pol | 2013-05-15 | 1 | -8/+1 |
* | pic8259.c: Continue modernization. (nw) |  Wilbert Pol | 2013-05-14 | 1 | -5/+5 |
* | (MESS) Z800x and M20 improvements to boot CP/M-8000 [Christian Groessler] |  R. Belmont | 2013-04-18 | 1 | -5/+6 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -2/+2 |
* | unified formating of state class constructors, no functional change (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -1/+1 |
* | IRQ_CALLBACK modernization part 3 (no whatsnew) |  Miodrag Milanovic | 2013-01-31 | 1 | -3/+4 |
* | (MESS) softlists: Added software lists to MZ800, Osborne 1 and Sorcerer [LoganB] |  Fabio Priuli | 2013-01-20 | 1 | -0/+2 |
* | Added a preliminary boolean flag to MC6845 interface structure: "show border ... |  Angelo Salese | 2013-01-14 | 1 | -1/+3 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -3/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -72/+72 |
* | Z800x: Fixed some bugs in non-segmented mode [Christian Grössler] |  R. Belmont | 2012-12-28 | 1 | -157/+487 |
* | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 1 | -1/+1 |
* | Z8001: Implement separate program/data address spaces [Christian Grössler] |  R. Belmont | 2012-12-10 | 1 | -4/+123 |
* | (MESS) Removed unnecessary includes. (nw) |  Curt Coder | 2012-12-09 | 1 | -15/+0 |
* | wd_fdc: fm support, need to review all timings [O. Galibert] |  Olivier Galibert | 2012-12-01 | 1 | -49/+44 |
* | Replaced all device_t's with actual device classes. Regression test recommend... |  Curt Coder | 2012-11-26 | 1 | -2/+2 |
* | (MESS) Olivetti M20: improved keyboard and floppy handling [Christian Grössler] |  R. Belmont | 2012-11-23 | 1 | -16/+26 |