summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/hdc9234.c
Commit message (Collapse)AuthorAgeFilesLines
* Defining variants 9224 and 9234 (WIP) Michael Zapf2015-08-101-4438/+0
|
* mfmhd: Autodetect gaps, defined formats Michael Zapf2015-08-021-20/+17
|
* Fixed image truncate and a lockup during disk formatting Michael Zapf2015-07-141-5/+7
|
* Mixed up binary with hex number, corrupting FM disks Michael Zapf2015-07-141-1/+1
|
* HDC9234: Added HD track reading; several bug fixes. Michael Zapf2015-07-051-62/+137
|
* HDC9234 with formatting capability Michael Zapf2015-06-291-33/+155
|
* ti99: MFM HD can write; modern HFDC now default Michael Zapf2015-06-281-43/+368
|
* MFM hard disk WIP; adding config options Michael Zapf2015-06-071-7/+28
|
* MFM HD work in progress; reading sectors Michael Zapf2015-06-041-102/+511
|
* (MESS) ti99: Removed legacy wd17xx controllers Michael Zapf2015-06-031-24/+24
|
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-7/+7
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
|
* hdc9234: Make CLANG happier. (nw) Michael Zapf2015-04-201-2/+2
|
* ti99: fixes for c_str and segfault Michael Zapf2015-04-201-3/+3
|
* ti99: ST225 emulation Michael Zapf2015-04-201-32/+79
|
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-3/+3
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-40/+40
|/
* pass attotime as const reference (nw) Oliver Stöneberg2015-04-071-1/+1
|
* Fixed cylinder number calculation. (nw) Michael Zapf2014-10-011-2/+2
|
* (MESS) Removed unneeded variable. (nw) Michael Zapf2014-10-011-1/+0
|
* Fix compile (unused variable issue) (nw) Scott Stone2014-10-011-1/+1
|
* (MESS) HDC9234 still WIP, added some more functions and burst mode.(nw) Michael Zapf2014-09-301-277/+623
|
* (MESS) hdc9234 still WIP, HFDC fixes, disk formats re-implemented for Michael Zapf2014-09-261-15/+44
| | | | modernized floppy system. (nw)
* (MESS) HDC9234 WIP: formatting floppy disks working; some HFDC fixes. Michael Zapf2014-09-221-287/+787
| | | | (nw)
* (MESS) hdc9234 WIP: Some intermediate cleanups. Also, guard HFDC against Michael Zapf2014-09-141-110/+136
| | | | debugger.(nw)
* (MESS) hdc9234 WIP: write sector FM/MFM working. (nw) Michael Zapf2014-09-131-495/+1019
|
* (MESS) hfdc/hdc9234: WIP; restore/seek/read sector FM/MFM working (nw) Michael Zapf2014-09-071-96/+1585
|
* (MESS) ti99: Work in progress on new HFDC / HDC9234. (nw) Michael Zapf2014-06-291-48/+189
|
* (MESS) Some more steps towards a new HFDC. Legacy implementation to be Michael Zapf2014-06-271-9/+330
| | | | kept as default (hfdc) until new HFDC is done.
* New implementation of HDC9234 for modern floppy system, still WIP. (nw) Michael Zapf2014-06-081-0/+65