1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-04-27 12:49:41 +00:00

Firmware changes for Archie and new Atari ST DMA

This commit is contained in:
harbaum
2015-01-22 07:38:25 +00:00
parent 02c77fd49e
commit 33c185aab3
17 changed files with 1076 additions and 211 deletions

View File

@@ -15,7 +15,7 @@
// ----------- minimig debugging -------------
#if 0
#define hdd_debugf(...) iprintf("\033[1;32mHDD: " a "\033[0m\n", ##__VA_ARGS__)
#define hdd_debugf(a, ...) iprintf("\033[1;32mHDD: " a "\033[0m\n", ##__VA_ARGS__)
#else
#define hdd_debugf(...)
#endif
@@ -28,7 +28,7 @@
// -------------- TOS debugging --------------
#if 0
#if 1
#define tos_debugf(a, ...) iprintf("\033[1;32mTOS: " a "\033[0m\n", ##__VA_ARGS__)
#else
#define tos_debugf(...)