1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-04-20 09:16:12 +00:00

Add NeoGeo CD support

This commit is contained in:
Gyorgy Szombathelyi
2023-07-04 01:12:59 +02:00
parent eb2c81cc9c
commit a144de46fe
6 changed files with 684 additions and 1 deletions

View File

@@ -126,4 +126,11 @@
#define pcecd_debugf(...)
#endif
#if 0
// neocd debug output
#define neocd_debugf(a, ...) iprintf("\033[1;34mNEOCD : " a "\033[0m\n",## __VA_ARGS__)
#else
#define neocd_debugf(...)
#endif
#endif // DEBUG_H