mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
sgi: rename mc device files
This commit is contained in:
parent
28fafc0e47
commit
5e5bd2c06b
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -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)
|
@ -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
|
Loading…
Reference in New Issue
Block a user