mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
t5182.c: fix copy/paste error in comment and clarify where the original chip came from (nw)
This commit is contained in:
parent
be7aac56af
commit
1393600c36
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Toshiba T5182 die map, by Jonathan Gevaryahu AKA Lord Nightmare,
|
Toshiba T5182 die map, by Jonathan Gevaryahu AKA Lord Nightmare,
|
||||||
with assistance from Kevin Horton.
|
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:
|
Die Diagram:
|
||||||
|------------------------|
|
|------------------------|
|
||||||
@ -284,7 +284,7 @@ READ8_MEMBER(t5182_device::sharedram_semaphore_main_r)
|
|||||||
return m_semaphore_main | (m_irqstate & 2);
|
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_START( t5182 )
|
||||||
ROM_REGION( 0x2000, "cpu", 0 )
|
ROM_REGION( 0x2000, "cpu", 0 )
|
||||||
ROM_LOAD( "t5182.rom", 0x0000, 0x2000, CRC(d354c8fc) SHA1(a1c9e1ac293f107f69cc5788cf6abc3db1646e33) )
|
ROM_LOAD( "t5182.rom", 0x0000, 0x2000, CRC(d354c8fc) SHA1(a1c9e1ac293f107f69cc5788cf6abc3db1646e33) )
|
||||||
|
Loading…
Reference in New Issue
Block a user