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:
4
debug.h
4
debug.h
@@ -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(...)
|
||||
|
||||
Reference in New Issue
Block a user