Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small clean up of serial devices (nw) | 2013-12-20 | 1 | -6/+1 | ||
| | ||||||
* | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 15 | -231/+73 | ||
| | ||||||
* | MCFG_MODIFY_DEVICE(DEVICE_SELF) is no longer required in machine configs ↵ | 2013-12-18 | 2 | -2/+0 | ||
| | | | | used in a slot option (nw) | |||||
* | Fix copy-paste fail (nw) | 2013-11-28 | 1 | -2/+2 | ||
| | ||||||
* | (mess) isbc: add isbx-218a floppy controller [Carl] | 2013-11-20 | 5 | -0/+280 | ||
| | | | upd765: make soft_reset public so controller resets don't reset the fdds (nw) | |||||
* | ecbbus: Added pinout. (nw) | 2013-11-20 | 2 | -2/+38 | ||
| | ||||||
* | (MESS) comx35: Updated notes, floppy is actually working now. (nw) | 2013-11-19 | 1 | -8/+0 | ||
| | ||||||
* | (MESS) c1581: Verified gap sizes. (nw) | 2013-11-18 | 1 | -2/+0 | ||
| | ||||||
* | (MESS) adam: Added a second floppy drive and verified 160KB floppy image gap ↵ | 2013-11-18 | 2 | -2/+25 | ||
| | | | | | sizes. [Curt Coder] (MESS) adam_flop.xml: Added disk utilities. [Curt Coder] | |||||
* | (MESS) Used soft_reset(). (nw) | 2013-11-17 | 3 | -3/+3 | ||
| | ||||||
* | (MESS) abc800: Fixed formatting on the ABC 830/832/834/838 floppy drives. ↵ | 2013-11-17 | 3 | -40/+72 | ||
| | | | | [Curt Coder] | |||||
* | wd_fdc: Fixed ready interrupt polarity. Added a soft_reset() function which ↵ | 2013-11-17 | 1 | -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] | 2013-11-16 | 1 | -2/+2 | ||
| | ||||||
* | (MESS) abc800: Added support for raw 1MB 8" disk images. [Curt Coder] | 2013-11-16 | 1 | -12/+10 | ||
| | ||||||
* | (MESS) abc800: Added support for raw 640KB disk images. [Curt Coder] | 2013-11-16 | 2 | -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] | 2013-11-15 | 1 | -1/+1 | ||
| | ||||||
* | Added SCSI status code & set it in all command handlers. It is sent over the ↵ | 2013-11-14 | 1 | -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) | 2013-11-13 | 4 | -26/+95 | ||
| | ||||||
* | (MESS) abc800: Added slot devices for the ABC 830/832/834/838 floppy disk ↵ | 2013-11-13 | 7 | -138/+551 | ||
| | | | | drives, and the ABC 850/852/856 hard disk drives. [Curt Coder] | |||||
* | (MESS) abc800: Fixed hard disk geometry. (nw) | 2013-11-12 | 1 | -7/+8 | ||
| | ||||||
* | (MESS) abc800: Emulated the ABC 850 (10MB), ABC 852 (20MB), and ABC 856 ↵ | 2013-11-12 | 1 | -12/+32 | ||
| | | | | (60MB) hard disk drives. [Curt Coder] | |||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-11-11 | 1 | -9/+19 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-11-11 | 2 | -12/+5 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-11-10 | 1 | -12/+20 | ||
| | ||||||
* | (MESS) SASI WIP. (nw) | 2013-11-07 | 3 | -35/+42 | ||
| | ||||||
* | (MESS) Apple II: Support for Applied Engineering Super Music Synthesizer [R. ↵ | 2013-11-07 | 2 | -20/+80 | ||
| | | | | Belmont] | |||||
* | Moved pc_keyboard into emu/bus (nw) | 2013-11-06 | 17 | -0/+4107 | ||
| | ||||||
* | Cleanups and version bumpmame0151 | 2013-11-05 | 20 | -102/+102 | ||
| | ||||||
* | Modernized mc6854 device.(nw) | 2013-11-04 | 1 | -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) | 2013-11-02 | 1 | -4/+7 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-11-02 | 2 | -4/+47 | ||
| | ||||||
* | (MESS) adam: Fixed the 160KB floppy controller. [Curt Coder] | 2013-11-01 | 2 | -9/+25 | ||
| | ||||||
* | (MESS) adam: Fixed FDC disk in place sensor. [Curt Coder] | 2013-11-01 | 1 | -12/+11 | ||
| | ||||||
* | (MESS) abc800: Cleanup. (nw) | 2013-11-01 | 3 | -6/+11 | ||
| | ||||||
* | (MESS) abc800: Fixed fast floppy controller. [Curt Coder] | 2013-11-01 | 2 | -46/+82 | ||
| | ||||||
* | Fixed the MC146818 modernisation so that local/utc & whether a century is ↵ | 2013-11-01 | 1 | -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) | 2013-10-31 | 15 | -460/+249 | ||
| | ||||||
* | (MESS) Cleanup. (nw) | 2013-10-31 | 6 | -802/+113 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-10-28 | 3 | -25/+45 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-10-28 | 5 | -21/+56 | ||
| | ||||||
* | (MESS) abc80: Added ROMs for the Scandia Metric FD2. [robcfg] | 2013-10-27 | 1 | -3/+3 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-10-27 | 1 | -1/+1 | ||
| | ||||||
* | Updated a pair of commented out legacy calls. (nw) | 2013-10-27 | 1 | -2/+2 | ||
| | ||||||
* | License tags. (nw) | 2013-10-26 | 40 | -0/+80 | ||
| | ||||||
* | Moved iq151, kc, tvc and z88 expansions into emu/bus. (nw) | 2013-10-26 | 41 | -0/+6038 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-10-25 | 4 | -23/+380 | ||
| | ||||||
* | (MESS) abc800: Xebec WIP. (nw) | 2013-10-24 | 7 | -40/+88 | ||
| | ||||||
* | (MESS) compis: Added configuration jumpers. (nw) | 2013-10-24 | 1 | -0/+2 | ||
| | ||||||
* | moved centronics into emu/bus (nw) | 2013-10-23 | 11 | -6/+630 | ||
| | ||||||
* | (MESS) Move NuBus and friends into the new bus structure (nw) | 2013-10-22 | 35 | -0/+6417 | ||
| |