Lowercase all CAPS to prevent case sensitive errors in non-Windows platforms

This commit is contained in:
2017-08-27 04:33:47 +01:00
parent 19a3413570
commit c1091d83d3
567 changed files with 483 additions and 463 deletions

View File

@@ -5,7 +5,7 @@
#include <string.h>
#include "ibm.h"
#include "CPU/cpu.h"
#include "cpu/cpu.h"
#include "dma.h"
#include "io.h"
#include "pic.h"
@@ -13,8 +13,8 @@
#include "device.h"
#include "timer.h"
#include "model.h"
#include "SOUND/snd_speaker.h"
#include "VIDEO/video.h"
#include "sound/snd_speaker.h"
#include "video/video.h"
/*B0 to 40, two writes to 43, then two reads - value does not change!*/