Cleanup code

This commit is contained in:
2024-02-20 22:02:41 -05:00
parent cd6c6216f1
commit 2153c573df
6 changed files with 9 additions and 20 deletions

View File

@@ -3,7 +3,6 @@
#include <PSX/System/IOPorts/dma_io.hpp>
#include <stdio.h>
#include <PSX/jabyengine_config.hpp>
#include <PSX/GTE/gte.hpp>
#include <PSX/System/syscalls.hpp>
#include "../../reference/inline_n.h"
@@ -145,8 +144,6 @@ namespace JabyEngine {
static constexpr auto DebugY = 0;
static constexpr auto DebugScale = 1.0;
//TODO: for now v
printf("Config-Str: %s\n", Configuration::Test::string());
__debug_boot_print_at(GPU::Color24::White(), DebugX, DebugY, DebugScale, "Starting Planschbecken\n");
printf("Heap starts @0x%p\n", &__heap_start);
printf("BSS from 0x%p to 0x%p (%u)\n", &__bss_start, &__bss_end, __bss_len);