mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-12 12:30:31 +00:00
Corrected CLK_Z80 value
This commit is contained in:
parent
6dec8fefd0
commit
7363af652e
@ -8,7 +8,7 @@ const double CLK_6502 = ((_M14 * 65.0) / 912.0); // 65 cycles per 912 14M clocks
|
||||
|
||||
// The effective Z-80 clock rate is 2.041MHz
|
||||
// See: http://www.apple2info.net/hardware/softcard/SC-SWHW_a2in.pdf
|
||||
const double CLK_Z80 = 2.041e6;
|
||||
const double CLK_Z80 = (CLK_6502 * 2);
|
||||
|
||||
const UINT uCyclesPerLine = 65; // 25 cycles of HBL & 40 cycles of HBL'
|
||||
const UINT uVisibleLinesPerFrame = 64*3; // 192
|
||||
|
Loading…
x
Reference in New Issue
Block a user