mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Introduces a couple of missing #includes.
This commit is contained in:
parent
ae31d45c88
commit
c117deb43b
@ -6,6 +6,8 @@
|
||||
// Copyright © 2019 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#define get_ccr() \
|
||||
( \
|
||||
(carry_flag_ ? 0x0001 : 0x0000) | \
|
||||
|
@ -9,8 +9,9 @@
|
||||
#include "../68000.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <cassert>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
|
||||
namespace CPU {
|
||||
namespace MC68000 {
|
||||
|
Loading…
Reference in New Issue
Block a user