| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -1708/+0 | |
| | | |||||
| * | at: let's do it like this instead (nw) | 2015-09-29 | 1 | -2/+2 | |
| | | |||||
| * | ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ | 2015-09-24 | 1 | -11/+82 | |
| | | | | | require some cache funkiness. | ||||
| * | at, at_keybc: hook up Display Switch | 2015-08-30 | 1 | -45/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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) | 2015-05-13 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Uppercase hash cleanup (nw) | 2014-12-24 | 1 | -12/+12 | |
| | | |||||
| * | ec1842: skeleton | 2014-11-10 | 1 | -0/+17 | |
| | | |||||
| * | (MESS) PC, AT: Hook up missing softlists to various drivers [Justin Kerk] | 2014-10-19 | 1 | -18/+31 | |
| | | |||||
| * | Cleanups and version bump | 2014-07-22 | 1 | -2/+2 | |
| | | |||||
| * | Examined/adjusted mess.lst for orphaned sets and invalid entries. Adjusted ↵ | 2014-06-17 | 1 | -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 ↵ | 2014-05-13 | 1 | -2/+57 | |
| | | | | | Hardy, Barry Rodewald] | ||||
| * | megapc: added hacks to get the keyboard working, to be removed when the ↵ | 2014-05-10 | 1 | -2/+16 | |
| | | | | | keyboard controller code is dumped. (no whatsnew) | ||||
| * | Created WD7600 chipset device. | 2014-05-09 | 1 | -29/+114 | |
| | | | | | | megapc: Made into a separate driver class, hooked up WD7600. [Barry Rodewald] | ||||
| * | megapc: correct CPU type to 386SX (no whatsnew) | 2014-05-05 | 1 | -5/+18 | |
| | | |||||
| * | am9517a_device: converted to devcb2 (nw) | 2014-04-29 | 1 | -2/+31 | |
| | | |||||
| * | pic8259: remove trampolines (nw) | 2014-04-23 | 1 | -16/+16 | |
| | | |||||
| * | Did remaining, those that left are in CPU devices, and one case that need ↵ | 2014-04-23 | 1 | -1/+3 | |
| | | | | | confirmation after but thing is it's overwriting one from i186 core (nw) | ||||
| * | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -1/+15 | |
| | | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
| * | pc_kbdc_device: converted to devcb2 (nw) | 2014-04-16 | 1 | -7/+3 | |
| | | |||||
| * | (mess) at: simplify, simplify (nw) | 2014-04-15 | 1 | -180/+24 | |
| | | |||||
| * | isa8_device and isa16_device: converted to devcb2 (nw) | 2014-04-15 | 1 | -36/+180 | |
| | | |||||
| * | at_keybc.c: converted to devcb2 (nw) | 2014-04-07 | 1 | -11/+6 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -5/+5 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -3/+0 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | Converted PIT8253 to DEVCB2 [smf] | 2014-02-23 | 1 | -1/+6 | |
| | | |||||
| * | (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] | 2014-02-18 | 1 | -0/+5 | |
| | | |||||
| * | (MESS) i8530h31 now *almost* boots or at least make some beeps, instead of ↵ | 2014-01-27 | 1 | -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 ↵ | 2013-12-19 | 1 | -7/+6 | |
| | | | | | using it to machine config fragments [smf] | ||||
| * | (mess) clean up the refresh bit, it's always the same as the 5170 (nw) | 2013-11-09 | 1 | -3/+0 | |
| | | |||||
| * | Moved pc_keyboard into emu/bus (nw) | 2013-11-06 | 1 | -1/+1 | |
| | | |||||
| * | Minimal fix for MT05348 (nw) | 2013-11-02 | 1 | -2/+2 | |
| | | |||||
| * | Fixed the MC146818 modernisation so that local/utc & whether a century is ↵ | 2013-11-01 | 1 | -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) | 2013-10-04 | 1 | -1/+3 | |
| | | |||||
| * | (mess) at: find a compromise between the at486 and 5170. | 2013-09-12 | 1 | -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 ↵ | 2013-08-24 | 1 | -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 ↵ | 2013-08-24 | 1 | -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] | 2013-07-25 | 1 | -0/+68 | |
| | | | | | -- Probably stalled until the kbc supports mice. | ||||
| * | i286: modernize [Carl] | 2013-07-25 | 1 | -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, ↵ | 2013-06-30 | 1 | -1/+1 | |
| | | | | | John Elliott] | ||||
| * | Moved PC 10 III bios to proper place (nw) | 2013-06-25 | 1 | -6/+0 | |
| | | |||||
| * | (MESS) New skeleton: Commodore PC 10 III [Kaylee] | 2013-06-25 | 1 | -0/+6 | |
| | | |||||
| * | i286: repurpose unneeded static config as a20 line callback (nw) | 2013-06-15 | 1 | -9/+17 | |
| | | | | | pc9801: experiment on 9801ux (nw) pc: use irq delay from pcjr for pcjx (nw) | ||||
| * | PC driver cleanup: | 2013-06-13 | 1 | -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] | 2013-06-03 | 1 | -8/+8 | |
| | | |||||
| * | Moved default card config, device inputs and clock off the slot interface so ↵ | 2013-05-29 | 1 | -59/+66 | |
| | | | | | they can be specified for all cards [smf] | ||||
| * | pic8259.c: Switched to devcb2. (nw) | 2013-05-15 | 1 | -2/+2 | |
| | | |||||
| * | pic8259.c: Continue modernization. (nw) | 2013-05-14 | 1 | -13/+13 | |
| | | |||||
| * | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -1/+1 | |
| | | | | | now to follow (nw) | ||||
