| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (mess) pc: further separation and cleanup (nw) | 2014-03-29 | 1 | -940/+0 | |
| | | |||||
| * | (mess) pc: split tandy 1000 and pcjr from pc.c (nw) | 2014-03-27 | 1 | -448/+0 | |
| | | |||||
| * | no more pc_cga (nw) | 2014-03-26 | 1 | -13/+0 | |
| | | |||||
| * | small pc cleanup (nw) | 2014-03-24 | 1 | -42/+22 | |
| | | |||||
| * | upd765: Refactored to use devcb2 callbacks. [Curt Coder] | 2014-03-17 | 1 | -10/+1 | |
| | | |||||
| * | Converted PIT8253 to DEVCB2 [smf] | 2014-02-23 | 1 | -65/+12 | |
| | | |||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -13/+13 | |
| | | | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] | ||||
| * | replaced more machine().firstcpu with m_maincpu [smf] | 2014-01-23 | 1 | -6/+6 | |
| | | |||||
| * | (mess) mega Soviet clone patch [shattered] | 2013-12-22 | 1 | -390/+0 | |
| | | | | | | | | | | | - moves ec184*, iskr103* and mc1502 out of pc.c - moves CGA font upload support to a subclass - adds new drivers: poisk1, ec1847, pk88 - adds a skeleton of native iskr103* keyboard i8089: implement remaining instructions and support execution from "io" space. [Carl] (mess) isbc-215g: add intel isbc-215g hdd controller, read only for now [Carl] (mess) isbc: add hdd support to isbc2861 (nw) | ||||
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -2/+1 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 1 | -32/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0151 | 2013-11-05 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) ec1841 updates: [shattered] | 2013-09-29 | 1 | -9/+41 | |
| | | | | | | | | - Emulated the original keyboard - DIP switches added - Improved memory mapping | ||||
| * | (mess) pc: mc1502 fdc reset fix [shattered] | 2013-09-25 | 1 | -4/+4 | |
| | | |||||
| * | (mess) mc1502: cassette output, printer WIP, serial WIP, minor keyboard fix ↵ | 2013-09-23 | 1 | -16/+46 | |
| | | | | | [shattered] | ||||
| * | (mess) fix mc1502 (nw) | 2013-09-19 | 1 | -1/+2 | |
| | | |||||
| * | (MESS) ibmpcjr: Fixed loading of imagic cartridge dumps. (nw) | 2013-08-08 | 1 | -2/+17 | |
| | | |||||
| * | (MESS) ibmpcjr: Added support for both 128 and 512 byte dumper headers. (nw) | 2013-08-07 | 1 | -7/+23 | |
| | | |||||
| * | i86: modernize 80[1]86 [Carl, Wilbert Pol] | 2013-07-02 | 1 | -2/+2 | |
| | | | | | -- 80286 is a WIP | ||||
| * | i286: repurpose unneeded static config as a20 line callback (nw) | 2013-06-15 | 1 | -1/+2 | |
| | | | | | pc9801: experiment on 9801ux (nw) pc: use irq delay from pcjr for pcjx (nw) | ||||
| * | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) pc.c: Added t1000sl2. Hooked up the Tandy 1000 character rom to the ↵ | 2013-06-03 | 1 | -6/+0 | |
| | | | | | other Tandy 1000 drivers. Reimplemented Tandy 1000 ROM banking according to the schematics. [Cowering, Wilbert Pol] | ||||
| * | Modernized the PIT8253 device. [Fabio Priuli] | 2013-06-03 | 1 | -20/+11 | |
| | | |||||
| * | Cleanups and version bumpmame0148u5 | 2013-05-20 | 1 | -1/+1 | |
| | | |||||
| * | pic8259.c: Switched to devcb2. (nw) | 2013-05-15 | 1 | -22/+0 | |
| | | |||||
| * | pic8259.c: Continue modernization. (nw) | 2013-05-14 | 1 | -20/+20 | |
| | | |||||
| * | (mess) slotify pc joystick [Carl] | 2013-05-10 | 1 | -0/+7 | |
| | | | | | | (mess) asst128 toggles tc in the dor (nw) -- The asst128 still doesn't boot though it does run the boot sector now. It seems to skip every other cylinder. | ||||
| * | -pc: remove unused ibm5150_ppi8255_interface [shattered] | 2013-05-10 | 1 | -4/+3 | |
| | | | | | | | -mc1502: FDC xtal freq is 16 MHz -pc, ec1841: unbreak DBG_LOG macro -asst128: another PC XT clone -ec1841: add softlist, set 'v2' as default BIOS to avoid resets | ||||
| * | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -3/+3 | |
| | | |||||
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -3/+3 | |
| | | |||||
| * | more cleanup (nw) | 2013-04-19 | 1 | -1/+0 | |
| | | |||||
| * | removed some duplicated and not used code for pc keyboard and moved stuff ↵ | 2013-04-19 | 1 | -10/+89 | |
| | | | | | needed for xt keyboard on proper place (nw) | ||||
| * | 8042kbdc is now device (nw) | 2013-04-19 | 1 | -9/+9 | |
| | | |||||
| * | some mostly pc related cleanup (nw) | 2013-04-18 | 1 | -78/+26 | |
| | | |||||
| * | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -40/+35 | |
| | | | | | other modernization (nw) | ||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -3/+3 | |
| | | |||||
| * | small cleanup (nw) | 2013-04-14 | 1 | -4/+1 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -35/+35 | |
| | | |||||
| * | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -9/+4 | |
| | | | | | now to follow (nw) | ||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) Used modern accessors for i8259. (nw) | 2013-02-02 | 1 | -3/+3 | |
| | | |||||
| * | IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ↵ | 2013-01-31 | 1 | -6/+5 | |
| | | | | | (no whatsnew) | ||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -73/+70 | |
| | | |||||
| * | [mess] pc.c:convert mc1502 to use wd_fdc (nw) | 2012-12-31 | 1 | -14/+28 | |
| | | | | will boot but changing disks doesn't currently work | ||||
| * | [mess] pc.c: make the tandys and other pc compatibles use the am9517a | 2012-12-30 | 1 | -24/+47 | |
| | | | | They can read floppies and boot now. | ||||
| * | i86.c: Fix shift timing | 2012-12-29 | 1 | -17/+57 | |
| | | | | | | | [mess] pc.c: MT 05069 Fix MC1502 floppy interface [mess] pc.c: Work around pcjx bios bug and fix pcjr nmi (nw) [mess] pc.c: Support pcjx floppies [mess] pc_t1t.c: Add support for pcjx text mode and fix pcjr 4bpp mode | ||||
| * | Cleanups and version bumpmame0147u4 | 2012-12-17 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) | 2012-12-09 | 1 | -3/+0 | |
| | | |||||
| * | upd765.c: changes to busy flag, r/w sector increment and reset int [Carl] | 2012-12-03 | 1 | -3/+43 | |
| | | | | (MESS) move pcjr fdc stuff to pc.c as it is unique and restore kb timer (nw) | ||||
