some (model1) bits that were missing from the previous tgp/model2 changes from ElSemi
This commit is contained in:
parent
cce1d8b88e
commit
b7ddbe7da4
@ -1227,7 +1227,7 @@ static INPUT_PORTS_START( swa )
|
|||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
#define MODEL1_CPU_BOARD \
|
#define MODEL1_CPU_BOARD \
|
||||||
ROM_REGION( 0xc0000, REGION_USER5, 0 ) \
|
ROM_REGION( 0xe0000, REGION_USER5, 0 ) \
|
||||||
ROM_LOAD32_WORD("opr14742.bin", 0x000000, 0x20000, CRC(446a1085) SHA1(51b3f4d3a35a36087ea0ba4e26d6e7d17b6418e2) ) \
|
ROM_LOAD32_WORD("opr14742.bin", 0x000000, 0x20000, CRC(446a1085) SHA1(51b3f4d3a35a36087ea0ba4e26d6e7d17b6418e2) ) \
|
||||||
ROM_LOAD32_WORD("opr14743.bin", 0x000002, 0x20000, CRC(e8953554) SHA1(1499f8e30ac15affc66e6f04ae031bb8680d9260) ) \
|
ROM_LOAD32_WORD("opr14743.bin", 0x000002, 0x20000, CRC(e8953554) SHA1(1499f8e30ac15affc66e6f04ae031bb8680d9260) ) \
|
||||||
ROM_LOAD("opr14744.bin", 0x040000, 0x20000, CRC(730ea9e0) SHA1(651f1db4089a400d073b19ada299b4b08b08f372) ) \
|
ROM_LOAD("opr14744.bin", 0x040000, 0x20000, CRC(730ea9e0) SHA1(651f1db4089a400d073b19ada299b4b08b08f372) ) \
|
||||||
|
@ -2157,7 +2157,8 @@ WRITE16_HANDLER( model1_vr_tgp_w )
|
|||||||
const struct mb86233_config model1_vr_tgp_config =
|
const struct mb86233_config model1_vr_tgp_config =
|
||||||
{
|
{
|
||||||
copro_fifoin_pop,
|
copro_fifoin_pop,
|
||||||
copro_fifoout_push
|
copro_fifoout_push,
|
||||||
|
REGION_USER5
|
||||||
};
|
};
|
||||||
|
|
||||||
/* TGP memory map */
|
/* TGP memory map */
|
||||||
|
Loading…
Reference in New Issue
Block a user