mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-13 04:25:07 +00:00
Doc: Made note about duplicate NTSC constants!
This commit is contained in:
@@ -8,6 +8,7 @@ const double CLK_6502 = ((_M14 * 65.0) / 912.0); // 65 cycles per 912 14M clocks
|
|||||||
// See: http://www.apple2info.net/hardware/softcard/SC-SWHW_a2in.pdf
|
// See: http://www.apple2info.net/hardware/softcard/SC-SWHW_a2in.pdf
|
||||||
const double CLK_Z80 = (CLK_6502 * 2);
|
const double CLK_Z80 = (CLK_6502 * 2);
|
||||||
|
|
||||||
|
// TODO: Clean up from Common.h, Video.cpp, and NTSC.h !!!
|
||||||
const UINT uCyclesPerLine = 65; // 25 cycles of HBL & 40 cycles of HBL'
|
const UINT uCyclesPerLine = 65; // 25 cycles of HBL & 40 cycles of HBL'
|
||||||
const UINT uVisibleLinesPerFrame = 64*3; // 192
|
const UINT uVisibleLinesPerFrame = 64*3; // 192
|
||||||
const UINT uLinesPerFrame = 262; // 64 in each third of the screen & 70 in VBL
|
const UINT uLinesPerFrame = 262; // 64 in each third of the screen & 70 in VBL
|
||||||
|
Reference in New Issue
Block a user