| 2482 | } |
| 2483 | |
| 2484 | BYTE MemReadFloatingBusFromNTSC(void) |
| 2485 | { |
| 2486 | // fullspeed=false: to avoid NTSC_VideoGetScannerAddress() calling NTSC_VideoClockResync() |
| 2487 | // NB. g_bFullSpeed only true when doing NTSC_VideoRedrawWholeScreen() |
| 2488 | return ReadFloatingBus(0, false, true); |
| 2489 | } |
| 2490 | |
| 2491 | //=========================================================================== |
| 2492 |
no test coverage detected