mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-30 22:24:03 +01:00
14 lines
209 B
Ruby
14 lines
209 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe Waterfoul::MBC::MBC1 do
|
||
|
describe '#[]' do
|
||
|
context 'read from addr 0x2000' do
|
||
|
it 'reads bytes from bank 0' do
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
|
||
|
describe '#[]=' do
|
||
|
end
|
||
|
end
|