- [NEW] Frequència del Z80 configurable
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "zx_ula.h"
|
||||
#include "zx_screen.h"
|
||||
#include "z80debug.h"
|
||||
#include "z80.h"
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -209,7 +210,7 @@ namespace zx_tape
|
||||
if (current_section == PULSE_WAIT)
|
||||
{
|
||||
pulse_level = 0;
|
||||
if (pulse_pos >= 3500000)
|
||||
if (pulse_pos >= z80::getClock())
|
||||
{
|
||||
pulse_pos = 0;
|
||||
current_section = PULSE_PILOT;
|
||||
|
||||
Reference in New Issue
Block a user