mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Further builds up SConstruct, correcting many missed imports and a couple of improper uses of C99 in C++ code.
This commit is contained in:
@@ -849,7 +849,6 @@ template < class T,
|
||||
break;
|
||||
|
||||
case MicroOp::IndexedPlaceHolder:
|
||||
printf("Hit placeholder!!!\n");
|
||||
return;
|
||||
}
|
||||
#undef set_parity
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
#include "../Z80.hpp"
|
||||
#include <cstring>
|
||||
|
||||
using namespace CPU::Z80;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user