// emu.h — ES40 shim for MAME's header

#ifndef __EMU_H__
#define __EMU_H__

#include "StdAfx.h"
#include "mame_shims.h"
#include "address_map.h"
#include "xtal.h"

#endif // __EMU_H__
