mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
segas18.cpp: Add in documentation for the Laser Ghost (Japan)
This commit is contained in:
parent
affe1cf49c
commit
471219a56c
@ -2306,7 +2306,7 @@ ROM_END
|
||||
/**************************************************************************************************************************
|
||||
**************************************************************************************************************************
|
||||
**************************************************************************************************************************
|
||||
Laser Ghost, Sega System 18
|
||||
Laser Ghost (World), Sega System 18
|
||||
CPU: FD1094 (317-0166)
|
||||
ROM Board: 171-5873B
|
||||
*/
|
||||
@ -2372,7 +2372,7 @@ ROM_START( lghostd )
|
||||
ROM_END
|
||||
|
||||
/**************************************************************************************************************************
|
||||
Laser Ghost, Sega System 18
|
||||
Laser Ghost (US), Sega System 18
|
||||
CPU: FD1094 (317-0165)
|
||||
Game BD: 833-7627-04 LASER GHOST
|
||||
ROM Board: 834-7597-04 (type 171-5873B)
|
||||
@ -2472,7 +2472,13 @@ ROM_START( lghostud )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
||||
/**************************************************************************************************************************
|
||||
Laser Ghost (Japan), Sega System 18
|
||||
CPU: FD1094 (317-0164)
|
||||
Game BD: 833-7627-03 LASER GHOST
|
||||
ROM Board: 834-7597-03 (type 171-5873B)
|
||||
A/D BD NO. 837-7536
|
||||
*/
|
||||
ROM_START( lghostj )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 ) // 68000 code
|
||||
ROM_LOAD16_BYTE( "epr-13410.a4", 0x00000, 0x40000, CRC(9c1d672b) SHA1(d617b1fbdad1b42af6f1341e4556c3481c4a7031) )
|
||||
|
Loading…
Reference in New Issue
Block a user