summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/hecdisk2.c
Commit message (Collapse)AuthorAgeFilesLines
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-8/+2
|
* Modernized the sn76477 sound device (nw) Ivan Vangelista2013-11-211-1/+0
|
* some mostly pc related cleanup (nw) Miodrag Milanovic2013-04-181-48/+39
|
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-5/+5
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-185/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-23/+23
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-5/+5
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+327