| 428 | |
| 429 | extern int StackAddrBackup; |
| 430 | void X6502_Power(void) |
| 431 | { |
| 432 | _count=_tcount=_IRQlow=_PC=_A=_X=_Y=_P=_PI=_DB=_jammed=0; |
| 433 | _S=0xFD; |
| 434 | timestamp=soundtimestamp=0; |
| 435 | X6502_Reset(); |
| 436 | StackAddrBackup = -1; |
| 437 | } |
| 438 | |
| 439 | void X6502_Run(int32 cycles) |
| 440 | { |
no test coverage detected