1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-12 00:30:31 +00:00

These should actually both be in the public header, as the types are used in an exposed method.

This commit is contained in:
Thomas Harte 2017-08-02 22:18:30 -04:00
parent 6d510e4e70
commit 2f2071be8a
2 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,6 @@
#include "Video.hpp" #include "Video.hpp"
#include <cstdint>
#include <vector>
namespace { namespace {
// The clock rate is 3.25Mhz. // The clock rate is 3.25Mhz.
const unsigned int ZX8081ClockRate = 3250000; const unsigned int ZX8081ClockRate = 3250000;

View File

@ -12,6 +12,9 @@
#include "../ConfigurationTarget.hpp" #include "../ConfigurationTarget.hpp"
#include "../CRTMachine.hpp" #include "../CRTMachine.hpp"
#include <cstdint>
#include <vector>
namespace ZX8081 { namespace ZX8081 {
enum ROMType: uint8_t { enum ROMType: uint8_t {