| 194 | //=========================================================================== |
| 195 | |
| 196 | double Get6502BaseClock(void) |
| 197 | { |
| 198 | return (GetVideo().GetVideoRefreshRate() == VR_50HZ) ? CLK_6502_PAL : CLK_6502_NTSC; |
| 199 | } |
| 200 | |
| 201 | void SetCurrentCLK6502(void) |
| 202 | { |
no test coverage detected