Cleanup of the configuration code, and source tree layout.

This commit is contained in:
waltje
2017-05-18 01:57:16 -04:00
parent 0d95385e50
commit 09ca09775c
73 changed files with 472 additions and 16810 deletions

View File

@@ -2,7 +2,7 @@
#include "../io.h"
#include "../pic.h"
#include "../timer.h"
#include "../plat-midi.h"
#include "../win/plat_midi.h" /*YUCK*/
#include "snd_mpu401.h"
#include <stdarg.h>

View File

@@ -9,7 +9,7 @@
#include "../io.h"
#include "../pic.h"
#include "../dma.h"
#include "../plat-midi.h"
#include "../win/plat_midi.h" /*YUCK*/
#include "../timer.h"
#include "sound.h"
#include "snd_mpu401.h"