| Previous | 199869 Revisions | Next |
| r19957 Sunday 30th December, 2012 at 22:12:21 UTC by Wilbert Pol |
|---|
| Fix another tiny bug (nw) |
| [src/mess/video] | odyssey2.c |
| r19956 | r19957 | |
|---|---|---|
| 725 | 725 | |
| 726 | 726 | UINT16 odyssey2_state::ef9340_get_c_addr(UINT8 x, UINT8 y) |
| 727 | 727 | { |
| 728 | if ( ( y & 0x | |
| 728 | if ( ( y & 0x18 ) == 0x18 ) | |
| 729 | 729 | { |
| 730 | 730 | return 0x318 | ( ( x & 0x38 ) << 2 ) | ( x & 0x07 ); |
| 731 | 731 | } |
| Previous | 199869 Revisions | Next |