sync with mess. no whatsnew.

This commit is contained in:
Fabio Priuli 2012-07-20 06:34:37 +00:00
parent 9cf128784e
commit 3ff3f26186
2 changed files with 2 additions and 1 deletions

View File

@ -1227,6 +1227,7 @@ static WRITE8_HANDLER( pc_cga8_w )
break;
}
space_prg->install_legacy_readwrite_handler(0xb8000, 0xb87ff, FUNC(char_ram_r),FUNC(char_ram_w), mask );
space_prg->install_legacy_readwrite_handler(0xb9000, 0xb97ff, FUNC(char_ram_r),FUNC(char_ram_w), mask );
} else {
if (cga.videoram_size== 0x4000) {
space_prg->install_readwrite_bank(0xb8000, 0xbbfff, 0, 0x04000, "bank11" );

View File

@ -159,7 +159,7 @@ static const md_pcb pcb_list[] =
{"MC_12IN1", MC_12IN1},
{"TOPFIGHTER", TOPFIGHTER},
{"POKEMON", POKEMON},
{"POKEMON2", POKEMON},
{"POKEMON2", POKEMON2},
{"MULAN", MULAN}
};