sgi: rename mc device files

This commit is contained in:
Patrick Mackinlay 2023-07-12 13:10:29 +07:00
parent 28fafc0e47
commit 5e5bd2c06b
4 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@
#include "cpu/mips/r4000.h"
#include "machine/eepromser.h"
#include "hpc1.h"
#include "sgi.h"
#include "mc.h"
#include "light.h"
#define LOG_UNKNOWN (1U << 1)

View File

@ -67,7 +67,7 @@
#include "machine/nscsi_bus.h"
#include "bus/nscsi/cd.h"
#include "bus/nscsi/hd.h"
#include "sgi.h"
#include "mc.h"
#include "vino.h"
#include "machine/saa7191.h"
#include "machine/wd33c9x.h"

View File

@ -2,14 +2,14 @@
// copyright-holders:Ryan Holtz
/*********************************************************************
sgi.c
mc.cpp
Silicon Graphics MC (Memory Controller) code
*********************************************************************/
#include "emu.h"
#include "sgi.h"
#include "mc.h"
#define LOG_UNKNOWN (1U << 1)
#define LOG_READS (1U << 2)

View File

@ -2,14 +2,14 @@
// copyright-holders:Ryan Holtz
/*********************************************************************
sgi.h
mc.h
Silicon Graphics MC (Memory Controller) code
*********************************************************************/
#ifndef MAME_SGI_SGI_H
#define MAME_SGI_SGI_H
#ifndef MAME_SGI_MC_H
#define MAME_SGI_MC_H
#pragma once
@ -115,4 +115,4 @@ private:
DECLARE_DEVICE_TYPE(SGI_MC, sgi_mc_device)
#endif // MAME_SGI_SGI_H
#endif // MAME_SGI_MC_H