1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-09-29 11:55:01 +00:00

Small comment

This commit is contained in:
Peter Evans 2018-01-12 14:51:00 -06:00
parent f69454c965
commit 647139924b

View File

@ -156,6 +156,7 @@ Test(apple2_mem, read_bank_switch)
vm_segment_get(mach->main, 0xC088);
cr_assert_eq(mach->bank_switch, 0);
// You get the idea
vm_segment_get(mach->main, 0xC089);
cr_assert_neq(mach->bank_switch, MEMORY_ROM | MEMORY_WRITE);
mach->cpu->last_addr = 0xC089;