This commit is contained in:
CaH4e3 2015-11-21 12:55:20 +00:00
parent 0597f73fe3
commit d4c495ca39
2 changed files with 4 additions and 2 deletions

View File

@ -265,5 +265,6 @@
{0xac7e98fb, 257|0x1000,-1}, /* PEC-586 Chinese No Tape Out */
{0x8d51a23b, 257|0x1000,-1}, /* [KeWang] Chao Ji Wu Bi Han Ka (C) V1 */
{0x25c76773, 257|0x1000,-1}, /* [KeWang] Chao Ji Wu Bi Han Ka (C) V2 */
{0x1ca9c322, 258|0x1000,-1}, /* Blood Of Jurassic (GD-98)(Unl) */
{0x00000000, -1, -1}

View File

@ -716,8 +716,9 @@ static BMAPPINGLocal bmap[] = {
// just redefine these numbers to any others which isn't used before
// see the ines-correct.h files for the ROMs CHR list
{"", 256, UNLOneBus_Init},
{"", 257, UNLPEC586Init},
{"ONE-BUS Systems", 256, UNLOneBus_Init},
{"PEC-586 Computer", 257, UNLPEC586Init},
{"158B Prot Board", 258, UNL158B_Init},
{"", 0, NULL}
};