Remove x86emit.h

This commit is contained in:
AJR 2020-07-10 09:21:14 -04:00
parent e60954a61a
commit cff37cc7ee
4 changed files with 4 additions and 3200 deletions

View File

@ -44,7 +44,6 @@ if (CPU_INCLUDE_DRC) then
MAME_DIR .. "src/devices/cpu/drcbex64.cpp",
MAME_DIR .. "src/devices/cpu/drcbex64.h",
MAME_DIR .. "src/devices/cpu/drcumlsh.h",
MAME_DIR .. "src/devices/cpu/x86emit.h",
}
end

View File

@ -89,7 +89,6 @@
#include "drcuml.h"
#include "drcbex86.h"
// This is a trick to make it build on Android where the x86 SDK declares ::REG_Exx
namespace drc {
using namespace uml;

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@
#include <cstdint>
#include <cassert>
#include "x86emit.h"
/***************************************************************************
@ -32,6 +31,10 @@ constexpr int COMMENT_POOL_SIZE{MAX_COMMENTS * 40};
TYPE DEFINITIONS
***************************************************************************/
// use x86code * to reference generated code
typedef uint8_t x86code;
/* code logging info */
struct log_comment
{