mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 05:49:24 +00:00
Add skeletons for read/write_bank tests
This commit is contained in:
parent
80c7f38368
commit
194ec07b1f
@ -31,3 +31,11 @@ Test(apple2_mem, map)
|
||||
cr_assert_eq(mach->memory->write_table[addr], apple2_mem_write_bank);
|
||||
}
|
||||
}
|
||||
|
||||
Test(apple2_mem, read_bank)
|
||||
{
|
||||
}
|
||||
|
||||
Test(apple2_mem, write_bank)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user