GrafX2 2.9.3227
The ultimate 256-color painting program
|
Data Structures | |
struct | c64state |
Macros | |
#define | C64_VICMODE_MULTI 0x10 |
#define | C64_VICMODE_TEXT 0x00 |
#define | C64_VICMODE_BITMAP 0x20 |
#define | C64_VICMODE_EXTBKG 0x40 |
#define | C64_VICMODE_FLI 0x80 |
Functions | |
word | C64_isBinaryProgram (FILE *f) |
Check if it is a machine langage program with a BASIC startup line (eg. More... | |
int | C64_LoadPrg (struct c64state *c64, FILE *file, word start) |
#define C64_VICMODE_MULTI 0x10 |
#define C64_VICMODE_TEXT 0x00 |
#define C64_VICMODE_BITMAP 0x20 |
#define C64_VICMODE_EXTBKG 0x40 |
#define C64_VICMODE_FLI 0x80 |
word C64_isBinaryProgram | ( | FILE * | f | ) |
Check if it is a machine langage program with a BASIC startup line (eg.
10 SYS2061)
References GFX2_DEBUG, GFX2_Log(), GFX2_LogHexDump(), NULL, Read_bytes(), and Read_word_le().
Referenced by Load_PRG(), and Test_PRG().
References c64state::bitmap, C64_mem_read(), C64_mem_write(), C64_VICMODE_FLI, c64state::cpu, c64state::fliscreens, GFX2_DEBUG, GFX2_INFO, GFX2_Log(), GFX2_malloc, c64state::irqrasterline, c64state::keyjoyread, m6502_irq(), m6502_power(), m6502_run(), NULL, c64state::ram, c64state::screen, TRUE, and c64state::vicmode.
Referenced by Load_PRG().