mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-10 11:25:23 +00:00
Introduces a couple of missing #includes.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user