===========================================================================
| 617 | |
| 618 | //=========================================================================== |
| 619 | void _6502_GetOpcodeOpmodeOpbyte (int & iOpcode_, int & iOpmode_, int & nOpbyte_) |
| 620 | { |
| 621 | iOpcode_ = _6502_GetOpmodeOpbyte( regs.pc, iOpmode_, nOpbyte_ ); |
| 622 | } |
| 623 | |
| 624 | //=========================================================================== |
| 625 | bool _6502_GetTargets (WORD nAddress, int *pTargetPartial_, int *pTargetPartial2_, int *pTargetPointer_, int * pTargetBytes_, |
no test coverage detected