From 294b6f9895d74224617d4636b54ac690f90df647 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 15 Oct 2020 14:55:20 +1100 Subject: -c64_cass.xml: Restored some descriptive tape labels. -machine/nes_vt_soc.h: Fixed #include guard format. --- hash/c64_cass.xml | 16 ++++++++-------- src/mame/machine/nes_vt_soc.h | 7 +++---- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/hash/c64_cass.xml b/hash/c64_cass.xml index e1d9997ff7b..c83ad0edd1f 100644 --- a/hash/c64_cass.xml +++ b/hash/c64_cass.xml @@ -19,14 +19,14 @@ Some are based on the C64 Tape Archive at https://archive.org/download/c64tapes/ - + - + @@ -210,14 +210,14 @@ Some are based on the C64 Tape Archive at https://archive.org/download/c64tapes/ - + - + @@ -451,14 +451,14 @@ Some are based on the C64 Tape Archive at https://archive.org/download/c64tapes/ - + - + @@ -562,14 +562,14 @@ Some are based on the C64 Tape Archive at https://archive.org/download/c64tapes/ - + - + diff --git a/src/mame/machine/nes_vt_soc.h b/src/mame/machine/nes_vt_soc.h index 18efbcb993f..7ab011cf8b6 100644 --- a/src/mame/machine/nes_vt_soc.h +++ b/src/mame/machine/nes_vt_soc.h @@ -1,8 +1,7 @@ // license:BSD-3-Clause // copyright-holders:David Haywood - -#ifndef MAME_MACHINE_NES_VT_H -#define MAME_MACHINE_NES_VT_H +#ifndef MAME_MACHINE_NES_VT_SOC_H +#define MAME_MACHINE_NES_VT_SOC_H #pragma once @@ -341,4 +340,4 @@ DECLARE_DEVICE_TYPE(NES_VT_SOC_4KRAM_FP_PAL, nes_vt_soc_4kram_fp_pal_device) DECLARE_DEVICE_TYPE(NES_VT_SOC_8KRAM_DG, nes_vt_soc_8kram_dg_device) DECLARE_DEVICE_TYPE(NES_VT_SOC_8KRAM_FA, nes_vt_soc_8kram_fa_device) -#endif // MAME_MACHINE_NES_VT_H +#endif // MAME_MACHINE_NES_VT_SOC_H -- cgit v1.2.3-70-g09d2