Thomas Daede
|
406a433c3f
|
Add alias for XDF image files.
This is a common extension for Sharp X68000 bare disk images.
|
2021-11-30 00:40:54 -08:00 |
|
David Given
|
2abd413c08
|
Merge pull request #350 from tdaede/gw_density
Fix inverted density select in Greaseweazle driver.
|
2021-11-29 13:25:03 +01:00 |
|
Thomas Daede
|
ad96c9bb9f
|
Fix inverted density select in Greaseweazle driver.
Pin 2 should be set high when high density is selected.
|
2021-11-28 19:31:26 -08:00 |
|
David Given
|
1d32a4d984
|
Merge pull request #346 from davidgiven/victor9k
Rewrite the flux decoder to use a PLL-driven algorithm.
|
2021-11-26 22:43:58 +01:00 |
|
David Given
|
a20a78cd64
|
Merge from trunk.
|
2021-11-26 21:37:25 +01:00 |
|
David Given
|
a2f51b36ec
|
Check in missing file...
|
2021-11-26 21:36:22 +01:00 |
|
David Given
|
910ccb273a
|
Added the PLL phase adjustment stuff to the decoder. Much better decodes.
|
2021-11-26 21:27:58 +01:00 |
|
David Given
|
2cbe39e553
|
Fix bugs to make the IBM decoder work again.
|
2021-11-26 21:17:58 +01:00 |
|
David Given
|
994c8fc02d
|
Merge pull request #347 from tdaede/jpc
Add Japanese PC 1.2MB format.
|
2021-11-26 12:56:47 +01:00 |
|
Thomas Daede
|
57dcd6d520
|
Add Japanese PC 1.2MB format.
This format is used by the PC-98 and Sharp X68000 series.
3.5" disks are spun at 360rpm to match the clock rate of 5.25".
|
2021-11-26 03:50:44 -08:00 |
|
David Given
|
20ade1de7b
|
Replace the flux decoder with a PLL-based one stolen from samdisk. It almost
works.
|
2021-11-25 00:00:51 +01:00 |
|
David Given
|
28aff78469
|
Make victor9k disk images triangular.
|
2021-11-21 21:41:14 +01:00 |
|
David Given
|
056055bf0b
|
Merge pull request #341 from davidgiven/ibm
Minor fixes to do the the imgwriter and Acorn formats.
|
2021-11-04 20:17:50 +01:00 |
|
David Given
|
368d329459
|
Set enable_side_byte for Acorn formats, because the machines don't always write
it.
|
2021-11-03 14:16:26 +01:00 |
|
David Given
|
2fe1ffeaf1
|
Add an ignore_track_byte setting.
|
2021-11-03 14:15:51 +01:00 |
|
David Given
|
e252e8eb1d
|
If no sector_count is specified in a sector_range, autodetect it.
|
2021-11-03 14:15:25 +01:00 |
|
David Given
|
e160bcc7d5
|
Merge pull request #333 from ejona86/micropolis-write
Add Micropolis encoder
|
2021-10-31 10:33:24 +01:00 |
|
David Given
|
41bd035690
|
Merge pull request #312 from davidgiven/teledisk
Add read support for Teledisk images, plus add a format for the HP 9121 disk drive
|
2021-10-30 23:58:20 +02:00 |
|
David Given
|
b0003fc7e5
|
Merge from master.
|
2021-10-30 22:19:37 +02:00 |
|
David Given
|
8e1be97589
|
Merge pull request #335 from ejona86/scp-revs-crash
scpfluxsource: Support more than 5 revolutions
|
2021-10-30 20:39:45 +02:00 |
|
Eric Anderson
|
181f2f38d8
|
s/ScpTrackStart/ScpTrackHeader/ and use in ScpTrack
|
2021-10-30 10:29:17 -07:00 |
|
David Given
|
661940114e
|
Merge pull request #338 from davidgiven/atari
Switch the Atari ST formats to use 1-based sector IDs.
|
2021-10-30 13:30:57 +02:00 |
|
David Given
|
9874d4bec5
|
Update compiler flags to make newer compilers happy.
|
2021-10-30 13:22:00 +02:00 |
|
David Given
|
7d5fedf35f
|
Switch the Atari ST formats to use 1-based sector IDs.
|
2021-10-28 19:40:16 +02:00 |
|
Eric Anderson
|
69ad36a9ae
|
scpfluxsource: Support more than 5 revolutions
This prevents uninitialized memory reads for files with many
revolutions. See #322.
|
2021-10-08 20:40:23 -07:00 |
|
Eric Anderson
|
a00137d742
|
Remove unused fe-writemicropolis.cc
|
2021-10-02 17:37:33 -07:00 |
|
Eric Anderson
|
e002842640
|
Add Micropolis writing documentation snippet
|
2021-10-02 17:26:46 -07:00 |
|
Eric Anderson
|
41e9c46cba
|
Port Micropolis encoder to protobuf-based config
|
2021-10-02 16:24:38 -07:00 |
|
David Given
|
bc2d58bee3
|
Merge pull request #332 from ejona86/redir-typo
Redirect dd to stdout instead of file '1'
|
2021-10-02 20:28:00 +00:00 |
|
Eric Anderson
|
c54de27503
|
Merge branch 'master' into micropolis-write
Let's not act like this actually compiles.
|
2021-10-02 12:45:56 -07:00 |
|
Eric Anderson
|
d9bfd77fba
|
Redirect dd to stdout instead of file '1'
Looks like a typo, that would have had mostly the intended effect.
|
2021-10-02 11:41:06 -07:00 |
|
David Given
|
336cc0077c
|
Merge pull request #331 from davidgiven/proto
Assorted minor fixes.
|
2021-09-25 21:06:40 +00:00 |
|
David Given
|
0be673b210
|
Clarify documentation in the building doc.
|
2021-09-25 22:43:19 +02:00 |
|
David Given
|
028e2498fb
|
Update references to --input.flux and --output.flux.
|
2021-09-25 22:35:02 +02:00 |
|
David Given
|
249f1dea9d
|
Merge from master.
|
2021-09-25 22:24:14 +02:00 |
|
David Given
|
07c7b22669
|
Allow setting enum proto values from the command line.
|
2021-09-19 22:59:47 +02:00 |
|
David Given
|
6623058a18
|
Merge pull request #321 from wybren1971/patch-3
Update commodore1541.textpb
|
2021-08-19 13:22:10 +02:00 |
|
Wybren van Duinen
|
68e4d569d0
|
Update commodore1541.textpb
Changed to default .d64 for use with emulators
|
2021-08-17 15:00:56 +02:00 |
|
David Given
|
7186b25a69
|
Merge pull request #317 from davidgiven/tests
Fix a bunch of C++ incompatibilities.
|
2021-08-04 20:39:06 +02:00 |
|
David Given
|
42cacb18bd
|
Lots of warning fixes. Can we switch to C++ 2A?
|
2021-08-04 20:29:04 +02:00 |
|
David Given
|
d09c03f4d2
|
Update fmt::format to version 7.1.3 (the last before module support is needed).
|
2021-08-04 20:14:53 +02:00 |
|
David Given
|
ad240b150e
|
Merge pull request #316 from davidgiven/sectorids
Switch to using sector IDs rather than zero-index sector numbers.
|
2021-08-03 22:45:02 +02:00 |
|
David Given
|
1177ef6f8d
|
Allow the LDBS data rate and recording mode to be specified, or (crudely)
guessed if not.
|
2021-08-03 22:31:33 +02:00 |
|
David Given
|
2ff50c0c56
|
Fix merge issues.
|
2021-08-01 20:46:48 +02:00 |
|
David Given
|
4f4ed1307f
|
Merge from master.
|
2021-08-01 19:42:04 +02:00 |
|
David Given
|
6d5b7cb64e
|
Merge pull request #315 from davidgiven/tests
Overhaul the tests.
|
2021-08-01 19:37:15 +02:00 |
|
David Given
|
00fc4e3890
|
Merge from master.
|
2021-08-01 19:26:39 +02:00 |
|
David Given
|
7344ee4402
|
Fix binary extension on Windows.
|
2021-08-01 19:12:16 +02:00 |
|
David Given
|
740eacc7ac
|
real_*_oneof() is too new for GI's proto library.
|
2021-08-01 15:29:34 +02:00 |
|
David Given
|
8b1bcf21ee
|
Don't run the encodedecode tests on non-Linux platforms.
|
2021-08-01 15:29:15 +02:00 |
|