mirror of
https://github.com/holub/mame
synced 2025-05-10 00:01:52 +03:00
megasys1.c: Naming convention standardization & change "US" to "North America" as per title screen - NW
This commit is contained in:
parent
eefb405ff1
commit
01bf381579
@ -3153,7 +3153,7 @@ ROM_START( peekaboo )
|
||||
ROM_LOAD( "priority.69", 0x000000, 0x200, CRC(b40bff56) SHA1(39c95eed79328ef2df754988db83e07909e848f8) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( peekaboo1 )
|
||||
ROM_START( peekaboou )
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) /* 68000 CPU Code */
|
||||
ROM_LOAD16_BYTE( "pb92127a_3_ver1.0.ic29", 0x000000, 0x020000, CRC(4603176a) SHA1(bbdc3fa439b32bdaaef5ca374af89e25fc4d9c1a) )
|
||||
ROM_LOAD16_BYTE( "pb92127a_2_ver1.0.ic28", 0x000001, 0x020000, CRC(7bf4716b) SHA1(f2c0bfa32426c9816d9d3fbd73560566a497912d) )
|
||||
@ -4161,4 +4161,4 @@ GAME( 1993, chimerab, 0, system_C, chimerab, megasys1_state, chi
|
||||
GAME( 1993, cybattlr, 0, system_C, cybattlr, megasys1_state, cybattlr, ROT90, "Jaleco", "Cybattler", 0 )
|
||||
GAME( 1993, hayaosi1, 0, system_B_hayaosi1, hayaosi1, megasys1_state, hayaosi1, ROT0, "Jaleco", "Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1993, peekaboo, 0, system_D, peekaboo, megasys1_state, peekaboo, ROT0, "Jaleco", "Peek-a-Boo!", 0 )
|
||||
GAME( 1993, peekaboo1,peekaboo, system_D, peekaboo, megasys1_state, peekaboo, ROT0, "Jaleco", "Peek-a-Boo! (US, ver 1.0)", 0 )
|
||||
GAME( 1993, peekaboou,peekaboo, system_D, peekaboo, megasys1_state, peekaboo, ROT0, "Jaleco", "Peek-a-Boo! (North America, ver 1.0)", 0 )
|
||||
|
@ -8500,7 +8500,7 @@ chimerab // (c) 1993
|
||||
cybattlr // (c) 1993
|
||||
hayaosi1 // (c) 1993
|
||||
peekaboo // (c) 1993
|
||||
peekaboo1 // (c) 1993
|
||||
peekaboou // (c) 1993
|
||||
|
||||
// Jaleco Mega System 32 games
|
||||
hayaosi2 // (c) 1993
|
||||
|
Loading…
Reference in New Issue
Block a user