mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Remove memarray.h from emu.h
This commit is contained in:
parent
35f708384d
commit
71bcb539fe
@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
// memory and address spaces
|
// memory and address spaces
|
||||||
#include "emumem.h"
|
#include "emumem.h"
|
||||||
#include "memarray.h"
|
|
||||||
|
|
||||||
// machine-wide utilities
|
// machine-wide utilities
|
||||||
#include "romentry.h"
|
#include "romentry.h"
|
||||||
|
@ -95,6 +95,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "memarray.h"
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
#include "memarray.h"
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
@ -23,10 +23,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __EMU_H__
|
|
||||||
#error Dont include this file directly; include emu.h instead.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MAME_EMU_MEMARRAY_H
|
#ifndef MAME_EMU_MEMARRAY_H
|
||||||
#define MAME_EMU_MEMARRAY_H
|
#define MAME_EMU_MEMARRAY_H
|
||||||
|
|
||||||
|
@ -303,6 +303,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "memarray.h"
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
#include "machine/wd_fdc.h"
|
#include "machine/wd_fdc.h"
|
||||||
#include "machine/z80sio.h"
|
#include "machine/z80sio.h"
|
||||||
#include "video/mc6845.h"
|
#include "video/mc6845.h"
|
||||||
|
#include "memarray.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
#ifndef MAME_VIDEO_ATARIRLE_H
|
#ifndef MAME_VIDEO_ATARIRLE_H
|
||||||
#define MAME_VIDEO_ATARIRLE_H
|
#define MAME_VIDEO_ATARIRLE_H
|
||||||
|
|
||||||
|
#include "memarray.h"
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// CONSTANTS
|
// CONSTANTS
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "memarray.h"
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// TYPE DEFINITIONS
|
// TYPE DEFINITIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user