summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/isa.h
Commit message (Collapse)AuthorAgeFilesLines
* removed some legacy code from isa.c (nw) Miodrag Milanovic2013-02-251-2/+0
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+4
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-69/+69
|
* removed not needed calls from isa (no whatsnew) Miodrag Milanovic2012-10-111-2/+0
|
* Fix compile Angelo Salese2012-10-101-1/+1
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
|
* (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] Olivier Galibert2012-09-081-1/+1
|
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-041-1/+6
| | | | Added IBM VGA card [Carl]
* (MESS) svga_s3: converted to 16-bit ISA device. The S3 chipsets have 16-bit ↵ mahlemiut2012-08-261-0/+1
| | | | wide registers, and can only be used on AT systems. (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+347