Limit Load_PRG() debug output on IO access

This commit is contained in:
Thomas Bernard
2019-12-08 15:49:07 +01:00
parent ba407e87cc
commit 0dbeaee4d6
2 changed files with 37 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ struct c64state {
byte fliscreens[8];
byte backgrounds[200];
byte vicmode;
byte ioaccess[256];
};
word C64_isBinaryProgram(FILE * f);