| Previous | 199869 Revisions | Next |
| r19956 Sunday 30th December, 2012 at 22:08:47 UTC by Wilbert Pol |
|---|
| Fix a tiny bug (nw) |
| [src/mess/video] | odyssey2.c |
| r19955 | r19956 | |
|---|---|---|
| 731 | 731 | } |
| 732 | 732 | if ( x & 0x20 ) |
| 733 | 733 | { |
| 734 | return 0x3 | |
| 734 | return 0x300 | ( ( y & 0x07 ) << 5 ) | ( y & 0x18 ) | ( x & 0x07 ); | |
| 735 | 735 | } |
| 736 | 736 | return y << 5 | x; |
| 737 | 737 | } |
| Previous | 199869 Revisions | Next |