summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/at.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1708/+0
|
* at: let's do it like this instead (nw) cracyc2015-09-291-2/+2
|
* ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ mahlemiut2015-09-241-11/+82
| | | | require some cache funkiness.
* at, at_keybc: hook up Display Switch Sergey Svishchev2015-08-301-45/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-53/+53
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Uppercase hash cleanup (nw) Scott Stone2014-12-241-12/+12
|
* ec1842: skeleton Sergey Svishchev2014-11-101-0/+17
|
* (MESS) PC, AT: Hook up missing softlists to various drivers [Justin Kerk] Justin Kerk2014-10-191-18/+31
|
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
|
* Examined/adjusted mess.lst for orphaned sets and invalid entries. Adjusted ↵ Scott Stone2014-06-171-0/+1
| | | | spacing to better view commented setnames and added commented entries in mess.lst to match missing roms as well as already existing macros in drivers. (nw)
* megapc: added alternate MegaPC Plus set which uses a WINBUS chipset [Chris ↵ mahlemiut2014-05-131-2/+57
| | | | Hardy, Barry Rodewald]
* megapc: added hacks to get the keyboard working, to be removed when the ↵ mahlemiut2014-05-101-2/+16
| | | | keyboard controller code is dumped. (no whatsnew)
* Created WD7600 chipset device. mahlemiut2014-05-091-29/+114
| | | | | megapc: Made into a separate driver class, hooked up WD7600. [Barry Rodewald]
* megapc: correct CPU type to 386SX (no whatsnew) mahlemiut2014-05-051-5/+18
|
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-2/+31
|
* pic8259: remove trampolines (nw) cracyc2014-04-231-16/+16
|
* Did remaining, those that left are in CPU devices, and one case that need ↵ Miodrag Milanovic2014-04-231-1/+3
| | | | confirmation after but thing is it's overwriting one from i186 core (nw)
* Replaced set_irq_acknowledge_callback with proper ↵ Miodrag Milanovic2014-04-231-1/+15
| | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw)
* pc_kbdc_device: converted to devcb2 (nw) Ivan Vangelista2014-04-161-7/+3
|
* (mess) at: simplify, simplify (nw) cracyc2014-04-151-180/+24
|
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-36/+180
|
* at_keybc.c: converted to devcb2 (nw) Ivan Vangelista2014-04-071-11/+6
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+0
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-1/+6
|
* (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] Curt Coder2014-02-181-0/+5
|
* (MESS) i8530h31 now *almost* boots or at least make some beeps, instead of ↵ Scott Stone2014-01-271-5/+19
| | | | halting because of unmapped I/O accesses, or halting because of a bad checksum because the ROM was loaded improperly. [alegend45]
* Removed support for static config from slots and converted the two devices ↵ smf-2013-12-191-7/+6
| | | | using it to machine config fragments [smf]
* (mess) clean up the refresh bit, it's always the same as the 5170 (nw) cracyc2013-11-091-3/+0
|
* Moved pc_keyboard into emu/bus (nw) Miodrag Milanovic2013-11-061-1/+1
|
* Minimal fix for MT05348 (nw) Ivan Vangelista2013-11-021-2/+2
|
* Fixed the MC146818 modernisation so that local/utc & whether a century is ↵ smf-2013-11-011-1/+3
| | | | stored in nvram can be specified in a sane way. Removed the century updating as this chip doesn't do that, but each driver can specify where the century should be stored. Fixed off by one errors in the date/time updating. Added support for different external clock speeds and dividers, the clock speeds have been set based on guesswork that the code would set the chip to update at 1hz but this isn't necessarily true. Most flags have been implemented, so that timer updating can be disabled & irq generation should be correct. [smf]
* (MESS) Put the proper PC DOSes in place. (nw) Curt Coder2013-10-041-1/+3
|
* (mess) at: find a compromise between the at486 and 5170. cracyc2013-09-121-2/+2
| | | | --- at486 floppies work again and 5170 bios 1 still boots, at586 still fails it's floppy tests
* Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in ↵ smf-2013-08-241-13/+3
| | | | southbridge_device with two BUS_MASTER_IDE_CONTROLLERs. [smf]
* MCFG_DEVICE_CARD_DEVICE_INPUT_DEFAULTS are per slot, they need to be applied ↵ smf-2013-08-241-2/+2
| | | | to the slot the device will be inserted into. Fixes ide cd being mapped as the primary ide controller (nw)
* (mess) at: preliminary PS/1 support [Carl] cracyc2013-07-251-0/+68
| | | | -- Probably stalled until the kbc supports mice.
* i286: modernize [Carl] cracyc2013-07-251-11/+28
| | | | (mess) at: use natural keyboard for at clones and 386+ and fix 5160 bios 1 (nw) (mess) pc9801: more 9801ux experiments (nw)
* (MESS) ibm5170: Emulated the IBM Model F PC/AT 84-key keyboard. [Curt Coder, ↵ Curt Coder2013-06-301-1/+1
| | | | John Elliott]
* Moved PC 10 III bios to proper place (nw) Miodrag Milanovic2013-06-251-6/+0
|
* (MESS) New skeleton: Commodore PC 10 III [Kaylee] Miodrag Milanovic2013-06-251-0/+6
|
* i286: repurpose unneeded static config as a20 line callback (nw) cracyc2013-06-151-9/+17
| | | | pc9801: experiment on 9801ux (nw) pc: use irq delay from pcjr for pcjx (nw)
* PC driver cleanup: Dirk Best2013-06-131-118/+1
| | | | | | | - Much improved CS4031 emulation, added DMA, interrupt controller, timer, RTC directly to the device as sub devices and added the generic functions needed for AT compatibility - Moved the ct486 driver to its own file, to avoid all the legacy stuff in at.c - Added support for the IOCHCK signal to the ISA bus, this is used instead of directly issuing an NMI to the main CPU - Moved ISA device slot definitions to its own file to avoid copy & pasting the same list to different drivers - Updated MC146818 RTC for devcb2
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-8/+8
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-59/+66
| | | | they can be specified for all cards [smf]
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-2/+2
|
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-13/+13
|
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-1/+1
| | | | now to follow (nw)