Skip to content

Commit

Permalink
zzkj: Fix code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 29, 2020
1 parent bccc4d1 commit c49cb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libdisk/format/amiga/zzkj.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* First data long must be '1'.
* Checksum is last data long, ADD.L of all preceding data longs
* Track length is normal (not long)
* TRKTYP_supremacy data layout:
* TRKTYP_zzkj_boot data layout:
* u8 sector_data[4*1024] */

static void *zzkj_boot_write_raw(
Expand Down Expand Up @@ -97,7 +97,7 @@ struct track_handler zzkj_boot_handler = {
* Next 0x80 longs (512 bytes) are sector data.
* Last data long is ADD.L checksum of all preceding data longs.
* Track length is normal (not long)
* TRKTYP_supremacy data layout:
* TRKTYP_zzkj_11sec data layout:
* u8 sector_data[11*512] */

static void *zzkj_11sec_write_raw(
Expand Down

0 comments on commit c49cb65

Please sign in to comment.