summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/at.h
Commit message (Collapse)AuthorAgeFilesLines
* at: let's do it like this instead (nw) cracyc2015-09-291-1/+2
|
* ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ mahlemiut2015-09-241-0/+3
| | | | require some cache funkiness.
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-051-4/+4
|
* megapc: added alternate MegaPC Plus set which uses a WINBUS chipset [Chris ↵ mahlemiut2014-05-131-0/+1
| | | | Hardy, Barry Rodewald]
* megapc: added hacks to get the keyboard working, to be removed when the ↵ mahlemiut2014-05-101-0/+4
| | | | keyboard controller code is dumped. (no whatsnew)
* Created WD7600 chipset device. mahlemiut2014-05-091-0/+25
| | | | | megapc: Made into a separate driver class, hooked up WD7600. [Barry Rodewald]
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-6/+0
|
* pic8259: remove trampolines (nw) cracyc2014-04-231-1/+0
|
* not needed include (nw) Miodrag Milanovic2014-03-161-1/+0
|
* Shuffle PCI and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-4/+4
| | | cirrus is not moved since it's not made as proper pci device
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-2/+2
|
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-3/+1
|
* (MESS) i8530h31 now *almost* boots or at least make some beeps, instead of ↵ Scott Stone2014-01-271-0/+1
| | | | halting because of unmapped I/O accesses, or halting because of a bad checksum because the ROM was loaded improperly. [alegend45]
* (mess) clean up the refresh bit, it's always the same as the 5170 (nw) cracyc2013-11-091-18/+0
|
* Moved pc_keyboard into emu/bus (nw) Miodrag Milanovic2013-11-061-2/+1
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-3/+3
|
* Minimal fix for MT05348 (nw) Ivan Vangelista2013-11-021-2/+10
|
* (mess) at: find a compromise between the at486 and 5170. cracyc2013-09-121-0/+10
| | | | --- at486 floppies work again and 5170 bios 1 still boots, at586 still fails it's floppy tests
* (mess) at: preliminary PS/1 support [Carl] cracyc2013-07-251-0/+5
| | | | -- Probably stalled until the kbc supports mice.
* i286: modernize [Carl] cracyc2013-07-251-1/+2
| | | | (mess) at: use natural keyboard for at clones and 386+ and fix 5160 bios 1 (nw) (mess) pc9801: more 9801ux experiments (nw)
* i286: repurpose unneeded static config as a20 line callback (nw) cracyc2013-06-151-0/+1
| | | | pc9801: experiment on 9801ux (nw) pc: use irq delay from pcjr for pcjx (nw)
* PC driver cleanup: Dirk Best2013-06-131-32/+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-1/+1
|
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-2/+0
|
* some mostly pc related cleanup (nw) Miodrag Milanovic2013-04-181-1/+0
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-0/+1
| | | | other modernization (nw)
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-1/+1
| | | | now to follow (nw)
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
|
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ↵ Miodrag Milanovic2013-01-311-0/+1
| | | | (no whatsnew)
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-6/+6
| | | | recommended. (nw)
* (MESS) add innovation ssi-2001 sid-on-isa device cracyc2012-10-201-0/+1
|
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0
|
* ATI Stereo F/X ISA card support [Carl] Miodrag Milanovic2012-09-171-0/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-3/+4
| | | | changed to be members of state classes (no whatsnew)
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-121-0/+1
| | | | (MESS) svga_s3/gfxultra: Added vector line drawing and short stroke vectors.
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-081-0/+3
|
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-041-0/+1
| | | | Added IBM VGA card [Carl]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+195