comparison tools/lib64fmts.c @ 1861:752893fa6412

Update a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Jun 2018 16:00:19 +0300
parents 01d7feb9f9ce
children a35f6e19f57a
comparison
equal deleted inserted replaced
1860:01d7feb9f9ce 1861:752893fa6412
973 DEF_SCREEN_RAM((start), 7, (sindex + 7), (osize), (bsize)) 973 DEF_SCREEN_RAM((start), 7, (sindex + 7), (osize), (bsize))
974 974
975 975
976 976
977 // 977 //
978 // Many formats actually share memory layout, and there are packed and 978 // Many formats actually share memory layout and other specs, and there are
979 // unpacked versions of several formats. We'll reuse these here through 979 // packed and unpacked versions of several formats. We'll reuse these here
980 // this common formats data array, referred from dmC64ImageFormats[] 980 // through this common formats data array, referred from dmC64ImageFormats[]
981 // 981 //
982 DMC64ImageCommonFormat dmC64CommonFormats[] = 982 DMC64ImageCommonFormat dmC64CommonFormats[] =
983 { 983 {
984 { // #0: Koala Painter type memory layout 984 { // #0: Koala Painter type memory layout
985 D64_FMT_MC, 985 D64_FMT_MC,