|
|
| version 1.1, 2004/08/07 07:19:56 | version 1.3, 2004/08/18 09:17:56 |
|---|---|
| Line 39 void makeatr_pcg16(UINT8 *dst, UINT cnt, | Line 39 void makeatr_pcg16(UINT8 *dst, UINT cnt, |
| // ---- make character | // ---- make character |
| UINT32 makechr8(UINT8 *dst, UINT pos, UINT count, REG8 udtmp); | void makechr8(UINT8 *dst, UINT pos, UINT count, REG8 udtmp); |
| UINT32 makechr16(UINT8 *dst, UINT pos, UINT count, REG8 udtmp); | void makechr16(UINT8 *dst, UINT pos, UINT count, REG8 udtmp); |
| // ---- make mixer | // ---- make mixer |
| void makemix_txt(UINT8 *dst, UINT align, const UINT8 *txt, UINT count); | void makemix_mixtext(UINT8 *dst, UINT align, const UINT8 *txt, UINT count); |
| void makemix_mix(UINT8 *dst, UINT align, | void makemix_mixgrph(UINT8 *dst, UINT align, const UINT8 *grp, UINT count); |
| const UINT8 *txt, const UINT8 *grp, UINT count); | |
| void makemix_doubler(UINT8 *dst, UINT count, UINT32 skipline); | void makemix_settext(UINT8 *dst, UINT align, const UINT8 *txt, UINT count); |
| void makemix_remcpy(UINT8 *dst, UINT pos, UINT count); | void makemix_ul20(UINT8 *dst, UINT pos); |
| void makemix_ul20(UINT8 *dst, UINT pos, UINT32 skipline); | void makemix_ul10(UINT8 *dst, UINT pos); |
| void makemix_ul10(UINT8 *dst, UINT pos, UINT32 skipline); | |
| void makemix_cpy200(UINT8 *dst, UINT pos, UINT count); | |
| void makemix_cpy400(UINT8 *dst, UINT pos, UINT count); | |
| // void makemix_txt(UINT8 *dst, UINT align, const UINT8 *txt, UINT count); | |
| // void makemix_mix(UINT8 *dst, UINT align, | |
| // const UINT8 *txt, const UINT8 *grp, UINT count); | |
| // void makemix_doubler(UINT8 *dst, UINT count, UINT32 skipline); | |
| // void makemix_remcpy(UINT8 *dst, UINT pos, UINT count); | |
| // ---- make screens | // ---- make screens |