summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrc5074: Fixed serial register handling. (nw) Ted Green2017-05-132-15/+15
* vrc5074: Added save states. (nw) Ted Green2017-05-132-35/+7
* gt64xxx: Change sdram configuration options. (nw) Ted Green2017-05-132-14/+21
* vrc5074: Added new Nile 4 System Controller device Ted Green2017-05-132-0/+1197
* gt64xxx: Cap memory space mapping to physical memory bounds. (nw) Ted Green2017-05-091-0/+4
* seattle: Change physical memory configuration to fix crashes with wg3dh and b... Ted Green2017-05-072-6/+16
* pci-ide: Move default legacy address assignment from device_start to device_r... Ted Green2017-05-071-5/+8
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+3
* hp9845: fixed a system freeze when loading memory tester from tape fulivi2017-05-071-1/+6
* mcs48: Convert ports to devcb (nw) AJR2017-05-068-54/+52
* pci: Add save state support. (nw) Ted Green2017-05-058-90/+113
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-3/+1
* Merge pull request #2278 from JoakimLarsson/vectrex_via R. Belmont2017-05-041-7/+7
|\
| * via6522: fixed the flank timer value which improved but not completelly rever... Joakim Larsson Edstrom2017-05-041-7/+7
* | pci9050: More save state work. (nw) Ted Green2017-05-032-0/+11
* | Start adding save state support to atlantis driver. (nw) Ted Green2017-05-035-1/+45
|/
* Merge pull request #2269 from JoakimLarsson/scc_tx_cmd R. Belmont2017-05-022-12/+39
|\
| * z80scc: Reset Tx Interrupt Pending Command implemented Joakim Larsson Edstrom2017-05-022-12/+39
* | wd7600: Don't use 32-bit masks on a 16-bit space (fixes megapc, nw) AJR2017-05-011-18/+44
* | Add support for Seiko S-29X90 16-bit EEPROMs [Luca Elia] Luca Elia2017-05-012-13/+58
* | Merge pull request #2262 from JoakimLarsson/mac_adb Joakim Larsson Edström2017-04-282-129/+101
|\ \
| * | via6522: tuned shifter IRQ timing to be more cycle accurate Joakim Larsson Edstrom2017-04-282-8/+22
| * | via6522: Removed old code and cleaned up a bit Joakim Larsson Edstrom2017-04-282-119/+26
| * | via6522: refactored shifter supporting more fetures and fixed a few bugs Joakim Larsson Edstrom2017-04-271-59/+110
| |/
* | adc0808.cpp: Note (nw) AJR2017-04-261-0/+4
* | A few timer_set removals (nw) Ivan Vangelista2017-04-261-1/+1
* | k054321.cpp: added save state support. Also removed unneeded includes from th... Ivan Vangelista2017-04-261-0/+5
* | rand() corrections in src/devices/* (nw) hap2017-04-261-3/+3
* | i82439hx, i82439tx: Fix memory map (nw) AJR2017-04-254-46/+16
* | k054321: Implement as a device [O. Galibert, Phil Bennett] Olivier Galibert2017-04-252-0/+192
|/
* New NOT WORKING: AJR2017-04-222-1/+24
* Since we're close to release, revert for now (nw) arbee2017-04-201-2/+2
* Turn off global logging (nw) Scott Stone2017-04-201-2/+2
* Revert most of previous fix, instead change VIA6522 to work better. (nw) arbee2017-04-191-4/+4
* pci-usb.cpp: add placeholder for OHCI device (nw) yz70s2017-04-202-0/+36
* segas32.cpp: Input modernization, phase 1 AJR2017-04-171-2/+2
* segaxbd.cpp: Too many watchdog resets; schematics may be wrong (nw) AJR2017-04-161-0/+2
* Name lookup issues (nw) AJR2017-04-151-2/+2
* i8251: Improve logging; restrict external command_w and mode_w access to V53 ... AJR2017-04-152-6/+23
* mtouchxl: update default cmos (nw) cracyc2017-04-131-1/+1
* Inadvertent omission that was bound to fail (nw) AJR2017-04-121-1/+1
* segaybd.cpp, srallyc: Add OKI MSM6253 device AJR2017-04-122-0/+234
* ds1205: Add Dallas DS1205 Multikey [Carl] cracyc2017-04-122-0/+491
* cxd1095: Implement reset behavior (nw) AJR2017-04-112-1/+10
* segaxbd.cpp: Rewrite CXD1095 as a device and also add it to megatech.cpp AJR2017-04-102-0/+258
* New device interface for palettes AJR2017-04-061-1/+1
* Change pstring to use std::string as storage container. couriersud2017-03-302-5/+10
* When built with MSVC, clear() resets m_buffer size to 0 and m_buffer[0] throw... smf-2017-03-291-1/+1
* srcclean (nw) Vas Crabb2017-03-267-209/+209
* Fixed recently introduced order of operations issue, and changed to Vas' pref... Nathan Woods2017-03-261-14/+14