mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-12 06:29:58 +00:00
Screen holes should not trigger graphics updates
This commit is contained in:
parent
2928556be8
commit
dfbc97d7a5
2
src/vm.c
2
src/vm.c
@ -1156,12 +1156,10 @@ static void _initialize_tables(void) {
|
||||
// initialize first text & hires page, which are specially bank switched
|
||||
for (unsigned int i = 0x400; i < 0x800; i++) {
|
||||
cpu65_vmem_r[i] = iie_read_ram_text_page0;
|
||||
cpu65_vmem_w[i] = video__write_2e_text0;
|
||||
}
|
||||
|
||||
for (unsigned int i = 0x2000; i < 0x4000; i++) {
|
||||
cpu65_vmem_r[i] = iie_read_ram_hires_page0;
|
||||
cpu65_vmem_w[i] = video__write_2e_hgr0;
|
||||
}
|
||||
|
||||
// initialize text/lores & hires graphics routines
|
||||
|
Loading…
x
Reference in New Issue
Block a user