Commit Graph

121 Commits

Author SHA1 Message Date
Olivier Galibert
2aa1e82537 duh (nw) 2012-11-16 07:48:15 +00:00
R. Belmont
b7c23bfec1 Fix GCC 4.7 compile (nw) 2012-11-16 02:22:56 +00:00
Olivier Galibert
48d5733ec2 duh 2012-11-15 20:57:38 +00:00
Olivier Galibert
6a43e78d97 (mess) floppy: Add IMD support [O. Galibert] 2012-11-15 20:19:53 +00:00
Curt Coder
c93840e585 (MESS) adam: Added modern disk formats. (nw) 2012-11-05 19:44:19 +00:00
Curt Coder
cdc241de4f (MESS) Fixed typo. (nw) 2012-11-05 15:32:20 +00:00
Olivier Galibert
f70e1a5a10 (mess) Add a generic wd format [O. Galibert] 2012-11-05 13:22:55 +00:00
Olivier Galibert
559bf715a1 placeholders 2012-11-05 13:22:34 +00:00
Miodrag Milanovic
6bfc7e54f9 Clean-ups and version bump 2012-10-30 07:07:38 +00:00
Sandro Ronco
e9341d47b4 Fixed memory leaks in flopimg.c (nw) 2012-10-26 17:25:10 +00:00
Miodrag Milanovic
4c72225c6e added basic support for the loop flags in tzx [David Haywood] 2012-10-26 14:49:25 +00:00
Olivier Galibert
076063767d (mess) d88: Reduce the gap3 size from the standard value when the data otherwise won't fit [O. Galibert] 2012-10-11 07:37:04 +00:00
Olivier Galibert
9d1aaf97ae (mess) upd765: Modernize [O. Galibert]
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
2012-10-10 15:33:51 +00:00
Olivier Galibert
6323d3af12 placeholders 2012-10-10 15:31:23 +00:00
Miodrag Milanovic
e25c13f253 Clean-ups and version bump
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
2012-09-17 06:49:13 +00:00
Aaron Giles
1a30184903 Final round of struct/union/enum normalization. 2012-09-16 05:24:30 +00:00
Aaron Giles
cff1004165 Pass 2 of struct modernization. 2012-09-15 22:30:30 +00:00
Curt Coder
a18efa439f (MESS) Disabled logging. (nw) 2012-09-08 09:55:33 +00:00
Curt Coder
b8a58c4cee (MESS) c128: Added missing IEC bus. (nw) 2012-09-08 09:54:51 +00:00
Miodrag Milanovic
8dc8836863 preliminary FM support (no whatsnew) 2012-08-27 12:36:30 +00:00
Olivier Galibert
6752a99aea floppy: Harmless intermediate commit that could help Micko (nw) 2012-08-24 22:22:41 +00:00
Olivier Galibert
41a817b9dc Placeholders (nw) 2012-08-24 22:21:17 +00:00
Miodrag Milanovic
fdff3e28a5 (MESS) mz_cas.c: apparently, MZT is just another alias for MZF. (no whatsnew) 2012-08-21 12:43:30 +00:00
Miodrag Milanovic
f54800c1f3 Clean-ups and version bump 2012-08-20 06:39:53 +00:00
Miodrag Milanovic
1c13d14099 Sync with MESS (nw) 2012-08-20 06:06:19 +00:00
Miodrag Milanovic
a703b654ab Sync with MESS (nw) 2012-08-17 08:15:05 +00:00
Curt Coder
71ca94b025 Sync with MESS. (nw) 2012-08-12 20:44:51 +00:00
Curt Coder
b3cb644955 Sync with MESS. (nw) 2012-08-12 20:21:35 +00:00
Oliver Stöneberg
2369bd1a61 fixed some unread variable warnings reported by clang (no whatsnew) 2012-08-09 19:44:59 +00:00
Miodrag Milanovic
851081b772 removed some not used variables (nw) 2012-08-04 15:12:02 +00:00
Miodrag Milanovic
ed9afac60c Clean-ups and version bump 2012-07-15 09:28:52 +00:00
Miodrag Milanovic
f7a125b8ea Sync with MESS (no whatsnew) 2012-07-07 07:38:07 +00:00
Miodrag Milanovic
3a36a15a02 Clean-ups and version bump 2012-07-02 07:06:11 +00:00
Miodrag Milanovic
f1e3bf44a7 Sync with MESS (no whatsnew) 2012-06-18 06:23:28 +00:00
Miodrag Milanovic
f9f61e103a Clean-ups and version bump 2012-06-11 08:00:48 +00:00
R. Belmont
7a4b298c2d Redoing the previous change the right way ;-) (nw) 2012-05-30 22:47:47 +00:00
R. Belmont
b8ce6d6c63 flopimg: support MFM formats where sector numbering starts at 0 [R. Belmont] 2012-05-30 02:21:29 +00:00
R. Belmont
42b219e6d0 Mirroring changes from MESS (nw) 2012-05-27 21:03:38 +00:00
Miodrag Milanovic
4580108461 Sync with MESS changes for cassette by S.Ronco (no whatsnew) 2012-05-23 07:22:13 +00:00
Miodrag Milanovic
407bc4b41d Sync with MESS (no whatsnew) 2012-05-21 06:14:55 +00:00
Miodrag Milanovic
b8d2ce1b1e Sync with MESS (nw) 2012-05-07 12:26:33 +00:00
Miodrag Milanovic
0238c610f7 Clean-ups and version bump 2012-05-07 06:57:50 +00:00
Miodrag Milanovic
36ea482ace Sync with MESS (no whatsnew) 2012-05-03 09:16:42 +00:00
Miodrag Milanovic
86d811c58a Sync with MESS (no whatsnew) 2012-04-27 13:08:09 +00:00
smf-
53bf34c24f fixes for compiling with MSVC. 2012-04-24 11:58:27 +00:00
Miodrag Milanovic
e18eceb3f1 Sync with MESS (no whatsnew) 2012-04-24 07:13:24 +00:00
Angelo Salese
ded30e907e Clean-ups and version bump 2012-04-22 14:10:44 +00:00
Miodrag Milanovic
f841751e50 Sync with MESS (no whatsnew) 2012-04-20 09:59:23 +00:00
Miodrag Milanovic
39746064c6 Sync with MESS (no whatsnew) 2012-04-16 14:20:10 +00:00
Miodrag Milanovic
70718f506e SoftFloat changes for last CL and x07 tape format from MESS (no whatsnew) 2012-04-09 06:03:25 +00:00