This commit is contained in:
parent
0597f73fe3
commit
d4c495ca39
|
@ -265,5 +265,6 @@
|
||||||
{0xac7e98fb, 257|0x1000,-1}, /* PEC-586 Chinese No Tape Out */
|
{0xac7e98fb, 257|0x1000,-1}, /* PEC-586 Chinese No Tape Out */
|
||||||
{0x8d51a23b, 257|0x1000,-1}, /* [KeWang] Chao Ji Wu Bi Han Ka (C) V1 */
|
{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 */
|
{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}
|
{0x00000000, -1, -1}
|
||||||
|
|
|
@ -716,8 +716,9 @@ static BMAPPINGLocal bmap[] = {
|
||||||
// just redefine these numbers to any others which isn't used before
|
// just redefine these numbers to any others which isn't used before
|
||||||
// see the ines-correct.h files for the ROMs CHR list
|
// see the ines-correct.h files for the ROMs CHR list
|
||||||
|
|
||||||
{"", 256, UNLOneBus_Init},
|
{"ONE-BUS Systems", 256, UNLOneBus_Init},
|
||||||
{"", 257, UNLPEC586Init},
|
{"PEC-586 Computer", 257, UNLPEC586Init},
|
||||||
|
{"158B Prot Board", 258, UNL158B_Init},
|
||||||
|
|
||||||
{"", 0, NULL}
|
{"", 0, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue