summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2019-03-20 10:34:49 -0400
committer GitHub <noreply@github.com>2019-03-20 10:34:49 -0400
commita474e9f7080e0260d70116b62ba811d6ee3c6810 (patch)
tree47bc7791aa0967c59945693ab58e65f1072ff9ba
parent30630248fa4b34584564802094f17c0bf07e9587 (diff)
parent531bece0514bbbaa994d7890e18bf469a1ce9c58 (diff)
Merge pull request #4782 from cam900/patch-84
vrc6.cpp : Fix filename
-rw-r--r--src/devices/sound/vrc6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vrc6.cpp b/src/devices/sound/vrc6.cpp
index 29729fc9fcc..e990a0edd69 100644
--- a/src/devices/sound/vrc6.cpp
+++ b/src/devices/sound/vrc6.cpp
@@ -2,7 +2,7 @@
// copyright-holders:R. Belmont
/***************************************************************************
- vrc6.c
+ vrc6.cpp
Konami VRC6 additional sound channels
Emulation by R. Belmont