fix tests
This commit is contained in:
parent
a1eb5f51a3
commit
863f76817d
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
func TestEmulator_Reset(t *testing.T) {
|
||||
emulator := chip8.NewEmulator(nil)
|
||||
emulator := chip8.NewEmulator(nil, nil)
|
||||
emulator.V[0x03] = 0xFF
|
||||
emulator.V[0x0F] = 0xBB
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user