EightBit/MC6809/inc/stdafx.h
Adrian Conlon ef5e325b6d Tidy 6809 header file usage a little.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-08-26 13:07:26 +01:00

13 lines
402 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifdef _MSC_VER
#pragma once
#endif
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <BigEndianProcessor.h>
#include <Bus.h>
#include <Register.h>
#include <Signal.h>