Previous 199869 Revisions Next

r32304 Tuesday 23rd September, 2014 at 08:13:07 UTC by Curt Coder
(MESS) riscpc: Added missing regions. (nw)
[src/mess/drivers]riscpc.c

trunk/src/mess/drivers/riscpc.c
r32303r32304
927927   ROM_SYSTEM_BIOS( 0, "370", "RiscOS 3.70" )
928928   ROMX_LOAD( "1203,191-01.bin", 0x000000, 0x200000, NO_DUMP, ROM_GROUPWORD | ROM_SKIP(2) | ROM_BIOS(1))
929929   ROMX_LOAD( "1203,192-01.bin", 0x000002, 0x200000, NO_DUMP, ROM_GROUPWORD | ROM_SKIP(2) | ROM_BIOS(1))
930   ROM_REGION( 0x800000, "vram", ROMREGION_ERASE00 )
930931ROM_END
931932
932933ROM_START(sarpc_j233)
r32303r32304
935936   ROM_SYSTEM_BIOS( 0, "371", "RiscOS 3.71" )
936937   ROMX_LOAD( "1203,261-01.bin", 0x000000, 0x200000, CRC(8e3c570a) SHA1(ffccb52fa8e165d3f64545caae1c349c604386e9), ROM_GROUPWORD | ROM_SKIP(2) | ROM_BIOS(1))
937938   ROMX_LOAD( "1203,262-01.bin", 0x000002, 0x200000, CRC(cf4615b4) SHA1(c340f29aeda3557ebd34419fcb28559fc9b620f8), ROM_GROUPWORD | ROM_SKIP(2) | ROM_BIOS(1))
939   ROM_REGION( 0x800000, "vram", ROMREGION_ERASE00 )
938940ROM_END
939941
940942/***************************************************************************

Previous 199869 Revisions Next


© 1997-2024 The MAME Team