This commit is contained in:
parent
2c01f9e603
commit
0bd4180b85
@ -22,7 +22,7 @@ func slicesEqual(x, y []byte) bool {
|
|||||||
func TestCreateCPU(t *testing.T) {
|
func TestCreateCPU(t *testing.T) {
|
||||||
prog := []byte{1, 2, 3, 4}
|
prog := []byte{1, 2, 3, 4}
|
||||||
newCPU := NewCHIP8(prog)
|
newCPU := NewCHIP8(prog)
|
||||||
if !slicesEqual(newCPU.memory[200:204], prog) {
|
if !slicesEqual(newCPU.memory[0x200:0x204], prog) {
|
||||||
t.Errorf("CPU not initalized properly")
|
t.Errorf("CPU not initalized properly")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user