summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Guru <mr-t-guru@users.noreply.github.com>2015-02-07 16:58:53 +0800
committer Guru <mr-t-guru@users.noreply.github.com>2015-02-07 16:58:53 +0800
commit1393600c365bfe72d03f4c876a085518ef530cdf (patch)
treec5f259377e408fecb4910c4d190684a991e90c59
parentbe7aac56aff1de56e1fea039f0df0605165ea6e4 (diff)
t5182.c: fix copy/paste error in comment and clarify where the original chip came from (nw)
-rw-r--r--src/mame/audio/t5182.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/t5182.c b/src/mame/audio/t5182.c
index cb06d03b139..d547674403c 100644
--- a/src/mame/audio/t5182.c
+++ b/src/mame/audio/t5182.c
@@ -2,7 +2,7 @@
Toshiba T5182 die map, by Jonathan Gevaryahu AKA Lord Nightmare,
with assistance from Kevin Horton.
-T5182 supplied by Tomasz 'Dox' Slanina
+T5182 supplied by Tomasz 'Dox' Slanina which came from a Dark Mist PCB bought by Guru
Die Diagram:
|------------------------|
@@ -284,7 +284,7 @@ READ8_MEMBER(t5182_device::sharedram_semaphore_main_r)
return m_semaphore_main | (m_irqstate & 2);
}
-// ROM definition for the QS1000 internal program ROM
+// ROM definition for the Toshiba T5182 Custom CPU internal program ROM
ROM_START( t5182 )
ROM_REGION( 0x2000, "cpu", 0 )
ROM_LOAD( "t5182.rom", 0x0000, 0x2000, CRC(d354c8fc) SHA1(a1c9e1ac293f107f69cc5788cf6abc3db1646e33) )