fix tests

This commit is contained in:
Jairinho 2022-03-01 18:30:05 -03:00
parent a1eb5f51a3
commit 863f76817d
No known key found for this signature in database
GPG Key ID: 954589B18A21D5B6

View File

@ -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