Prepare CD code and unify header names

This commit is contained in:
Jaby
2022-12-12 03:43:18 +01:00
parent e33f0f6f18
commit 20ffbc5fa9
19 changed files with 49 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#ifndef __JABYENGINE_GPU_HPP__
#define __JABYENGINE_GPU_HPP__
#include "../System/IOPorts/GPU_IO.hpp"
#include "../System/IOPorts/gpu_io.hpp"
#if !defined(JABYENGINE_NTSC) && !defined(JABYENGINE_PAL)
#error "JABYENGINE_NTSC or JABYENGINE_PAL must be defined"