From: <pa...@us...> - 2003-10-06 22:58:07
|
Update of /cvsroot/fuse-emulator/libspectrum In directory sc8-pr-cvs1:/tmp/cvs-serv8030 Modified Files: THANKS z80.c Log Message: Actually allocate memory for the .slt pages; thanks to Alberto Garcia for reporting this. Index: THANKS =================================================================== RCS file: /cvsroot/fuse-emulator/libspectrum/THANKS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** THANKS 4 Dec 2002 17:20:34 -0000 1.2 --- THANKS 6 Oct 2003 22:58:02 -0000 1.3 *************** *** 1,4 **** --- 1,6 ---- See also `AUTHORS' + * Alberto Garcia: for reporting a bug in the .slt routines. + * Russell Marks: for many bug fixes and the like. Index: z80.c =================================================================== RCS file: /cvsroot/fuse-emulator/libspectrum/z80.c,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** z80.c 12 Sep 2003 12:47:04 -0000 1.61 --- z80.c 6 Oct 2003 22:58:02 -0000 1.62 *************** *** 500,503 **** --- 500,504 ---- } + length = 0; /* Tell uncompress_block to allocate memory for us */ error = uncompress_block( &buffer, &length, |