gbdb,video: improve logging

Add more runtime toggles and add the ability to log to a file for
faster runs and better searchability.
This commit is contained in:
2018-07-22 16:15:10 -07:00
parent 53cd4ab7e5
commit f659af54e1
5 changed files with 227 additions and 102 deletions

View File

@@ -92,6 +92,7 @@ struct gb_video {
/******************************/
int line_counter;
int debug_logging;
struct gb_memory *memory;
};