More case sensitive filename corrections.

This commit is contained in:
NewRisingSun
2025-09-12 22:38:42 +02:00
parent 04726b827e
commit 825ce0c0a6
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
*/
#include "mapinc.h"
#include "asic_PT8154.h"
#include "asic_pt8154.h"
#include "asic_mmc3.h"
static void (*PT8154_cbSync)();

View File

@@ -19,7 +19,7 @@
*/
#include "mapinc.h"
#include "asic_QJ.h"
#include "asic_qj.h"
#include "asic_mmc3.h"
static void (*QJ_cbSync)();

View File

@@ -19,7 +19,7 @@
*/
#include "mapinc.h"
#include "asic_VRC3.h"
#include "asic_vrc3.h"
static void (*VRC3_cbSync)();
static uint8 VRC3_prg;