mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
sync with mess. no whatsnew.
This commit is contained in:
parent
9cf128784e
commit
3ff3f26186
@ -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" );
|
||||
|
@ -159,7 +159,7 @@ static const md_pcb pcb_list[] =
|
||||
{"MC_12IN1", MC_12IN1},
|
||||
{"TOPFIGHTER", TOPFIGHTER},
|
||||
{"POKEMON", POKEMON},
|
||||
{"POKEMON2", POKEMON},
|
||||
{"POKEMON2", POKEMON2},
|
||||
{"MULAN", MULAN}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user