2022-04-24 17:35:42 +00:00
|
|
|
// Only necessary because gather_render() is in segment #3 for some reason...
|
|
|
|
// MODDERS: Inline that call into gather_render(), and remove this translation
|
|
|
|
// unit.
|
|
|
|
|
|
|
|
#include "platform.h"
|
2023-02-23 22:48:19 +00:00
|
|
|
#include "pc98.h"
|
|
|
|
#include "planar.h"
|
2022-04-24 17:35:42 +00:00
|
|
|
#include "x86real.h"
|
2023-02-23 22:48:19 +00:00
|
|
|
#include "platform/x86real/pc98/grcg.hpp"
|
2022-04-24 17:35:42 +00:00
|
|
|
#include "th04/hardware/grcg.hpp"
|
|
|
|
|
|
|
|
#pragma option -k-
|
|
|
|
|
|
|
|
void near grcg_setcolor_direct_seg3_raw(void)
|
|
|
|
{
|
|
|
|
grcg_setcolor_direct_inlined(_AH);
|
|
|
|
}
|
|
|
|
|
|
|
|
void near grcg_setmode_rmw_seg3(void)
|
|
|
|
{
|
|
|
|
grcg_setmode_rmw_inlined();
|
|
|
|
}
|
|
|
|
#pragma codestring "\x90"
|