|
|
| version 1.7, 2004/06/19 11:06:36 | version 1.8, 2005/02/07 14:46:13 |
|---|---|
| Line 4 | Line 4 |
| // vram off | // vram off |
| static void SCRNCALL SDSYM(p_0)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_0)(SDRAW sdraw, int maxy) { |
| BYTE *p; | UINT8 *p; |
| int y; | int y; |
| int x; | int x; |
| Line 28 static void SCRNCALL SDSYM(p_0)(SDRAW sd | Line 28 static void SCRNCALL SDSYM(p_0)(SDRAW sd |
| // text or grph 1プレーン | // text or grph 1プレーン |
| static void SCRNCALL SDSYM(p_1)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_1)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 56 const BYTE *p; | Line 56 const BYTE *p; |
| // text + grph | // text + grph |
| static void SCRNCALL SDSYM(p_2)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_2)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int y; | int y; |
| int x; | int x; |
| Line 88 const BYTE *q; | Line 88 const BYTE *q; |
| // text + (grph:interleave) | // text + (grph:interleave) |
| static void SCRNCALL SDSYM(p_ti)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_ti)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 127 const BYTE *p; | Line 127 const BYTE *p; |
| // grph:interleave | // grph:interleave |
| static void SCRNCALL SDSYM(p_gi)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_gi)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 166 const BYTE *p; | Line 166 const BYTE *p; |
| // text + grph:interleave | // text + grph:interleave |
| static void SCRNCALL SDSYM(p_2i)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_2i)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int y; | int y; |
| int x; | int x; |
| Line 209 const BYTE *q; | Line 209 const BYTE *q; |
| // grph:interleave ex | // grph:interleave ex |
| static void SCRNCALL SDSYM(p_gie)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_gie)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 248 const BYTE *p; | Line 248 const BYTE *p; |
| // text + grph:interleave ex | // text + grph:interleave ex |
| static void SCRNCALL SDSYM(p_2ie)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_2ie)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int y; | int y; |
| int x; | int x; |
| BYTE c; | UINT8 c; |
| p = sdraw->src; | p = sdraw->src; |
| q = sdraw->src2; | q = sdraw->src2; |
| Line 298 const BYTE *q; | Line 298 const BYTE *q; |
| // text or grph 1プレーン(15kHz) | // text or grph 1プレーン(15kHz) |
| static void SCRNCALL SDSYM(p_1d)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_1d)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int a; | int a; |
| int y; | int y; |
| int x; | int x; |
| Line 331 const BYTE *p; | Line 331 const BYTE *p; |
| // text + grph (15kHz) | // text + grph (15kHz) |
| static void SCRNCALL SDSYM(p_2d)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(p_2d)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int a; | int a; |
| int y; | int y; |
| int x; | int x; |
| Line 382 static const SDRAWFN SDSYM(p)[] = { | Line 382 static const SDRAWFN SDSYM(p)[] = { |
| // vram off | // vram off |
| static void SCRNCALL SDSYM(n_0)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_0)(SDRAW sdraw, int maxy) { |
| BYTE *p; | UINT8 *p; |
| int y; | int y; |
| int x; | int x; |
| Line 407 static void SCRNCALL SDSYM(n_0)(SDRAW sd | Line 407 static void SCRNCALL SDSYM(n_0)(SDRAW sd |
| // text 1プレーン | // text 1プレーン |
| static void SCRNCALL SDSYM(n_t)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_t)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 438 const BYTE *p; | Line 438 const BYTE *p; |
| // grph 1プレーン | // grph 1プレーン |
| static void SCRNCALL SDSYM(n_g)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_g)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 467 const BYTE *p; | Line 467 const BYTE *p; |
| // text + grph | // text + grph |
| static void SCRNCALL SDSYM(n_2)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_2)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int y; | int y; |
| int x; | int x; |
| Line 502 const BYTE *q; | Line 502 const BYTE *q; |
| // text + (grph:interleave) | // text + (grph:interleave) |
| static void SCRNCALL SDSYM(n_ti)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_ti)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 547 const BYTE *p; | Line 547 const BYTE *p; |
| // grph:interleave | // grph:interleave |
| static void SCRNCALL SDSYM(n_gi)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_gi)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 588 const BYTE *p; | Line 588 const BYTE *p; |
| // text + grph:interleave | // text + grph:interleave |
| static void SCRNCALL SDSYM(n_2i)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_2i)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int y; | int y; |
| int x; | int x; |
| Line 638 const BYTE *q; | Line 638 const BYTE *q; |
| // grph:interleave ex | // grph:interleave ex |
| static void SCRNCALL SDSYM(n_gie)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_gie)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int y; | int y; |
| int x; | int x; |
| Line 679 const BYTE *p; | Line 679 const BYTE *p; |
| // text + grph:interleave ex | // text + grph:interleave ex |
| static void SCRNCALL SDSYM(n_2ie)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_2ie)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int y; | int y; |
| int x; | int x; |
| BYTE c; | UINT8 c; |
| p = sdraw->src; | p = sdraw->src; |
| q = sdraw->src2; | q = sdraw->src2; |
| Line 735 const BYTE *q; | Line 735 const BYTE *q; |
| // text 1プレーン (15kHz) | // text 1プレーン (15kHz) |
| static void SCRNCALL SDSYM(n_td)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_td)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int a; | int a; |
| int y; | int y; |
| int x; | int x; |
| Line 774 const BYTE *p; | Line 774 const BYTE *p; |
| // grph 1プレーン (15kHz) | // grph 1プレーン (15kHz) |
| static void SCRNCALL SDSYM(n_gd)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_gd)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| BYTE *q; | UINT8 *q; |
| int a; | int a; |
| int y; | int y; |
| int x; | int x; |
| Line 809 const BYTE *p; | Line 809 const BYTE *p; |
| // text + grph (15kHz) | // text + grph (15kHz) |
| static void SCRNCALL SDSYM(n_2d)(SDRAW sdraw, int maxy) { | static void SCRNCALL SDSYM(n_2d)(SDRAW sdraw, int maxy) { |
| const BYTE *p; | const UINT8 *p; |
| const BYTE *q; | const UINT8 *q; |
| BYTE *r; | UINT8 *r; |
| int a; | int a; |
| int y; | int y; |
| int x; | int x; |