| Previous | 199869 Revisions | Next |
| r34883 Friday 6th February, 2015 at 03:53:29 UTC by Jonathan Gevaryahu |
|---|
| fix compile (n/w) |
| [src/mess/drivers] | pc9801.c |
| r243394 | r243395 | |
|---|---|---|
| 1369 | 1369 | UINT16 pc9801_state::egc_do_partial_op(int plane, UINT16 src, UINT16 pat, UINT16 dst) |
| 1370 | 1370 | { |
| 1371 | 1371 | UINT16 out = 0; |
| 1372 | int dst_off = (m_egc.regs[6] >> 4) & 0xf; | |
| 1373 | UINT16 src_tmp = src; | |
| 1374 | 1372 | |
| 1375 | 1373 | for(int i = 7; i >= 0; i--) |
| 1376 | 1374 | { |
| https://github.com/mamedev/mame/commit/5f0039850c066097d492038160224af3597d8d90 |
| Previous | 199869 Revisions | Next |