minor things
- link to HTML version of inline help - fix type in Test_C64() - remove extra spaces at end of line
This commit is contained in:
parent
67a1220085
commit
a880045aba
@ -48,6 +48,9 @@
|
|||||||
*
|
*
|
||||||
* This Doxygen documentation is browsable on
|
* This Doxygen documentation is browsable on
|
||||||
* https://pulkomandy.tk/projects/GrafX2/doxygen/ (updated nightly).
|
* https://pulkomandy.tk/projects/GrafX2/doxygen/ (updated nightly).
|
||||||
|
*
|
||||||
|
* The inline help is also available here :
|
||||||
|
* http://pulkomandy.tk/GrafX2/
|
||||||
*/
|
*/
|
||||||
/// declare global variables in main.c
|
/// declare global variables in main.c
|
||||||
#define GLOBAL_VARIABLES
|
#define GLOBAL_VARIABLES
|
||||||
|
|||||||
@ -2255,7 +2255,7 @@ static const char *c64_format_names[] = {
|
|||||||
*/
|
*/
|
||||||
void Test_C64(T_IO_Context * context, FILE * file)
|
void Test_C64(T_IO_Context * context, FILE * file)
|
||||||
{
|
{
|
||||||
long file_size;
|
unsigned long file_size;
|
||||||
word load_addr;
|
word load_addr;
|
||||||
byte header[14];
|
byte header[14];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user