![]() |
Routines |
Prev: 7592 | Up: Map | Next: 75AD |
|
||||
GameEntryPoint | 7599 | DI | Disable interrupts. | |
759A | XOR A | Jump to GameEntryPoint_TimingCheck (copy protection?) | ||
759B | JR Z,GameEntryPoint_TimingCheck | |||
759D | RST $00 | Reset the machine (never reached in normal operation). | ||
Run a copy protection timing check.
|
||||
GameEntryPoint_TimingCheck | 759E | LD HL,($5C78) | Add FRAMES to EEBE. | |
75A1 | LD BC,$EEBE | |||
75A4 | ADC HL,BC | |||
75A6 | JP Z,TitleScreen | If the if the result is zero, jump to TitleScreen. | ||
The copy protection timing check failed ...
|
||||
75A9 | CALL TransitionEffect | Display the transition effect and reset the machine. | ||
75AC | RST $00 |
Prev: 7592 | Up: Map | Next: 75AD |