mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
cr16cdasm.cpp: Use precompiled header
This commit is contained in:
parent
3f1d4bbc76
commit
7ef7dec9e6
@ -10,15 +10,9 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "util/disasmintf.h"
|
||||
#include "emu.h"
|
||||
#include "cr16cdasm.h"
|
||||
|
||||
#include "util/strformat.h"
|
||||
|
||||
using osd::u32;
|
||||
using util::BIT;
|
||||
using offs_t = u32;
|
||||
|
||||
cr16c_disassembler::cr16c_disassembler()
|
||||
: util::disasm_interface()
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
// copyright-holders:AJR
|
||||
|
||||
#ifndef MAME_CPU_CR16C_CR16CDASM_H
|
||||
#define MAME_CPU_CR16C_CR16CDASM_H 1
|
||||
#define MAME_CPU_CR16C_CR16CDASM_H
|
||||
|
||||
#pragma once
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user