various: add missing precompiled header

This commit is contained in:
Patrick Mackinlay 2023-06-22 15:58:03 +07:00
parent 69a5b662f6
commit 7740152191
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
*********************************************************************/
#include "emu.h"
#include "a2bus.h"
#include "romcard.h"
#include <errno.h>

View File

@ -14,6 +14,7 @@ TODO:
**************************************************************************************************/
#include "emu.h"
#include "a5200_supercart.h"
DEFINE_DEVICE_TYPE(A5200_ROM_SUPERCART, a5200_rom_supercart_device, "a5200_supercart", "Atari 5200 Super Cart")

View File

@ -1,6 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli, Angelo Salese
#include "emu.h"
#include "a800_carts.h"
// (#num) denotes the canonical number from .car specs for unemulated/undumped variants

View File

@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
#include "emu.h"
#include "slotoptions.h"
namespace bus::msx::cart::slotoptions {