summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (mess) pc: slow down (nw) cracyc2014-04-021-1/+1
* (mess) pc: cga cyrillic cracyc2014-03-311-7/+3
* (mess) pc: supersport expects a 5150 style ppi (nw) cracyc2014-03-291-1/+1
* (mess) pc: further separation and cleanup (nw) cracyc2014-03-291-1064/+120
* (mess) pc: split tandy 1000 and pcjr from pc.c (nw) cracyc2014-03-271-814/+0
* aga is isa device now, aga/cga cleanup (nw) Miodrag Milanovic2014-03-261-44/+30
* no more pc_cga (nw) Miodrag Milanovic2014-03-261-127/+72
* (MESS) Fixed regressions. (nw) Curt Coder2014-03-191-1/+1
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-9/+22
* Checkpoint 2: Alex W. Jackson2014-03-151-11/+11
* (MESS) Fixed regressions. (nw) Curt Coder2014-03-111-1/+1
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-0/+11
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-12/+92
* (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] Curt Coder2014-02-181-2/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-13/+13
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-118/+117
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-21/+0
* (mess) pc: missed two (nw) cracyc2014-02-111-2/+2
* (mess) pc: remove excess serial and parallel ports and set lpt irq to write t... cracyc2014-02-101-231/+15
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-41/+106
* (MESS) asst128 : added some uarts so it doesn't crash at start (nw) Robbbert2013-12-261-0/+18
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-6/+6
* (mess) mega Soviet clone patch [shattered] cracyc2013-12-221-481/+17
* small clean up of serial devices (nw) smf-2013-12-201-1/+1
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-40/+281
* pc_t1t.c: small update (nw) Ivan Vangelista2013-12-021-0/+7
* Converted video/pc_t1t to a device. (nw) Ivan Vangelista2013-11-301-13/+29
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-1/+1
* Moved pc_keyboard into emu/bus (nw) Miodrag Milanovic2013-11-061-1/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* (MESS) ec1841 updates: [shattered] R. Belmont2013-09-291-5/+33
* (mess) pc: mc1502 fdc reset fix [shattered] cracyc2013-09-251-1/+7
* (mess) mc1502: cassette output, printer WIP, serial WIP, minor keyboard fix [... cracyc2013-09-231-9/+14
* A pair more cleanups for commented out code. (nw) Ivan Vangelista2013-09-091-2/+2
* Modernized pc_lpt device. (nw) Ivan Vangelista2013-09-081-19/+19
* Various updates regarding commented out code, forgotten during past device mo... Ivan Vangelista2013-09-071-4/+4
* fixed ec1841 assertion (nw) Oliver Stöneberg2013-07-191-1/+1
* moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) Oliver Stöneberg2013-07-161-0/+2
* pc.c: Reapply lost changes Dirk Best2013-06-251-11/+23
* (MESS) pc10iii: fixed gfxdecode Robbbert2013-06-251-24/+35
* pc.c: Add missing ROM location for PC10-III char rom Dirk Best2013-06-251-1/+1
* pc.c: Update Commodore ROM file names and add some missing info Dirk Best2013-06-251-11/+23
* Moved PC 10 III bios to proper place (nw) Miodrag Milanovic2013-06-251-1/+4
* i286: repurpose unneeded static config as a20 line callback (nw) cracyc2013-06-151-10/+0
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
* (MESS) pc.c: Added t1000sl2. Hooked up the Tandy 1000 character rom to the ot... Wilbert Pol2013-06-031-52/+127
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-12/+12
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-77/+77