36 Commits

Author SHA1 Message Date
Thomas Bernard
1f601d06ae
support Atari ST CA1 format (Crack Art) 2020-01-19 14:31:44 +01:00
Thomas Bernard
8fec161073
errno.h is needed under linux 2020-01-04 10:44:20 +01:00
Thomas Bernard
22eddf1071
C64 Test files written in the same location as other test files 2020-01-04 10:35:02 +01:00
Thomas Bernard
19dec01d4f
Save_PRG() supports C64 hires bitmap mode 2020-01-02 01:55:50 +01:00
Thomas Bernard
0dcee6acc3
move PackBits packing code to packbits.c
new functions :
- PackBits_pack_init()
- PackBits_pack_add()
- PackBits_pack_flush()
2020-01-02 00:07:00 +01:00
Thomas Bernard
e656139f93
fix memleak in Test_C64_Formats()
see 72a956a98df72fa3e1ea574406c06ac19df770ae
2020-01-02 00:00:27 +01:00
Thomas Bernard
de271ec3dd
Save to C64 PRG autoload format
still to do :
packbits packing
2020-01-02 00:00:27 +01:00
Thomas Bernard
bf8347e4d9
ANSI colors in test program output 2020-01-02 00:00:26 +01:00
Thomas Bernard
7e276e105a
improve C64 formats tests 2020-01-02 00:00:26 +01:00
Thomas Bernard
a5f2989577
Test C64 format + reorganize Save_C64_multi() 2020-01-02 00:00:26 +01:00
Thomas Bernard
347a42acc7 Test MSX .SC2 (loading) 2019-12-30 15:06:48 +01:00
Thomas Bernard
24a09c1569
tests: remove .pal/.GO2/.KIT files after test 2019-12-21 21:22:57 +01:00
Thomas Bernard
1fba07db99
tests for Load_GOS/Load_SCR/Save_GOS/Save_SCR 2019-12-21 21:01:47 +01:00
Thomas Bernard
bba018de51 fix comments 2019-12-08 12:38:26 +01:00
Thomas Bernard
697d88a105
cleanup test declarations for IFF formats 2019-12-08 11:57:28 +01:00
Thomas Bernard
b62bc3e958
test the Atari ST formats Save_XXX() functions 2019-12-08 11:47:55 +01:00
Thomas Bernard
d6811b881b test TNY format 2019-12-08 11:13:10 +01:00
Thomas Bernard
966b1e58c3
reduce the amount of compilation warnings 2019-12-07 14:24:02 +01:00
Thomas Bernard
bcbedab22d
packbits optimization #2 2019-12-07 14:08:47 +01:00
Thomas Bernard
de15e1036f
packbits optimization #1 2019-12-07 14:08:47 +01:00
Thomas Bernard
8f25341244
also check the Saving/Loading of picture palette 2019-12-07 13:55:20 +01:00
Thomas Bernard
3555eb86bb
check that the file is saved in the right format 2019-12-07 13:44:28 +01:00
Thomas Bernard
f026c3f04b
test Save_xxx functions 2019-12-07 13:23:46 +01:00
Thomas Bernard
4918c9efa5
Load_XXX() functions test 2019-12-04 23:59:11 +01:00
Thomas Bernard
4fa256398c add function Get_image_mode()
just as there is Set_image_mode()
2019-11-29 01:03:45 +01:00
Thomas Bernard
f8c06cd575 add test for Test_PRG() 2019-11-29 00:09:36 +01:00
Thomas Bernard
317239c9cf
update file format tests 2019-11-23 19:50:13 +01:00
Thomas Bernard
64b2761f14
Test of CPC Formats 2019-11-23 11:27:57 +01:00
Thomas Bernard
e2321c2abe
test for formats 2019-11-21 23:13:03 +01:00
Thomas Bernard
d44f972c11
test Convert_24b_bitmap_to_256() 2019-11-19 22:26:03 +01:00
Thomas Bernard
d56915edc6
test unpacking of PackBits() 2019-11-19 22:26:03 +01:00
Thomas Bernard
3ba4472626
add Test_Packbits() 2019-11-19 22:26:03 +01:00
Thomas Bernard
cd1349fdab
tests/mockloadsave.c: add some debug output 2019-11-19 22:26:03 +01:00
Thomas BERNARD
28543ecd97
add tests for CPC_compare_colors() 2019-11-19 22:26:03 +01:00
Thomas Bernard
1810cdfb61
ajout d'un systeme de test unitaires 2019-11-19 22:26:03 +01:00
Thomas Bernard
c299fbf525
move the unit test for MOTO_MAP_pack() to tests/tests.c 2018-11-19 21:29:20 +01:00