This commit is contained in:
aramya 2021-10-01 04:29:53 +01:00
parent f6f974216e
commit 3b5ee606fe
1 changed files with 0 additions and 2 deletions

2
boot.c
View File

@ -6,13 +6,11 @@
#define __BIOS__MAC99 0xFFF00000
unsigned char IO_TYPE;
unsigned char* p_vram;
unsigned char* p_bios;
void get_io_type(void)
{
if (*(unsigned char*)__VRAM__BEIGE == beige) IO_TYPE = beige;