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 8bdb21c73f
commit e0f6d035a9
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