Diff for /np2/i386c/ia32/groups.c between versions 1.5 and 1.6
|
version 1.5, 2004/02/20 16:09:04
|
version 1.6, 2004/03/23 15:29:34
|
|
Line 158 Grp2_EbIb(void)
|
Line 158 Grp2_EbIb(void)
|
| UINT8 *out; |
UINT8 *out; |
| UINT32 madr; |
UINT32 madr; |
| UINT32 op; |
UINT32 op; |
| UINT cl; |
UINT32 cl; |
| int idx; |
int idx; |
| |
|
| GET_PCBYTE(op); |
GET_PCBYTE(op); |
|
Line 184 Grp2_EwIb(void)
|
Line 184 Grp2_EwIb(void)
|
| UINT16 *out; |
UINT16 *out; |
| UINT32 madr; |
UINT32 madr; |
| UINT32 op; |
UINT32 op; |
| UINT cl; |
UINT32 cl; |
| int idx; |
int idx; |
| |
|
| GET_PCBYTE(op); |
GET_PCBYTE(op); |
|
Line 210 Grp2_EdIb(void)
|
Line 210 Grp2_EdIb(void)
|
| UINT32 *out; |
UINT32 *out; |
| UINT32 madr; |
UINT32 madr; |
| UINT32 op; |
UINT32 op; |
| UINT cl; |
UINT32 cl; |
| int idx; |
int idx; |
| |
|
| GET_PCBYTE(op); |
GET_PCBYTE(op); |
|
Line 287 Grp2_EbCL(void)
|
Line 287 Grp2_EbCL(void)
|
| UINT8 *out; |
UINT8 *out; |
| UINT32 madr; |
UINT32 madr; |
| UINT32 op; |
UINT32 op; |
| UINT cl; |
UINT32 cl; |
| int idx; |
int idx; |
| |
|
| GET_PCBYTE(op); |
GET_PCBYTE(op); |
|
Line 315 Grp2_EwCL(void)
|
Line 315 Grp2_EwCL(void)
|
| UINT16 *out; |
UINT16 *out; |
| UINT32 madr; |
UINT32 madr; |
| UINT32 op; |
UINT32 op; |
| UINT cl; |
UINT32 cl; |
| int idx; |
int idx; |
| |
|
| GET_PCBYTE(op); |
GET_PCBYTE(op); |
|
Line 343 Grp2_EdCL(void)
|
Line 343 Grp2_EdCL(void)
|
| UINT32 *out; |
UINT32 *out; |
| UINT32 madr; |
UINT32 madr; |
| UINT32 op; |
UINT32 op; |
| UINT cl; |
UINT32 cl; |
| int idx; |
int idx; |
| |
|
| GET_PCBYTE(op); |
GET_PCBYTE(op); |
RetroPC.NET-CVS <cvs@retropc.net>