First proposial for CD support
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#include <PSX/jabyengine.hpp>
|
||||
|
||||
namespace JabyEngine {
|
||||
//boot namespace?
|
||||
|
||||
namespace CD {
|
||||
void setup();
|
||||
}
|
||||
|
||||
namespace GPU {
|
||||
void display_logo();
|
||||
void setup();
|
||||
|
10
src/Library/src/BootLoader/cd_boot.cpp
Normal file
10
src/Library/src/BootLoader/cd_boot.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "../../include/BootLoader/boot_loader.hpp"
|
||||
#include <PSX/System/IOPorts/cd_io.hpp>
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace CD {
|
||||
void setup() {
|
||||
CD_IO::change_to_index0();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user