| Previous | 199869 Revisions | Next |
| r33414 Sunday 16th November, 2014 at 21:53:31 UTC by R. Belmont |
|---|
| More Mac fixes (nw) |
| [src/mess/video] | apple2.c |
| r241925 | r241926 | |
|---|---|---|
| 929 | 929 | UINT8 code, auxcode; |
| 930 | 930 | UINT32 start_address = m_page2 ? 0x0800 : 0x0400; |
| 931 | 931 | UINT32 address; |
| 932 | UINT16 *pixel; | |
| 933 | 932 | static const int aux_colors[16] = { 0, 2, 4, 6, 8, 0xa, 0xc, 0xe, 1, 3, 5, 7, 9, 0xb, 0xd, 0xf }; |
| 934 | 933 | int fg; |
| 935 | 934 | |
| r241925 | r241926 | |
| 1132 | 1131 | int row, col; |
| 1133 | 1132 | UINT32 start_address = m_page2 ? 0x800 : 0x400; |
| 1134 | 1133 | UINT32 address; |
| 1135 | UINT8 *aux_page = m_ram_ptr; | |
| 1136 | 1134 | int fg; |
| 1137 | 1135 | int bg = 0; |
| 1138 | 1136 |
| https://github.com/mamedev/mame/commit/7520f480dadc99663eb0c0fc0cae5c3ee03ebae5 |
| Previous | 199869 Revisions | Next |