mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Added the no brown option for PCjr.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user