This commit is contained in:
2026-07-14 00:26:01 +02:00
commit a2f8c110c4
30 changed files with 3525 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
//
// Created by bruno on 8.2.2025.
//
#ifndef RISCB_CPUSTATUSUI_H
#define RISCB_CPUSTATUSUI_H
#include "encoder.h"
#include "font.h"
typedef struct {
char name[5];
uint32_t value;
} CPUStatusPart;
void renderState(Encoder *cpu, BitmapFont *titleFont, SDL_Renderer *renderer, SDL_Texture **out);
#endif //RISCB_CPUSTATUSUI_H