summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/ieee488
Commit message (Expand)AuthorAgeFilesLines
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-0722-66/+0
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-296-28/+28
* (MESS) c8050: Added 901884-01 ROM. [Martin Hoffmann-Vetter] Curt Coder2015-04-241-1/+1
* (MESS) c3040: Disk format WIP. (nw) Curt Coder2015-04-213-2/+69
* (MESS) c4040: Added own sector dump disk format since it's different from wha... Curt Coder2015-04-213-36/+99
* (MESS) Added sector image format for the Commodore 8280 8" floppy drive. [Cur... Curt Coder2015-04-202-33/+31
* (MESS) c8050: Added note about format error. (nw) Curt Coder2015-04-201-0/+1
* (MESS) pet: Implemented write mode on the Commodore 8050/8250/SFD-1001 floppy... Curt Coder2015-04-162-47/+59
* (MESS) c8050fdc: Gap adjustment and SFD-1001 is single drive only. (nw) Curt Coder2015-04-133-8/+18
* Cleanup. (nw) Curt Coder2015-04-114-14/+11
* (MESS) c8050fdc: Fixed write protect sense. (nw) Curt Coder2015-04-114-66/+11
* (MESS) pet: Refactored the Commodore 8050/8250/SFD-1001 to use the new floppy... Curt Coder2015-04-105-714/+315
* pass attotime as const reference (nw) Oliver Stöneberg2015-04-072-2/+2
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-2/+2
* (MESS) c8050: Floppy WIP. (nw) Curt Coder2014-12-113-26/+115
* (MESS) c8050: Floppy WIP. (nw) Curt Coder2014-12-104-227/+664
* c2040fdc.c: fix MSVC compile (nw) peterferrie2014-12-091-1/+1
* (MESS) Fixed writing to disk with the Commodore 2040/3040/4040 and 1541/1551/... Curt Coder2014-12-081-1/+1
* (MESS) c8050: Floppy WIP. (nw) Curt Coder2014-12-074-85/+190
* (MESS) softbox: Added BIOS revision 8/9/81. [Nils Eilers, Mike Naberezny] Mike Naberezny2014-09-241-7/+10
* (MESS) hardbox: Removed caveat about format check. (nw) Mike Naberezny2014-07-051-3/+2
* first batch of passing attotime as const reference instead of copy - where po... Oliver Stöneberg2014-07-022-14/+14
* (MESS) c8050: Added ROM signatures for 901483-04. [Paul Rickards, Mike Nabere... Mike Naberezny2014-05-311-1/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-142-25/+25
* Cleanup. (nw) Curt Coder2014-05-121-5/+0
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-023-23/+18
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-304-100/+88
* mos6530: updated to use devcb2. nw. Fabio Priuli2014-04-292-26/+30
* fixed usage of uninitialized member in c2040_fdc_t (nw) Oliver Stöneberg2014-04-251-0/+1
* fixed usage of uninitialized member in c8050_device (nw) Oliver Stöneberg2014-04-241-0/+2
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-172-52/+24
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-7/+7
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-142-56/+35
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-078-35/+35
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-022-8/+8
* (MESS) Move corvushd to emu/ so slot devices can see it (nw) R. Belmont2014-03-222-2/+2
* (MESS) Moved SCSI HBAs to emu/bus/scsi. (nw) Curt Coder2014-03-213-56/+1
* (MESS) softbox: Added preformatted 10MB hard disk image. [Curt Coder] Curt Coder2014-03-202-8/+8
* (MESS) corvushd: Converted to a device. (nw) Curt Coder2014-03-204-19/+26
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-162-16/+2
* (MESS) hardbox: Fix comment. (nw) Mike Naberezny2014-03-111-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* (MESS) hardbox: Changed default ROMs to v2.4, added Corvus/Sunol notes. (nw) Mike Naberezny2014-03-101-5/+10
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-1/+5
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-23/+11
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-156-24/+21
* (MESS) c64: Floppy WIP. (nw) Curt Coder2014-02-121-0/+18
* (MESS) Floppy WIP. (nw) Curt Coder2014-02-111-4/+5
* (MESS) c2040: Fixed READY signal. (nw) Curt Coder2014-02-092-21/+26
* (MESS) Refactored the Commodore 2040/3040/4040 disk drives to use the modern ... Curt Coder2014-02-077-1271/+1732