summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus
Commit message (Collapse)AuthorAgeFilesLines
...
* small clean up of serial devices (nw) smf-2013-12-201-6/+1
|
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-2015-231/+73
|
* MCFG_MODIFY_DEVICE(DEVICE_SELF) is no longer required in machine configs ↵ smf-2013-12-182-2/+0
| | | | used in a slot option (nw)
* Fix copy-paste fail (nw) Justin Kerk2013-11-281-2/+2
|
* (mess) isbc: add isbx-218a floppy controller [Carl] cracyc2013-11-205-0/+280
| | | upd765: make soft_reset public so controller resets don't reset the fdds (nw)
* ecbbus: Added pinout. (nw) Curt Coder2013-11-202-2/+38
|
* (MESS) comx35: Updated notes, floppy is actually working now. (nw) Curt Coder2013-11-191-8/+0
|
* (MESS) c1581: Verified gap sizes. (nw) Curt Coder2013-11-181-2/+0
|
* (MESS) adam: Added a second floppy drive and verified 160KB floppy image gap ↵ Curt Coder2013-11-182-2/+25
| | | | | sizes. [Curt Coder] (MESS) adam_flop.xml: Added disk utilities. [Curt Coder]
* (MESS) Used soft_reset(). (nw) Curt Coder2013-11-173-3/+3
|
* (MESS) abc800: Fixed formatting on the ABC 830/832/834/838 floppy drives. ↵ Curt Coder2013-11-173-40/+72
| | | | [Curt Coder]
* wd_fdc: Fixed ready interrupt polarity. Added a soft_reset() function which ↵ Curt Coder2013-11-171-2/+4
| | | | resets only the FDC and not the floppy image devices, thus preserving the correct ready states. [Curt Coder]
* (MESS) abc800: Added support for raw 80KB and 160KB disk images. [Curt Coder] Curt Coder2013-11-161-2/+2
|
* (MESS) abc800: Added support for raw 1MB 8" disk images. [Curt Coder] Curt Coder2013-11-161-12/+10
|
* (MESS) abc800: Added support for raw 640KB disk images. [Curt Coder] Curt Coder2013-11-162-13/+32
| | | (MESS) abc800: Fixed fast controller Z80 daisy chain, formatting a disk works now except for a not ready status after the last track. (nw)
* (MESS) hardbox: Fixed RAM size. [Martin Hoffmann-Vetter, Mike Naberezny] Mike Naberezny2013-11-151-1/+1
|
* Added SCSI status code & set it in all command handlers. It is sent over the ↵ smf-2013-11-141-0/+1
| | | | bus when in status phase. In case of an error further information should be set in m_sense_key/m_sense_asc/m_sense_ascq & m_sense_information so that it can be returned by executing a request sense command [smf]
* (MESS) abc800: The hard disk units have only one floppy drive. (nw) Curt Coder2013-11-134-26/+95
|
* (MESS) abc800: Added slot devices for the ABC 830/832/834/838 floppy disk ↵ Curt Coder2013-11-137-138/+551
| | | | drives, and the ABC 850/852/856 hard disk drives. [Curt Coder]
* (MESS) abc800: Fixed hard disk geometry. (nw) Curt Coder2013-11-121-7/+8
|
* (MESS) abc800: Emulated the ABC 850 (10MB), ABC 852 (20MB), and ABC 856 ↵ Curt Coder2013-11-121-12/+32
| | | | (60MB) hard disk drives. [Curt Coder]
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-11-111-9/+19
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-11-112-12/+5
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-11-101-12/+20
|
* (MESS) SASI WIP. (nw) Curt Coder2013-11-073-35/+42
|
* (MESS) Apple II: Support for Applied Engineering Super Music Synthesizer [R. ↵ R. Belmont2013-11-072-20/+80
| | | | Belmont]
* Moved pc_keyboard into emu/bus (nw) Miodrag Milanovic2013-11-0617-0/+4107
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-0520-102/+102
|
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-041-3/+3
| | | | | Superficial testing shows no breakage, but in-depth testing from someone familiar with the machines would be appreciated.
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-11-021-4/+7
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-11-022-4/+47
|
* (MESS) adam: Fixed the 160KB floppy controller. [Curt Coder] Curt Coder2013-11-012-9/+25
|
* (MESS) adam: Fixed FDC disk in place sensor. [Curt Coder] Curt Coder2013-11-011-12/+11
|
* (MESS) abc800: Cleanup. (nw) Curt Coder2013-11-013-6/+11
|
* (MESS) abc800: Fixed fast floppy controller. [Curt Coder] Curt Coder2013-11-012-46/+82
|
* Fixed the MC146818 modernisation so that local/utc & whether a century is ↵ smf-2013-11-011-1/+2
| | | | 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) Cleanup. (nw) Curt Coder2013-10-3115-460/+249
|
* (MESS) Cleanup. (nw) Curt Coder2013-10-316-802/+113
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-283-25/+45
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-285-21/+56
|
* (MESS) abc80: Added ROMs for the Scandia Metric FD2. [robcfg] Curt Coder2013-10-271-3/+3
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-271-1/+1
|
* Updated a pair of commented out legacy calls. (nw) Ivan Vangelista2013-10-271-2/+2
|
* License tags. (nw) Sandro Ronco2013-10-2640-0/+80
|
* Moved iq151, kc, tvc and z88 expansions into emu/bus. (nw) Sandro Ronco2013-10-2641-0/+6038
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-254-23/+380
|
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-247-40/+88
|
* (MESS) compis: Added configuration jumpers. (nw) Curt Coder2013-10-241-0/+2
|
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-2311-6/+630
|
* (MESS) Move NuBus and friends into the new bus structure (nw) R. Belmont2013-10-2235-0/+6417
|