Changes, updates and fixes to fixes. Check the new warnings re timer_add(). Using stricter prototypes receiled more stuff..

This commit is contained in:
waltje
2017-06-04 02:11:19 -04:00
parent 8a57bd4bc0
commit cbfa682cb7
42 changed files with 1139 additions and 1094 deletions

View File

@@ -6,12 +6,12 @@
#include <stdint.h>
#include <stdio.h>
#include "../ibm.h"
#include "../device.h"
#include "../io.h"
#include "../pic.h"
#include "../dma.h"
#include "../win/plat_midi.h" /*YUCK*/
#include "../timer.h"
#include "../device.h"
#include "sound.h"
#include "snd_mpu401.h"
#include "snd_sb_dsp.h"