mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-04-05 05:38:50 +00:00
Correct a couple of header file issues in the base EightBit library
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
6ae1d9c492
commit
90b0673259
@ -4,8 +4,12 @@
|
||||
#include <array>
|
||||
|
||||
#include "Processor.h"
|
||||
#include "Register.h"
|
||||
|
||||
namespace EightBit {
|
||||
|
||||
class Bus;
|
||||
|
||||
class IntelProcessor : public Processor
|
||||
{
|
||||
public:
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace EightBit {
|
||||
class Memory {
|
||||
|
Loading…
x
Reference in New Issue
Block a user