Added the no brown option for PCjr.

This commit is contained in:
OBattler
2025-06-24 04:25:19 +02:00
parent eef641c164
commit ef342b4031
4 changed files with 16 additions and 7 deletions

View File

@@ -17,8 +17,10 @@
#pragma once
#define PCJR_RGB 0
#define PCJR_COMPOSITE 1
#define PCJR_RGB 0
#define PCJR_COMPOSITE 1
#define PCJR_RGB_NO_BROWN 4
#define PCJR_RGB_IBM_5153 5
typedef struct pcjr_s
{