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

trunk/src/mess/drivers/pc9801.c
r243394r243395
13691369UINT16 pc9801_state::egc_do_partial_op(int plane, UINT16 src, UINT16 pat, UINT16 dst)
13701370{
13711371   UINT16 out = 0;
1372   int dst_off = (m_egc.regs[6] >> 4) & 0xf;
1373   UINT16 src_tmp = src;
13741372
13751373   for(int i = 7; i >= 0; i--)
13761374   {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team