mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2025-02-22 11:29:11 +00:00
fix includes
This commit is contained in:
parent
fd7bd7a4a2
commit
540862e22b
@ -10,7 +10,6 @@
|
||||
#include "trans.h"
|
||||
#include "addressbus.h"
|
||||
#include "Trace.h"
|
||||
#include "cpu.h"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "StateCalculator.h"
|
||||
#include "Circuit.h"
|
||||
#include "trans.h"
|
||||
#include "cpu.h"
|
||||
#include <set>
|
||||
|
||||
StateCalculator::StateCalculator(Segment* VSS, Segment* VCC) : VSS(VSS), VCC(VCC) {
|
||||
|
18
v6502.cpp
18
v6502.cpp
@ -1,20 +1,12 @@
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <fstream>
|
||||
|
||||
#include "addressbus.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#include "Cpu6502.h"
|
||||
#include "TransNetwork.h"
|
||||
#include "Trace.h"
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
|
||||
|
||||
//memory[0xFF] = 0x68; // PLA
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user