Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Defining variants 9224 and 9234 (WIP) | 2015-08-10 | 1 | -4438/+0 | |
| | |||||
* | mfmhd: Autodetect gaps, defined formats | 2015-08-02 | 1 | -20/+17 | |
| | |||||
* | Fixed image truncate and a lockup during disk formatting | 2015-07-14 | 1 | -5/+7 | |
| | |||||
* | Mixed up binary with hex number, corrupting FM disks | 2015-07-14 | 1 | -1/+1 | |
| | |||||
* | HDC9234: Added HD track reading; several bug fixes. | 2015-07-05 | 1 | -62/+137 | |
| | |||||
* | HDC9234 with formatting capability | 2015-06-29 | 1 | -33/+155 | |
| | |||||
* | ti99: MFM HD can write; modern HFDC now default | 2015-06-28 | 1 | -43/+368 | |
| | |||||
* | MFM hard disk WIP; adding config options | 2015-06-07 | 1 | -7/+28 | |
| | |||||
* | MFM HD work in progress; reading sectors | 2015-06-04 | 1 | -102/+511 | |
| | |||||
* | (MESS) ti99: Removed legacy wd17xx controllers | 2015-06-03 | 1 | -24/+24 | |
| | |||||
* | Cleanups and version bumpmame0161 | 2015-04-29 | 1 | -7/+7 | |
| | |||||
* | moved all to std::string (nw) | 2015-04-22 | 1 | -2/+2 | |
| | |||||
* | hdc9234: Make CLANG happier. (nw) | 2015-04-20 | 1 | -2/+2 | |
| | |||||
* | ti99: fixes for c_str and segfault | 2015-04-20 | 1 | -3/+3 | |
| | |||||
* | ti99: ST225 emulation | 2015-04-20 | 1 | -32/+79 | |
| | |||||
* | Merge https://github.com/ZoeB/mame | 2015-04-12 | 1 | -3/+3 | |
|\ | |||||
| * | Fix various typos and spelling mistakes | 2015-04-11 | 1 | -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) | 2015-04-11 | 1 | -40/+40 | |
|/ | |||||
* | pass attotime as const reference (nw) | 2015-04-07 | 1 | -1/+1 | |
| | |||||
* | Fixed cylinder number calculation. (nw) | 2014-10-01 | 1 | -2/+2 | |
| | |||||
* | (MESS) Removed unneeded variable. (nw) | 2014-10-01 | 1 | -1/+0 | |
| | |||||
* | Fix compile (unused variable issue) (nw) | 2014-10-01 | 1 | -1/+1 | |
| | |||||
* | (MESS) HDC9234 still WIP, added some more functions and burst mode.(nw) | 2014-09-30 | 1 | -277/+623 | |
| | |||||
* | (MESS) hdc9234 still WIP, HFDC fixes, disk formats re-implemented for | 2014-09-26 | 1 | -15/+44 | |
| | | | | modernized floppy system. (nw) | ||||
* | (MESS) HDC9234 WIP: formatting floppy disks working; some HFDC fixes. | 2014-09-22 | 1 | -287/+787 | |
| | | | | (nw) | ||||
* | (MESS) hdc9234 WIP: Some intermediate cleanups. Also, guard HFDC against | 2014-09-14 | 1 | -110/+136 | |
| | | | | debugger.(nw) | ||||
* | (MESS) hdc9234 WIP: write sector FM/MFM working. (nw) | 2014-09-13 | 1 | -495/+1019 | |
| | |||||
* | (MESS) hfdc/hdc9234: WIP; restore/seek/read sector FM/MFM working (nw) | 2014-09-07 | 1 | -96/+1585 | |
| | |||||
* | (MESS) ti99: Work in progress on new HFDC / HDC9234. (nw) | 2014-06-29 | 1 | -48/+189 | |
| | |||||
* | (MESS) Some more steps towards a new HFDC. Legacy implementation to be | 2014-06-27 | 1 | -9/+330 | |
| | | | | kept as default (hfdc) until new HFDC is done. | ||||
* | New implementation of HDC9234 for modern floppy system, still WIP. (nw) | 2014-06-08 | 1 | -0/+65 | |