summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/amigafdc.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-656/+0
|
* amiga: use memarray for chip RAM and regular array for custom registers ↵ Alex W. Jackson2014-10-191-2/+2
| | | | (instead of shared_ptr for both) [Alex Jackson]
* Cleanups and version bump Miodrag Milanovic2014-07-221-6/+6
|
* first batch of passing attotime as const reference instead of copy - where ↵ Oliver Stöneberg2014-07-021-8/+8
| | | | possible (nw)
* amigafdc: Add writing [O. Galibert] Olivier Galibert2014-05-161-64/+205
| | | | | | | Formatting a floppy under a600 gets memory corruption then a guru meditation when reaching the point the system tries to write the directory structure. The fdc itself does not seem to be involved. I'd suspect the blitter, which afaik is used for the mfm expansion of the sector data.
* Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of Dirk Best2014-05-131-4/+3
| | | | work still to do. All basic Amiga models are now supported to varying degrees.
* 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) Curt Coder2014-03-251-4/+6
| | | amigafdc: devcb2. (nw)
* (MESS) CIA cleanup. (nw) Curt Coder2014-03-221-1/+0
|
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ smf-2014-02-091-2/+2
| | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-33/+2
| | | | | BSD licenses to tags since when he copied & pasted them he forgot to remove one instance of my name, which I caught while searching. ;-)
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
|
* start to modernize (nw) David Haywood2013-04-051-4/+7
|
* fixed uninitialized variable in src/emu/machine/amigafdc.c (nw) Oliver Stöneberg2013-02-161-0/+1
|
* Log DSKDAT / DSKDATR Angelo Salese2013-01-021-3/+2
|
* AMIGAFDC: Added ADKCONR hook-up, fixes at least sound in Ocean's Beach Volley Angelo Salese2013-01-021-0/+5
|
* Added preliminary artwork LEDs for Commodore Amiga (open to suggestions), nw Angelo Salese2012-11-291-0/+1
|
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+3
| | | | | | (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder]
* change to subdevice for amiga_fdc (nw) Miodrag Milanovic2012-10-121-2/+2
|
* Unified floppy tags on other drivers as well (no whatsnew) Miodrag Milanovic2012-10-121-1/+1
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
| | | | | | | 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]
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
|
* remived some redundant assignments (also fixes uninitialized array in ↵ Oliver Stöneberg2012-08-111-1/+0
| | | | karnov) (no whatsnew)
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ↵ Miodrag Milanovic2012-02-291-1/+1
| | | | by Firewave, and idectrl change from Carl (no whatsnew)
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-01-251-0/+33
|
* mess sync (nw) Olivier Galibert2012-01-071-1/+2
|
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
|
* Sync with MESS, also placed back sdlmain change since it proved working on ↵ Miodrag Milanovic2011-11-221-21/+43
| | | | BSD (no whatsnew)
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-1/+1
|
* Sync with MESS, OG work credited there (no whatsnew) Miodrag Milanovic2011-11-111-1/+1
|
* Sync with MESS, OG work, credited there (no whatsnew) Miodrag Milanovic2011-11-091-12/+46
|
* amigafdc: Upgrade [O. Galibert] Olivier Galibert2011-11-011-0/+454
|
* placeholders Olivier Galibert2011-11-011-0/+0