|
|
| version 1.26, 2004/02/29 07:36:56 | version 1.27, 2004/03/01 05:29:58 |
|---|---|
| Line 842 static void IOOUTCALL gdc_oae(UINT port, | Line 842 static void IOOUTCALL gdc_oae(UINT port, |
| else | else |
| #endif | #endif |
| if (gdc.analog & (1 << GDCANALOG_16)) { | if (gdc.analog & (1 << GDCANALOG_16)) { |
| #if defined(SUPPORT_PC9821) | |
| gdc.anareg[(gdc.palnum * 3) + 2] = dat; | |
| #endif | |
| gdc_setanalogpal(gdc.palnum & 15, offsetof(RGB32, p.b), dat); | gdc_setanalogpal(gdc.palnum & 15, offsetof(RGB32, p.b), dat); |
| } | } |
| else { | else { |