Prepare GPU setup
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include <PSX/GPU/GPU_Types.hpp>
|
||||
#include <PSX/System/IOPorts/GPU_IO.hpp>
|
||||
|
||||
namespace GPU {
|
||||
void setup() {
|
||||
|
||||
Port::GP1.write(Port::Command::GP1::Reset());
|
||||
Port::GP1.write(Port::Command::GP1::SetDisplayState(Port::DisplayState::On));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user