Screen address change now handled entirely in C (handler_gpt0/

This commit is contained in:
Markus Fröschle
2014-09-19 17:41:00 +00:00
parent d5359c4b95
commit 44acce1258
3 changed files with 609 additions and 552 deletions

View File

@@ -39,7 +39,7 @@
#error "unknown machine!"
#endif /* MACHINE_FIREBEE */
//#define DBG_DMA
#define DBG_DMA
#ifdef DBG_DMA
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else