mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
various: add missing precompiled header
This commit is contained in:
parent
69a5b662f6
commit
7740152191
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
|
#include "emu.h"
|
||||||
#include "a2bus.h"
|
#include "a2bus.h"
|
||||||
#include "romcard.h"
|
#include "romcard.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -14,6 +14,7 @@ TODO:
|
|||||||
|
|
||||||
**************************************************************************************************/
|
**************************************************************************************************/
|
||||||
|
|
||||||
|
#include "emu.h"
|
||||||
#include "a5200_supercart.h"
|
#include "a5200_supercart.h"
|
||||||
|
|
||||||
DEFINE_DEVICE_TYPE(A5200_ROM_SUPERCART, a5200_rom_supercart_device, "a5200_supercart", "Atari 5200 Super Cart")
|
DEFINE_DEVICE_TYPE(A5200_ROM_SUPERCART, a5200_rom_supercart_device, "a5200_supercart", "Atari 5200 Super Cart")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Fabio Priuli, Angelo Salese
|
// copyright-holders:Fabio Priuli, Angelo Salese
|
||||||
|
|
||||||
|
#include "emu.h"
|
||||||
#include "a800_carts.h"
|
#include "a800_carts.h"
|
||||||
|
|
||||||
// (#num) denotes the canonical number from .car specs for unemulated/undumped variants
|
// (#num) denotes the canonical number from .car specs for unemulated/undumped variants
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Wilbert Pol
|
// copyright-holders:Wilbert Pol
|
||||||
|
#include "emu.h"
|
||||||
#include "slotoptions.h"
|
#include "slotoptions.h"
|
||||||
|
|
||||||
namespace bus::msx::cart::slotoptions {
|
namespace bus::msx::cart::slotoptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user