summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_mmc5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nes_mmc5.c')
-rw-r--r--src/mess/machine/nes_mmc5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/nes_mmc5.c b/src/mess/machine/nes_mmc5.c
index 0a1bbdced2a..54c84deb938 100644
--- a/src/mess/machine/nes_mmc5.c
+++ b/src/mess/machine/nes_mmc5.c
@@ -41,7 +41,7 @@ const device_type NES_EXROM = &device_creator<nes_exrom_device>;
nes_exrom_device::nes_exrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : nes_nrom_device(mconfig, NES_EXROM, "NES Cart ExROM (MMC-5) PCB", tag, owner, clock, "nes_exrom", __FILE__)
+ : nes_nrom_device(mconfig, NES_EXROM, "NES Cart ExROM (MMC-5) PCB", tag, owner, clock, "nes_exrom", __FILE__)
{
}