summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2018-02-17 14:27:23 +0900
committer GitHub <noreply@github.com>2018-02-17 14:27:23 +0900
commit9e15591d5fe355776db21a4d29f687b4c4f94578 (patch)
tree002843e39a5742bb72bfd5df56e7c78c15a641f2
parent47f7a82ce8fbdf9410dcb9b34f6a5243a804c002 (diff)
pokey.cpp : Typo
-rw-r--r--src/devices/sound/pokey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/pokey.cpp b/src/devices/sound/pokey.cpp
index cda5a657091..9792bcb8ec5 100644
--- a/src/devices/sound/pokey.cpp
+++ b/src/devices/sound/pokey.cpp
@@ -174,7 +174,7 @@ DEFINE_DEVICE_TYPE(POKEY, pokey_device, "pokey", "Atari C012294 POKEY")
//**************************************************************************
//-------------------------------------------------
-// okim9810_device - constructor
+// pokey_device - constructor
//-------------------------------------------------
pokey_device::pokey_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)