| Commit message (Expand) | Author | Age | Files | Lines |
* | (mess) pc: split tandy 1000 and pcjr from pc.c (nw) |  cracyc | 2014-03-27 | 1 | -448/+0 |
* | no more pc_cga (nw) |  Miodrag Milanovic | 2014-03-26 | 1 | -13/+0 |
* | small pc cleanup (nw) |  Miodrag Milanovic | 2014-03-24 | 1 | -42/+22 |
* | upd765: Refactored to use devcb2 callbacks. [Curt Coder] |  Curt Coder | 2014-03-17 | 1 | -10/+1 |
* | Converted PIT8253 to DEVCB2 [smf] |  smf- | 2014-02-23 | 1 | -65/+12 |
* | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... |  smf- | 2014-02-15 | 1 | -13/+13 |
* | replaced more machine().firstcpu with m_maincpu [smf] |  smf- | 2014-01-23 | 1 | -6/+6 |
* | (mess) mega Soviet clone patch [shattered] |  cracyc | 2013-12-22 | 1 | -390/+0 |
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... |  smf- | 2013-12-22 | 1 | -2/+1 |
* | converted serial & rs232 devices to devcb2 [smf] |  smf- | 2013-12-20 | 1 | -32/+0 |
* | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -4/+4 |
* | (MESS) ec1841 updates: [shattered] |  R. Belmont | 2013-09-29 | 1 | -9/+41 |
* | (mess) pc: mc1502 fdc reset fix [shattered] |  cracyc | 2013-09-25 | 1 | -4/+4 |
* | (mess) mc1502: cassette output, printer WIP, serial WIP, minor keyboard fix [... |  cracyc | 2013-09-23 | 1 | -16/+46 |
* | (mess) fix mc1502 (nw) |  cracyc | 2013-09-19 | 1 | -1/+2 |
* | (MESS) ibmpcjr: Fixed loading of imagic cartridge dumps. (nw) |  Wilbert Pol | 2013-08-08 | 1 | -2/+17 |
* | (MESS) ibmpcjr: Added support for both 128 and 512 byte dumper headers. (nw) |  Wilbert Pol | 2013-08-07 | 1 | -7/+23 |
* | i86: modernize 80[1]86 [Carl, Wilbert Pol] |  cracyc | 2013-07-02 | 1 | -2/+2 |
* | i286: repurpose unneeded static config as a20 line callback (nw) |  cracyc | 2013-06-15 | 1 | -1/+2 |
* | modernized speaker device. [Fabio Priuli] |  Fabio Priuli | 2013-06-04 | 1 | -4/+4 |
* | (MESS) pc.c: Added t1000sl2. Hooked up the Tandy 1000 character rom to the ot... |  Wilbert Pol | 2013-06-03 | 1 | -6/+0 |
* | Modernized the PIT8253 device. [Fabio Priuli] |  Fabio Priuli | 2013-06-03 | 1 | -20/+11 |
* | Cleanups and version bumpmame0148u5 |  Miodrag Milanovic | 2013-05-20 | 1 | -1/+1 |
* | pic8259.c: Switched to devcb2. (nw) |  Wilbert Pol | 2013-05-15 | 1 | -22/+0 |
* | pic8259.c: Continue modernization. (nw) |  Wilbert Pol | 2013-05-14 | 1 | -20/+20 |
* | (mess) slotify pc joystick [Carl] |  cracyc | 2013-05-10 | 1 | -0/+7 |
* | -pc: remove unused ibm5150_ppi8255_interface [shattered] |  Miodrag Milanovic | 2013-05-10 | 1 | -4/+3 |
* | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 1 | -3/+3 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -3/+3 |
* | more cleanup (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -1/+0 |
* | removed some duplicated and not used code for pc keyboard and moved stuff nee... |  Miodrag Milanovic | 2013-04-19 | 1 | -10/+89 |
* | 8042kbdc is now device (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -9/+9 |
* | some mostly pc related cleanup (nw) |  Miodrag Milanovic | 2013-04-18 | 1 | -78/+26 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -40/+35 |
* | (MESS) cassette cleanup (nw) |  Miodrag Milanovic | 2013-04-17 | 1 | -3/+3 |
* | small cleanup (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -4/+1 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -35/+35 |
* | speaker tag lookup removal, also no need to use universal tag, since easier n... |  Miodrag Milanovic | 2013-04-12 | 1 | -9/+4 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -1/+1 |
* | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) |  Wilbert Pol | 2013-02-05 | 1 | -1/+1 |
* | (MESS) Used modern accessors for i8259. (nw) |  Curt Coder | 2013-02-02 | 1 | -3/+3 |
* | IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... |  Miodrag Milanovic | 2013-01-31 | 1 | -6/+5 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -73/+70 |
* | [mess] pc.c:convert mc1502 to use wd_fdc (nw) |  cracyc | 2012-12-31 | 1 | -14/+28 |
* | [mess] pc.c: make the tandys and other pc compatibles use the am9517a |  cracyc | 2012-12-30 | 1 | -24/+47 |
* | i86.c: Fix shift timing |  cracyc | 2012-12-29 | 1 | -17/+57 |
* | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 1 | -3/+3 |
* | (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) |  Curt Coder | 2012-12-09 | 1 | -3/+0 |
* | upd765.c: changes to busy flag, r/w sector increment and reset int [Carl] |  cracyc | 2012-12-03 | 1 | -3/+43 |
* | (mess) upd765: Modernize [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -36/+14 |