mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
guru confirmed the id string is same on other games
This commit is contained in:
parent
68e6a5a15d
commit
0bedfdf423
@ -725,7 +725,6 @@ READ8_MEMBER(taitojc_state::jc_pcbid_r)
|
||||
{ "DEV=TC0870HVP SYS=CG VER=1.0"};
|
||||
// this is from sidebs(2.7j), needs to be verified more thoroughly
|
||||
// - any more data after "VER=1."?
|
||||
// - is it the same on other games?
|
||||
// - can we assume it comes from the TC0870HVP chip?
|
||||
|
||||
return pcb_id[offset];
|
||||
|
Loading…
Reference in New Issue
Block a user