1
0
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:
Peter Evans 2018-01-03 01:01:53 -06:00
parent 80c7f38368
commit 194ec07b1f

View File

@ -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)
{
}