summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-08113-4826/+5595
* Moved some common PC code to machine/pcshare.c [Mariusz Wojcieszek] mariuszw12010-06-051-0/+3
* pcat_nit.c update [Mariusz Wojcieszek] mariuszw12010-06-053-4/+855
* Removed r5h01_config. Memory region now has to have same tag as r5h01 device.... Couriersud2010-06-032-24/+12
* X2212 now uses device template. Also changed all handlers to use devcb protot... Couriersud2010-06-032-49/+29
* Made k033906_set_reg a WRITE_LINE_DEVICE_HANDLER - no whatsnew Couriersud2010-06-032-3/+3
* Changed two write funcs into WRITE_LINE_DEVICE_HANDLERs. No whatsnew Couriersud2010-06-032-6/+6
* Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ... Couriersud2010-06-032-12/+20
* Convert 7474 handlers to (READ|WRITE)_LINE_DEVICE_HANDLERS. [Couriersud] Couriersud2010-06-022-31/+34
* idectrl: fix issue with previous hack (no whatsnew necessary) R. Belmont2010-05-311-12/+16
* Added "Read and Branch" code to tms5110 and tms6100. No possibility to test, ... Couriersud2010-05-311-0/+11
* Moved tms6100 code into emu/machine/tms6100.[ch]. Added pinouts for TMS6100 a... Couriersud2010-05-312-0/+291
* idectrl: some quick hacks to work with MESS. R. Belmont2010-05-311-0/+28
* New driver: sigmab98.c [Luca Elia] Luca Elia2010-05-161-11/+13
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-232-4/+4
* Cleanups and version bump. Aaron Giles2010-04-211-1/+1
* 6850ACIA: Improved handling of /CTS signal and fixed issue with transmission ... Phil Bennett2010-04-141-76/+71
* 6840PTM: Fixed interrupt flag behaviour and now allow fractional input clocks... Phil Bennett2010-04-142-23/+22
* Fixed Z80-DMA Load and Continue commands. [Curt Coder] Curt Coder2010-03-231-1/+2
* Changed default initial state of PIC8259 to STATE_READY [Miodrag Milanovic] Miodrag Milanovic2010-03-191-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-0819-235/+234
* Imported Z80 DART and Z80 STI from MESS. (no whatsnew) Curt Coder2010-03-084-0/+2601
* z80sio: Added register access functions to prevent trampoline functions [Dirk... Dirk Best2010-03-082-8/+61
* Added ARDY/BRDY signal read handlers to Z80 PIO. [Curt Coder] Curt Coder2010-03-072-0/+28
* Fixed Z80 DMA ready signal handling. [Curt Coder] Curt Coder2010-03-071-21/+29
* Cleanups and version bump. Aaron Giles2010-03-043-17/+17
* pit8253: Small typo fix (no credit) Dirk Best2010-02-252-8/+9
* pit8253: Updated to use devcb calls, cleanups Dirk Best2010-02-252-52/+92
* pic8259: updated to use devcb calls Dirk Best2010-02-242-13/+17
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-242-9/+44
* ins8154: Updated to use devcb calls, cleaned up Dirk Best2010-02-222-148/+182
* Moved ins8154 emulation from MESS to MAME, needed by future drivers Dirk Best2010-02-202-0/+312
* Fixed interrupt mask in Z80PIO. (no whatsnew) Curt Coder2010-02-181-5/+0
* Fixed Z80-PIO mode 3 interrupts, and mode 1 data writes. Curt Coder2010-02-181-62/+48
* Fixed Z80-PIO save states. (no whatsnew) Curt Coder2010-02-171-14/+14
* Cleaned up the Z80-DMA implementation. (no whatsnew) Curt Coder2010-02-172-45/+135
* Added save state support to the Z80-PIO. (no whatsnew) Curt Coder2010-02-171-9/+17
* Complete rewrite of the Z80-PIO implementation. The handshaking signals are n... Curt Coder2010-02-172-455/+721
* z80ctc: Fixed Z80CTC read handler [Tim Schuerewegen] Fabio Priuli2010-02-171-1/+1
* Implemented Z80-DMA interrupts. [Curt Coder] Curt Coder2010-02-151-146/+279
* Fixed typo. (no whatsnew) Curt Coder2010-02-151-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* [VIA6522] Read port A/B only if some pins are inputs. Curt Coder2010-02-111-8/+14
* [I8255] Clear output lines to 0 on write to mode register, and float input li... Curt Coder2010-02-091-2/+46
* Fixed forgotten device_config to running_device change (no whatsnew) Miodrag Milanovic2010-01-301-1/+1
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* CIA 6526: Fixed serial port transfer. Curt Coder2010-01-211-73/+77
* CIA 6526: fixed serial transfer Curt Coder2010-01-201-1/+2
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-195-9/+6
* Refactored the CIA 6526 interface, adding SP/CNT callbacks. Curt Coder2010-01-192-166/+214