mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
taito_b.c: Add PCB location to the Tetris Taito B-System set - NW
This commit is contained in:
parent
693d2e44a2
commit
a40d304fea
@ -2978,19 +2978,19 @@ ROM_END
|
|||||||
|
|
||||||
ROM_START( tetrist ) // Nastar / Nastar Warrior / Rastan Saga 2 conversion with graphics and sound ROMs left in place
|
ROM_START( tetrist ) // Nastar / Nastar Warrior / Rastan Saga 2 conversion with graphics and sound ROMs left in place
|
||||||
ROM_REGION( 0x80000, "maincpu", 0 ) /* 512k for 68000 code */
|
ROM_REGION( 0x80000, "maincpu", 0 ) /* 512k for 68000 code */
|
||||||
ROM_LOAD16_BYTE( "c12-03.bin", 0x000000, 0x020000, CRC(38f1ed41) SHA1(d11194dd6686e6eba8c481bb0f9662041ca396ed) )
|
ROM_LOAD16_BYTE( "c12-03.50", 0x000000, 0x020000, CRC(38f1ed41) SHA1(d11194dd6686e6eba8c481bb0f9662041ca396ed) )
|
||||||
ROM_LOAD16_BYTE( "c12-02.bin", 0x000001, 0x020000, CRC(ed9530bc) SHA1(84c324e4ef0c5c3af04ea000ad3e9c319bd9f2a2) )
|
ROM_LOAD16_BYTE( "c12-02.31", 0x000001, 0x020000, CRC(ed9530bc) SHA1(84c324e4ef0c5c3af04ea000ad3e9c319bd9f2a2) )
|
||||||
ROM_LOAD16_BYTE( "c12-05.bin", 0x040000, 0x020000, CRC(128e9927) SHA1(227b4a43074b66c9ba6f4497eb329fbcc5e3f52b) )
|
ROM_LOAD16_BYTE( "c12-05.49", 0x040000, 0x020000, CRC(128e9927) SHA1(227b4a43074b66c9ba6f4497eb329fbcc5e3f52b) )
|
||||||
ROM_LOAD16_BYTE( "c12-04.bin", 0x040001, 0x020000, CRC(5da7a319) SHA1(0c903b3274f6eafe24c8b5ef476dc5e8e3131b20) )
|
ROM_LOAD16_BYTE( "c12-04.30", 0x040001, 0x020000, CRC(5da7a319) SHA1(0c903b3274f6eafe24c8b5ef476dc5e8e3131b20) )
|
||||||
|
|
||||||
ROM_REGION( 0x1c000, "audiocpu", 0 ) /* 64k for Z80 code */
|
ROM_REGION( 0x1c000, "audiocpu", 0 ) /* 64k for Z80 code */
|
||||||
ROM_LOAD( "c12-06.bin", 0x00000, 0x4000, CRC(f2814b38) SHA1(846d3cc7a6f1cfbfd5661d6942f24330d21f91f0) )
|
ROM_LOAD( "c12-06.37", 0x00000, 0x4000, CRC(f2814b38) SHA1(846d3cc7a6f1cfbfd5661d6942f24330d21f91f0) )
|
||||||
ROM_CONTINUE( 0x10000, 0xc000 ) /* banked stuff */
|
ROM_CONTINUE( 0x10000, 0xc000 ) /* banked stuff */
|
||||||
|
|
||||||
ROM_REGION( 0x100000, "gfx1", ROMREGION_ERASE00 )
|
ROM_REGION( 0x100000, "gfx1", ROMREGION_ERASE00 )
|
||||||
|
|
||||||
ROM_REGION( 0x100000, "gfx2", 0 )
|
ROM_REGION( 0x100000, "gfx2", 0 )
|
||||||
/* b81-03.14 & b81-04.15 are present on the original board and are actually from Rastan
|
/* b81-03.14 & b81-04.15 are present on the original board and are actually from Nastar
|
||||||
the game doesn't use any tiles from here but the roms must be present on the board to avoid
|
the game doesn't use any tiles from here but the roms must be present on the board to avoid
|
||||||
tile 0 being solid and obscuring the bitmap (however if we load them in the correct region
|
tile 0 being solid and obscuring the bitmap (however if we load them in the correct region
|
||||||
unwanted tiles from here are shown after gameover which is wrong) - There is an undumped PAL
|
unwanted tiles from here are shown after gameover which is wrong) - There is an undumped PAL
|
||||||
|
Loading…
Reference in New Issue
Block a user