Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | einstein: Software list items promoted to working: Theatre Europe | 2018-12-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | The existing disk image was replaced by a new one created from the master disk. dsk_dsk: Increase maximum cell count This allows for slightly out of spec disk images to run, like Theatre Europe on the Einstein. [Lord Sméagol (Carl Lloyd-Parker)] | ||||
* | Fix (unused) 3.5" head calc (nw) | 2018-12-25 | 1 | -1/+1 | |
| | |||||
* | Fix (currently unused) 3.5" track calc for WOZ2 (nw) | 2018-12-24 | 1 | -1/+1 | |
| | |||||
* | apple2: Support the new version 2 .WOZ images [R. Belmont] | 2018-12-23 | 2 | -14/+48 | |
| | |||||
* | (nw) fix stuff: | 2018-11-29 | 2 | -6/+5 | |
| | | | | | | | | * Add per-language compiler flag options to help with exotic setups * Get rid of a potention buffer overrun in NuBus image card * CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names * Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members * Don't rely on random BSS data being zero in imagedev/floppy.cpp | ||||
* | Renamed flipendian -> swapendian, as I spent minutes trying to find the ↵ | 2018-11-05 | 1 | -4/+4 | |
| | | | | functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw | ||||
* | Merge pull request #4225 from AmatCoder/AmatCoder-dsk-patch-2 | 2018-11-01 | 1 | -4/+2 | |
|\ | | | | | dsk_dsk.cpp: Avoid to use uninitialized booleans | ||||
| * | dsk_dsk.cpp: Avoid to use uninitialized booleans | 2018-11-01 | 1 | -4/+2 | |
| | | | | | | | | Fix MameTesters #07134. Thanks to Klez for testing. | ||||
* | | hp9825: added DC100 tape drive | 2018-10-16 | 2 | -2/+6 | |
|/ | |||||
* | srcclean (nw) | 2018-09-23 | 1 | -3/+3 | |
| | |||||
* | (nw) fix lots of inadverently mutable static pointers | 2018-09-20 | 1 | -2/+3 | |
| | |||||
* | Merge pull request #4009 from AmatCoder/AmatCoder-fix-dsk | 2018-09-19 | 1 | -3/+3 | |
|\ | | | | | dsk_dsk.cpp: sectors must be read even if it contains deleted mark | ||||
| * | dsk_dsk.cpp: sectors must be read even if it contains Deleted Mark | 2018-09-19 | 1 | -3/+3 | |
| | | | | | | | | | | FDC will read the data if SK bit is not set. Fixes MameTesters bug #07081 | ||||
* | | bbcb: Added floppy disc controller options:- | 2018-09-17 | 1 | -0/+4 | |
| | | | | | | | | | | - AMS 3" Microdrive Disc System - Microware DDFS FDC (not working) | ||||
* | | tzx_cass.cpp: 1ms pause is always required | 2018-09-16 | 1 | -5/+7 | |
|/ | | | | Not only when pause from block is greater than zero . Otherwise the last pulse is not terminated properly in some cases. | ||||
* | ti99_dsk.cpp: Change `crc` type to uint16_t here, too (nw) | 2018-08-04 | 1 | -1/+1 | |
| | |||||
* | ti99_dsk.cpp: More appropriate variable type which will hopefully make MSVC ↵ | 2018-08-04 | 1 | -1/+1 | |
| | | | | happy (nw) | ||||
* | (nw) Fixed the build. | 2018-08-04 | 1 | -1/+1 | |
| | |||||
* | ti99: Fixed long-standing TDF bug; added support for 16-sector formats | 2018-08-03 | 2 | -635/+971 | |
| | |||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2018-07-29 | 2 | -4/+22 | |
|\ | |||||
| * | flopimg.h: Add debug asserts to help catch geometry errors (nw) | 2018-07-28 | 1 | -3/+3 | |
| | | |||||
| * | imd_dsk.cpp: Add some sanity checking on geometry | 2018-07-27 | 1 | -1/+19 | |
| | | |||||
* | | ap2_dsk.cpp: avoid one type of .woz corruption (nw) | 2018-07-29 | 1 | -0/+2 | |
|/ | |||||
* | camplynx_cas: Added support for multiple files (concatenated) in TAP file. | 2018-07-16 | 1 | -42/+81 | |
| | |||||
* | New machines marked as NOT_WORKING | 2018-07-10 | 1 | -0/+24 | |
| | | | | | ---------------------------------- CMS 6502 Development System | ||||
* | Bug fix for multi-channel reads in cassette_get_samples(). (#3725) | 2018-07-09 | 2 | -20/+25 | |
| | | | | | | | | | * Bug fix for multi-channel reads in cassette_get_samples(). Use the unused "sample_bytes" arg the same way as cassette_put_samples() Can be used with multi-channel files now! * Rename sample_bytes to more descriptive sample_spacing Add some comments about sample functions and sample_spacing variable | ||||
* | tzx_cas: no other copyright holders. initial version here: | 2018-06-26 | 2 | -2/+2 | |
| | | | | https://github.com/mamedev/mess-cvs/commit/5a0a43eb8f79cc3385d957a7da45586de6c2a989#diff-26e48bc5e5a1dc7272914d9f9cd3249d | ||||
* | Oops (nw) | 2018-05-26 | 1 | -0/+1 | |
| | |||||
* | Forgot the comment (nw) | 2018-05-26 | 1 | -0/+4 | |
| | |||||
* | Floppy robustification, better bitstream handling [John Keoni Morris, Peter ↵ | 2018-05-26 | 1 | -10/+15 | |
| | | | | Ferrie, Olivier Galibert] | ||||
* | srcclean (nw) | 2018-05-27 | 2 | -3/+3 | |
| | |||||
* | Added logmacros to upd765, increased track buffer for hfe format (nw) | 2018-05-10 | 1 | -1/+4 | |
| | |||||
* | Fixed bitrate autodetect (nw) | 2018-05-09 | 1 | -2/+3 | |
| | |||||
* | CPC DSK format: also check status bits in SR2 (nw) (#3546) | 2018-05-10 | 1 | -2/+5 | |
| | |||||
* | ti99: Fixed disk creation via OSD | 2018-05-04 | 1 | -4/+13 | |
| | |||||
* | More GCC 8 (nw) | 2018-05-01 | 1 | -1/+1 | |
| | |||||
* | apple2: Add WOZ format [O. Galibert] | 2018-04-24 | 4 | -6/+163 | |
| | |||||
* | apple2: recognize another form of DOS 3.3 in ProDOS order [R. Belmont, Peter ↵ | 2018-04-23 | 1 | -0/+5 | |
| | | | | Ferrie] | ||||
* | srcclean (nw) | 2018-04-22 | 1 | -1/+1 | |
| | |||||
* | Minimal improvements on the disk handling (#3395) | 2018-03-27 | 1 | -0/+4 | |
| | | | | | | | | | * Keeping the 35 tracks drive as an option * Reducing the crashes a bit more. This helps matching the form_factor and the parameters found in the TeleDisk images, thus exiting before a serious crash. It is NOT enough to improve the 8" disk image handling, nor it solves all the stability problems, but it is a tiny step forwards. | ||||
* | srcclean and regenerate localisations (nw) | 2018-03-25 | 1 | -2/+2 | |
| | |||||
* | New machines marked as NOT_WORKING | 2018-03-21 | 2 | -0/+147 | |
| | | | | | ---------------------------------- Poly Proteus (Standalone) [Nigel Barnes, Andrew Trotman] | ||||
* | ms0515: unbreak memory maps; update floppy format definition to match one ↵ | 2018-03-16 | 1 | -2/+2 | |
| | | | | used by OS (nw) | ||||
* | jvc_dsk: Added notes (nw) | 2018-03-06 | 1 | -2/+93 | |
| | |||||
* | i386/i286: fix default cs flags (nw) | 2018-02-02 | 1 | -1/+1 | |
| | | | | | d88_dsk: support bad crc (nw) recreate columns copy protection (nw) | ||||
* | d88_dsk: Add some safety checks to avoid reading beyond the end of file | 2018-01-28 | 1 | -1/+10 | |
| | |||||
* | fixed MT06831 (bogus casting in ccvf_format::file_formats) (nw) | 2018-01-10 | 1 | -1/+1 | |
| | |||||
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" | 2017-12-13 | 2 | -0/+76 | |
| | | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791. | ||||
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" | 2017-12-13 | 2 | -76/+0 | |
| | | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5. | ||||
* | agat7: 840KB floppy HLE; minor fixes -> mark WORKING (#2912) | 2017-12-08 | 2 | -0/+76 | |
| | | | | | | | | | | | | | | * agat7: add port_char definitions to allow access from Lua, &c (nw) * agat7: adapt "apple2: Break up handlers for C000-C07F range" (nw) * agat7: timer and vblank interrupts (nw) * agat7: HLE of 840KB floppy controller, read-only (nw) * agat7: memory expansion wip (nw) * agat7: update todo list, mark partially WORKING |