Try on various BIOS

This commit is contained in:
2024-03-30 15:35:03 -05:00
parent f8f6322363
commit 097e7d7f97
2 changed files with 16 additions and 2 deletions

View File

@@ -5,6 +5,19 @@
namespace JabyEngine {
namespace SysCall {
BIOSVersion get_bios_version() {
/*
XEBRA:
Date: 03.12.2016
Version: XEBRA
No$PSX:
Date: 21.07.2016
Version: no$psx
PS3:
Date: 12.10.2011 (17.01.2000 for PS2?)
Version: System ROM Version 5.0
*/
static const auto get_version_str = [](const char* kernel_maker) -> const char* {
const char* start = kernel_maker + (strlen(kernel_maker) + 1);